mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Different versions of qemu don't work with the qemu-iotests we're using. Just disable these for now. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
14 lines
225 B
YAML
14 lines
225 B
YAML
exclude_arch: armv7l
|
|
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/qemu-iotests.sh]
|