]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw/multisite: double cluster nodes and osd count
authorCasey Bodley <cbodley@redhat.com>
Tue, 31 Oct 2023 14:53:25 +0000 (10:53 -0400)
committerShilpa Jagannath <smanjara@redhat.com>
Thu, 6 Jun 2024 19:07:36 +0000 (12:07 -0700)
> 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 <cbodley@redhat.com>
(cherry picked from commit 9a80cf4bf473c95c8d0b18fcdce88be20f74f973)

qa/suites/rgw/multisite/clusters.yaml

index 536ef7ca446e70d30f8829965e8fe41fb97a8bc4..025083802390644388eacfd37c3deeb23612a4c2 100644 (file)
@@ -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]