-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qa/bluestore: Add write_v1/v2 selection
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 <[email protected]>
- Loading branch information
Showing
17 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
Empty file.
5 changes: 5 additions & 0 deletions
5
qa/objectstore_debug/bluestore-options/write$/write_random.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
overrides: | ||
ceph: | ||
conf: | ||
osd: | ||
bluestore write v2 random: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
overrides: | ||
ceph: | ||
conf: | ||
osd: | ||
bluestore write v2: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
qa/suites/rados/singleton-bluestore/objectstore/bluestore-bitmap.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.qa/objectstore_debug/bluestore-bitmap.yaml | ||
.qa/objectstore_debug/bluestore/bluestore-bitmap.yaml |
2 changes: 1 addition & 1 deletion
2
qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp-lz4.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.qa/objectstore_debug/bluestore-comp-lz4.yaml | ||
.qa/objectstore_debug/bluestore/bluestore-comp-lz4.yaml |
2 changes: 1 addition & 1 deletion
2
qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp-snappy.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.qa/objectstore_debug/bluestore-comp-snappy.yaml | ||
.qa/objectstore_debug/bluestore/bluestore-comp-snappy.yaml |
2 changes: 1 addition & 1 deletion
2
qa/suites/rados/thrash-erasure-code-overwrites/bluestore-bitmap.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../thrash-erasure-code/objectstore/bluestore-bitmap.yaml | ||
../thrash-erasure-code/objectstore/bluestore/bluestore-bitmap.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.qa/objectstore_debug/bluestore-bitmap.yaml | ||
.qa/objectstore_debug/bluestore/bluestore-bitmap.yaml |