Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa: add fiemap and seek_hole to rados thrashers #15939

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions qa/suites/rados/thrash/thrashers/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ overrides:
- wrongly marked me down
- objects unfound and apparently lost
conf:
global:
osd_verify_sparse_read_holes: true
filestore_fiemap: true
osd:
osd debug reject backfill probability: .3
osd scrub min interval: 60
Expand Down
3 changes: 3 additions & 0 deletions qa/suites/rados/thrash/thrashers/mapgap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ overrides:
- objects unfound and apparently lost
- osd_map_cache_size
conf:
global:
osd_verify_sparse_read_holes: true
filestore_seek_data_hole: true
mon:
mon min osdmap epochs: 2
osd:
Expand Down
3 changes: 3 additions & 0 deletions qa/suites/rados/thrash/thrashers/morepggrow.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
overrides:
ceph:
conf:
global:
osd_verify_sparse_read_holes: true
filestore_fiemap: true
osd:
osd scrub min interval: 60
osd scrub max interval: 120
Expand Down
3 changes: 3 additions & 0 deletions qa/suites/rados/thrash/thrashers/pggrow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ overrides:
- wrongly marked me down
- objects unfound and apparently lost
conf:
global:
osd_verify_sparse_read_holes: true
filestore_seek_data_hole: true
osd:
osd scrub min interval: 60
osd scrub max interval: 120
Expand Down