]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd_concurrent: add new task to test concurrent.sh
authorAlex Elder <elder@inktank.com>
Thu, 30 May 2013 15:05:32 +0000 (10:05 -0500)
committerAlex Elder <elder@inktank.com>
Thu, 30 May 2013 15:05:32 +0000 (10:05 -0500)
Add a new kernel task to run the rbd concurrent test.

Signed-off-by: Alex Elder <elder@inktank.com>
suites/kernel/singleton/tasks/rbd_concurrent.yaml [new file with mode: 0644]

diff --git a/suites/kernel/singleton/tasks/rbd_concurrent.yaml b/suites/kernel/singleton/tasks/rbd_concurrent.yaml
new file mode 100644 (file)
index 0000000..c8e9558
--- /dev/null
@@ -0,0 +1,16 @@
+roles:
+- [mon.a, mon.c, osd.0, osd.1, osd.2]
+- [mon.b, mds.a, osd.3, osd.4, osd.5]
+- [client.0]
+tasks:
+- install:
+- ceph:
+- workunit:
+    clients:
+      all:
+        - rbd/concurrent.sh
+# Options for rbd/concurrent.sh (default values shown)
+#    env:
+#        RBD_CONCURRENT_ITER: 100
+#        RBD_CONCURRENT_COUNT: 5
+#        RBD_CONCURRENT_DELAY: 5