mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
15 lines
237 B
YAML
15 lines
237 B
YAML
exclude_arch: armv7l
|
|
roles:
|
|
- [mon.a, 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/qemu-iotests.sh]
|