ceph/qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml
Jason Dillaman ead16e9ad7 qa/suites/rbd: added writearound cache test permutations
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>
2019-04-19 14:11:43 -04:00

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]