mirror of
https://github.com/ceph/ceph
synced 2025-02-02 08:22:36 +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>
14 lines
226 B
YAML
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]
|