From: Matan Breizman Date: Mon, 6 Apr 2026 14:07:36 +0000 (+0300) Subject: qa/suites/crimson-rados/../pggrow: increase op_delay X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68225%2Fhead;p=ceph.git qa/suites/crimson-rados/../pggrow: increase op_delay Increase op_delay to pggrow to avoid rapid PG splits. Excessive splitting with a low reactor count can leave many PGs in snaptrim, causing tests to hit the (short) snap trimming timeout. Crimson's pggrow keeps the OSDs clean thorugout the entire test, which is against do_thrash expectations. Increasing op_delay would reduce do_thrash "actions" back to a normal rate. Fixes: https://tracker.ceph.com/issues/75273 Signed-off-by: Matan Breizman --- diff --git a/qa/suites/crimson-rados/thrash/thrashers/pggrow.yaml b/qa/suites/crimson-rados/thrash/thrashers/pggrow.yaml index 1b2089b3a671..c8abd097befb 100644 --- a/qa/suites/crimson-rados/thrash/thrashers/pggrow.yaml +++ b/qa/suites/crimson-rados/thrash/thrashers/pggrow.yaml @@ -35,3 +35,5 @@ tasks: chance_pgnum_grow: 2 chance_pgpnum_fix: 1 chance_down: 0 + # See: https://tracker.ceph.com/issues/75273 + op_delay: 20