mirror of
https://github.com/ceph/ceph
synced 2025-02-14 22:37:51 +00:00
> 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 9a80cf4bf4
)
6 lines
231 B
YAML
6 lines
231 B
YAML
roles:
|
|
- [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]
|