From: Casey Bodley Date: Tue, 31 Oct 2023 14:53:25 +0000 (-0400) Subject: qa/rgw/multisite: double cluster nodes and osd count X-Git-Tag: v17.2.8~5^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b5c4483faa0b785a7e929cddfbb19ad601f9e2bf;p=ceph.git qa/rgw/multisite: double cluster nodes and osd count > WARNING: The OSD cluster is overloaded and struggling to complete ops. You need more capacity to serve this level of demand. give each cluster 2 nodes instead of 1, and 6 osds instead of 3 Signed-off-by: Casey Bodley (cherry picked from commit 9a80cf4bf473c95c8d0b18fcdce88be20f74f973) (cherry picked from commit a77c2d42277e44633643bcc1f8969f90724c49ef) (cherry picked from commit 89c09ea3a2e9f4d32bab2c4b0b5c0f529d08d4c6) --- diff --git a/qa/suites/rgw/multisite/clusters.yaml b/qa/suites/rgw/multisite/clusters.yaml index 536ef7ca446e7..0250838023906 100644 --- a/qa/suites/rgw/multisite/clusters.yaml +++ b/qa/suites/rgw/multisite/clusters.yaml @@ -1,3 +1,5 @@ roles: -- [c1.mon.a, c1.mgr.x, c1.osd.0, c1.osd.1, c1.osd.2, c1.client.0, c1.client.1] -- [c2.mon.a, c2.mgr.x, c2.osd.0, c2.osd.1, c2.osd.2, c2.client.0, c2.client.1] +- [c1.mon.a, c1.osd.0, c1.osd.1, c1.osd.2, c1.client.0] +- [c1.mgr.x, c1.osd.3, c1.osd.4, c1.osd.5, c1.client.1] +- [c2.mon.a, c2.osd.0, c2.osd.1, c2.osd.2, c2.client.0] +- [c2.mgr.x, c2.osd.3, c2.osd.4, c2.osd.5, c2.client.1]