From d45bbaf6bf801c58b5533d2fb98aa487b4bc30b3 Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Sun, 27 Nov 2022 12:50:52 +0000 Subject: [PATCH] qa/suites/crimson-rados/thrash: do not wait for scrub Signed-off-by: Matan Breizman --- qa/suites/crimson-rados/thrash/thrashers/default.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/crimson-rados/thrash/thrashers/default.yaml b/qa/suites/crimson-rados/thrash/thrashers/default.yaml index 05d78c8740e..5ffbcbd7ffa 100644 --- a/qa/suites/crimson-rados/thrash/thrashers/default.yaml +++ b/qa/suites/crimson-rados/thrash/thrashers/default.yaml @@ -1,5 +1,6 @@ overrides: ceph: + wait-for-scrub: false log-ignorelist: - but it is still running - objects unfound and apparently lost @@ -31,3 +32,4 @@ tasks: thrash_primary_affinity: false ceph_objectstore_tool: false chance_inject_pause_short: 0 + chance_thrash_cluster_full: 0 -- 2.47.3