From d4b6615a49e4635113f9ba900e9c57147b224357 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Wed, 14 Dec 2016 15:48:59 -0800 Subject: [PATCH] qa/config/rados.yaml: enable osd_debug_verify_cached_snaps Also, make map gaps more likely. Signed-off-by: Samuel Just --- qa/config/rados.yaml | 1 + qa/suites/rados/thrash/thrashers/mapgap.yaml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/qa/config/rados.yaml b/qa/config/rados.yaml index 3e8492f91d3..eb24e5e04d6 100644 --- a/qa/config/rados.yaml +++ b/qa/config/rados.yaml @@ -5,3 +5,4 @@ overrides: 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 diff --git a/qa/suites/rados/thrash/thrashers/mapgap.yaml b/qa/suites/rados/thrash/thrashers/mapgap.yaml index 5c59340c7eb..0ac5cfc49c6 100644 --- a/qa/suites/rados/thrash/thrashers/mapgap.yaml +++ b/qa/suites/rados/thrash/thrashers/mapgap.yaml @@ -18,6 +18,6 @@ tasks: - osd_map_cache_size - thrashosds: timeout: 1800 - chance_pgnum_grow: 1 - chance_pgpnum_fix: 1 - chance_test_map_discontinuity: 0.5 + chance_pgnum_grow: 0.25 + chance_pgpnum_fix: 0.25 + chance_test_map_discontinuity: 2 -- 2.39.5