mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
rgw: increase the number of OSDs for erasure coded pools
So that there never is less than 4 osd which is the minimum when trying erasure coded workloads that only work with 4 osd. http://tracker.ceph.com/issues/9298 Fixes: #9298 Signed-off-by: Loic Dachary <loic-201408@dachary.org>
This commit is contained in:
parent
4167ed2a05
commit
fb7befb35b
@ -1,5 +1,5 @@
|
||||
roles:
|
||||
- [mon.a, osd.0, osd.1, client.0, client.1]
|
||||
- [mon.a, osd.0, osd.1, osd.2, osd.3, client.0, client.1]
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
|
@ -1,6 +1,6 @@
|
||||
roles:
|
||||
- [mon.a, osd.0, osd.1, client.0]
|
||||
- [mon.b, mon.c, osd.2, osd.3, client.1]
|
||||
- [mon.a, osd.0, osd.1, osd.2, client.0]
|
||||
- [mon.b, mon.c, osd.3, osd.4, osd.5, client.1]
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
|
@ -1,5 +1,5 @@
|
||||
roles:
|
||||
- [mon.a, osd.0, client.0, osd.1]
|
||||
- [mon.a, osd.0, client.0, osd.1, osd.2, osd.3]
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
|
@ -15,8 +15,8 @@ overrides:
|
||||
size: 2000
|
||||
stddev: 500
|
||||
roles:
|
||||
- [mon.a, osd.0, osd.1, client.0]
|
||||
- [mon.b, mon.c, osd.2, osd.3, client.1]
|
||||
- [mon.a, osd.0, osd.1, osd.2, client.0]
|
||||
- [mon.b, mon.c, osd.3, osd.4, osd.5, client.1]
|
||||
|
||||
tasks:
|
||||
- install:
|
||||
|
Loading…
Reference in New Issue
Block a user