blob: 58b5197d61b45f5332e0f012451756a91c12b355 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
roles:
- [mon.a, mgr.x, 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:
|