Skip to content

Commit

Permalink
qa/bluestore: Add write_v1/v2 selection
Browse files Browse the repository at this point in the history
Add framework for various random options for debug bluestore.
Use framework to select:
- write_v1
- write_v2
- write_v1 / write_v2 selected at random

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
  • Loading branch information
aclamk committed Aug 7, 2024
1 parent 7de8a6c commit 8bd233b
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 5 deletions.
Empty file added qa/objectstore_debug/%
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
overrides:
ceph:
conf:
osd:
bluestore write v2 random: true
5 changes: 5 additions & 0 deletions qa/objectstore_debug/bluestore-options/write$/write_v1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
overrides:
ceph:
conf:
osd:
bluestore write v2: false
5 changes: 5 additions & 0 deletions qa/objectstore_debug/bluestore-options/write$/write_v2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
overrides:
ceph:
conf:
osd:
bluestore write v2: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion qa/suites/smoke/basic/objectstore/bluestore-bitmap.yaml

0 comments on commit 8bd233b

Please sign in to comment.