mirror of
https://github.com/ceph/ceph
synced 2025-01-09 04:30:26 +00:00
20bbfd62a7
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>
12 lines
298 B
YAML
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
|