From 7c5ecc1c040bf6b51d0c13973205e96f44a8fa5e Mon Sep 17 00:00:00 2001 From: Shraddha Agrawal Date: Tue, 18 Nov 2025 01:20:44 +0530 Subject: [PATCH] qa/clusters/crimson: increase reactors in fixed-1 cluster Issue: Various different tests were failing randomly due to slow ops. There was no common ground between them, it was happening across differnet object stores (seastore and bluestore) and across different tests. Cause: Since this is happening quite randomly, this is likely happening due to low reactor count. Solution: We are opting the solution to increase reactors used for testing. I've increased them to 3 from the initial 2 value. Fixes: https://tracker.ceph.com/issues/72778 Signed-off-by: Shraddha Agrawal --- qa/clusters/crimson/crimson-fixed-1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/clusters/crimson/crimson-fixed-1.yaml b/qa/clusters/crimson/crimson-fixed-1.yaml index 74e8755f4019f..2307f0475f911 100644 --- a/qa/clusters/crimson/crimson-fixed-1.yaml +++ b/qa/clusters/crimson/crimson-fixed-1.yaml @@ -10,7 +10,7 @@ overrides: conf: osd: osd shutdown pgref assert: true - crimson cpu num: 2 + crimson cpu num: 3 global: ms cluster mode: crc ms service mode: crc -- 2.39.5