mirror of
https://github.com/ceph/ceph
synced 2025-02-10 20:38:30 +00:00
Everything up upgrade/, which will be slightly tricky. Signed-off-by: Sage Weil <sage@redhat.com>
17 lines
391 B
YAML
17 lines
391 B
YAML
# fixed-1.yaml, but with client.0 on a separate target
|
|
overrides:
|
|
ceph-deploy:
|
|
conf:
|
|
global:
|
|
osd pool default size: 2
|
|
osd crush chooseleaf type: 0
|
|
osd pool default pg num: 128
|
|
osd pool default pgp num: 128
|
|
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, osd.2]
|
|
- [client.0]
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 3
|
|
size: 10 # GB
|