ceph/qa/config/rados.yaml
Laura Flores 20bbfd62a7 qa/config: override bluestore_zero_block_detection default for rados suite tests
By default, `bluestore_zero_block_detection` is false since it interacts
negatively with some RBD and CephFS features. We still want this enabled
for rados teuthology tests though so we can use it for large-scale testing.
Adding this setting to the rados teuthology config file will override the global
config setting and enable `bluestore_zero_block_detection` only for tests in
the teuthology rados suite.

Signed-off-by: Laura Flores <lflores@redhat.com>
2022-05-27 13:36:18 -05:00

12 lines
298 B
YAML

overrides:
ceph:
conf:
osd:
osd op queue: debug_random
osd op queue cut off: debug_random
osd debug verify missing on start: true
osd debug verify cached snaps: true
bluestore zero block detection: true
mon:
mon scrub interval: 300