From 20bbfd62a789f9645c096f83a46dbdd6c4dff916 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 24 May 2022 17:21:46 +0000 Subject: [PATCH] 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 --- qa/config/rados.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/config/rados.yaml b/qa/config/rados.yaml index e468e126a4e07..2f5779b0e9c38 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 -- 2.39.5