From d392564a4b12250a652faf538afe268761d86220 Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Mon, 6 Apr 2026 17:07:36 +0300 Subject: [PATCH] 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 --- qa/suites/crimson-rados/thrash/thrashers/pggrow.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3