mirror of
https://github.com/ceph/ceph
synced 2024-12-11 14:09:09 +00:00
271a7588b5
Everything up upgrade/, which will be slightly tricky. Signed-off-by: Sage Weil <sage@redhat.com>
22 lines
329 B
YAML
22 lines
329 B
YAML
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0]
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 3
|
|
size: 10 # GB
|
|
|
|
overrides:
|
|
ceph:
|
|
fs: xfs
|
|
conf:
|
|
osd:
|
|
filestore xfs extsize: true
|
|
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
- workunit:
|
|
clients:
|
|
all:
|
|
- rados/test_alloc_hint.sh
|