From cc4b75718f2f9c2e57a40fd2ed395762bbff5bd9 Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Wed, 30 Aug 2023 08:19:27 +0000 Subject: [PATCH] qa/suites/rados/thrash/thrashers/mapgap: Increase trimming probability Signed-off-by: Matan Breizman --- qa/suites/rados/thrash/thrashers/mapgap.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/rados/thrash/thrashers/mapgap.yaml b/qa/suites/rados/thrash/thrashers/mapgap.yaml index 3b34f5b6b37e..ea7a0c911b5c 100644 --- a/qa/suites/rados/thrash/thrashers/mapgap.yaml +++ b/qa/suites/rados/thrash/thrashers/mapgap.yaml @@ -18,6 +18,7 @@ overrides: osd scrub max interval: 120 osd scrub during recovery: false osd max backfills: 6 + osd beacon report interval: 30 tasks: - thrashosds: timeout: 1800 @@ -25,3 +26,4 @@ tasks: chance_pgnum_shrink: 0.25 chance_pgpnum_fix: 0.25 chance_test_map_discontinuity: 2 + map_discontinuity_sleep_time: 200 -- 2.47.3