mirror of
https://github.com/ceph/ceph
synced 2025-02-04 01:14:24 +00:00
ead16e9ad7
Also tweaked the existing writeback cache test permutations to specify the use of the writeback cache policy. Fixes: http://tracker.ceph.com/issues/39386 Signed-off-by: Jason Dillaman <dillaman@redhat.com>
15 lines
251 B
YAML
15 lines
251 B
YAML
exclude_arch: armv7l
|
|
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
conf:
|
|
client:
|
|
rbd cache: true
|
|
rbd cache policy: writearound
|
|
- workunit:
|
|
clients:
|
|
all: [rbd/qemu-iotests.sh]
|