diff options
Diffstat (limited to '')
-rw-r--r-- | qa/suites/rbd/qemu/cache/writethrough.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qa/suites/rbd/qemu/cache/writethrough.yaml b/qa/suites/rbd/qemu/cache/writethrough.yaml new file mode 100644 index 00000000..6dc29e16 --- /dev/null +++ b/qa/suites/rbd/qemu/cache/writethrough.yaml @@ -0,0 +1,7 @@ +tasks: +- install: +- ceph: + conf: + client: + rbd cache: true + rbd cache max dirty: 0 |