mirror of
https://github.com/ceph/ceph
synced 2025-01-27 05:25:10 +00:00
13 lines
202 B
YAML
13 lines
202 B
YAML
|
roles:
|
||
|
- [mon.a, osd.0, osd.1, client.0]
|
||
|
tasks:
|
||
|
- install:
|
||
|
- ceph:
|
||
|
conf:
|
||
|
client:
|
||
|
rbd cache: true
|
||
|
rbd cache max dirty: 0
|
||
|
- workunit:
|
||
|
clients:
|
||
|
all: [rbd/read-flags.sh]
|