ceph/qa/suites/rbd/singleton/all/read-flags-writeback.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

14 lines
226 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 policy: writeback
- workunit:
clients:
all: [rbd/read-flags.sh]