Skip to content

Commit 7c5ecc1

Browse files
committed
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 <[email protected]>
1 parent fb68c68 commit 7c5ecc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/clusters/crimson/crimson-fixed-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ overrides:
1010
conf:
1111
osd:
1212
osd shutdown pgref assert: true
13-
crimson cpu num: 2
13+
crimson cpu num: 3
1414
global:
1515
ms cluster mode: crc
1616
ms service mode: crc

0 commit comments

Comments
 (0)