mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
13 lines
183 B
YAML
13 lines
183 B
YAML
roles:
|
|
- [mon.a, osd.0, osd.1, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
conf:
|
|
client:
|
|
rbd cache: true
|
|
- workunit:
|
|
clients:
|
|
all: [rbd/read-flags.sh]
|