mirror of
https://github.com/ceph/ceph
synced 2025-01-08 04:01:48 +00:00
15 lines
234 B
YAML
15 lines
234 B
YAML
roles:
|
|
- [mon.0, osd.0, osd.1, client.0]
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 2
|
|
size: 10 # GB
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
conf:
|
|
global:
|
|
journal aio: true
|
|
- filestore_idempotent:
|