From: Laura Flores Date: Tue, 24 May 2022 17:21:46 +0000 (+0000) Subject: qa/config: override `bluestore_zero_block_detection` default for rados suite tests X-Git-Tag: v18.0.0~799^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=20bbfd62a789f9645c096f83a46dbdd6c4dff916;p=ceph.git 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 --- diff --git a/qa/config/rados.yaml b/qa/config/rados.yaml index e468e126a4e0..2f5779b0e9c3 100644 --- a/qa/config/rados.yaml +++ b/qa/config/rados.yaml @@ -6,5 +6,6 @@ overrides: 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