mirror of
https://github.com/ceph/ceph
synced 2024-12-12 22:46:21 +00:00
271a7588b5
Everything up upgrade/, which will be slightly tricky. Signed-off-by: Sage Weil <sage@redhat.com>
14 lines
221 B
YAML
14 lines
221 B
YAML
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
conf:
|
|
client:
|
|
rbd cache: true
|
|
rbd cache max dirty: 0
|
|
- workunit:
|
|
clients:
|
|
all: [rbd/read-flags.sh]
|