summaryrefslogtreecommitdiffstats
path: root/qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml')
-rw-r--r--qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml b/qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml
new file mode 100644
index 000000000..975708385
--- /dev/null
+++ b/qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml
@@ -0,0 +1,20 @@
+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
+ - qemu-utils
+- ceph:
+ fs: xfs
+ conf:
+ client:
+ rbd cache: true
+ rbd cache policy: writearound
+- workunit:
+ clients:
+ all: [rbd/qemu-iotests.sh]