From: Matan Breizman Date: Mon, 12 May 2025 08:23:39 +0000 (+0000) Subject: qa/suites/crimson-rados: disable chance_trim_stale_osdmaps X-Git-Tag: v20.1.0~295^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F63278%2Fhead;p=ceph.git qa/suites/crimson-rados: disable chance_trim_stale_osdmaps Avoid "no valid command" in teuthology logs. trim stale osdmaps is not planned to be introduce soon: See: https://tracker.ceph.com/issues/65288 Signed-off-by: Matan Breizman (cherry picked from commit aa3ff63b6fa9c51e540d1768a2dbb8c267b9d2c4) --- diff --git a/qa/suites/crimson-rados/thrash/thrashers/default.yaml b/qa/suites/crimson-rados/thrash/thrashers/default.yaml index aa44b6101ff92..910e1f87a9ac4 100644 --- a/qa/suites/crimson-rados/thrash/thrashers/default.yaml +++ b/qa/suites/crimson-rados/thrash/thrashers/default.yaml @@ -32,3 +32,4 @@ tasks: chance_inject_pause_short: 0 chance_thrash_cluster_full: 0 chance_reset_purged_snaps_last: 0 + chance_trim_stale_osdmaps: 0 diff --git a/qa/suites/crimson-rados/thrash_simple/thrashers/simple.yaml b/qa/suites/crimson-rados/thrash_simple/thrashers/simple.yaml index bbb33324706b6..591bbc2616938 100644 --- a/qa/suites/crimson-rados/thrash_simple/thrashers/simple.yaml +++ b/qa/suites/crimson-rados/thrash_simple/thrashers/simple.yaml @@ -33,3 +33,4 @@ tasks: chance_inject_pause_short: 0 chance_thrash_cluster_full: 0 chance_reset_purged_snaps_last: 0 + chance_trim_stale_osdmaps: 0