From: Samuel Just Date: Wed, 14 Dec 2016 23:48:59 +0000 (-0800) Subject: qa/config/rados.yaml: enable osd_debug_verify_cached_snaps X-Git-Tag: v11.1.1~17^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d4b6615a49e4635113f9ba900e9c57147b224357;p=ceph.git qa/config/rados.yaml: enable osd_debug_verify_cached_snaps Also, make map gaps more likely. Signed-off-by: Samuel Just --- 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