summaryrefslogtreecommitdiffstats
path: root/qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml')
-rw-r--r--qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml b/qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml
new file mode 100644
index 000000000..9fabbeccf
--- /dev/null
+++ b/qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml
@@ -0,0 +1,19 @@
+exclude_arch: armv7l
+roles:
+- [mon.a, mgr.x, osd.0, osd.1, client.0]
+tasks:
+- install:
+ extra_system_packages:
+ rpm:
+ - qemu-kvm-block-rbd
+ deb:
+ - qemu-block-extra
+- ceph:
+ fs: xfs
+ conf:
+ client:
+ rbd cache: true
+ rbd cache policy: writeback
+- workunit:
+ clients:
+ all: [rbd/qemu-iotests.sh]