diff options
Diffstat (limited to 'src/ceph/qa/suites/rbd/singleton/all/read-flags-writethrough.yaml')
-rw-r--r-- | src/ceph/qa/suites/rbd/singleton/all/read-flags-writethrough.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ceph/qa/suites/rbd/singleton/all/read-flags-writethrough.yaml b/src/ceph/qa/suites/rbd/singleton/all/read-flags-writethrough.yaml new file mode 100644 index 0000000..fc499d4 --- /dev/null +++ b/src/ceph/qa/suites/rbd/singleton/all/read-flags-writethrough.yaml @@ -0,0 +1,13 @@ +roles: +- [mon.a, mgr.x, osd.0, osd.1, client.0] +tasks: +- install: +- ceph: + fs: xfs + conf: + client: + rbd cache: true + rbd cache max dirty: 0 +- workunit: + clients: + all: [rbd/read-flags.sh] |