]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
add rbd_fsx_[no]cache jobs to regression suite
authorSage Weil <sage@newdream.net>
Thu, 19 Apr 2012 20:33:32 +0000 (13:33 -0700)
committerSage Weil <sage@newdream.net>
Thu, 19 Apr 2012 20:33:32 +0000 (13:33 -0700)
suites/regression/basic/tasks/rbd_fsx_cache.yaml [new file with mode: 0644]
suites/regression/basic/tasks/rbd_fsx_nocache.yaml [new file with mode: 0644]

diff --git a/suites/regression/basic/tasks/rbd_fsx_cache.yaml b/suites/regression/basic/tasks/rbd_fsx_cache.yaml
new file mode 100644 (file)
index 0000000..3adf362
--- /dev/null
@@ -0,0 +1,8 @@
+tasks:
+- ceph:
+    conf:
+      client:
+        rbd cache: true
+- rbd_fsx:
+    clients: [client.0]
+    ops: 15000
diff --git a/suites/regression/basic/tasks/rbd_fsx_nocache.yaml b/suites/regression/basic/tasks/rbd_fsx_nocache.yaml
new file mode 100644 (file)
index 0000000..a30470b
--- /dev/null
@@ -0,0 +1,8 @@
+tasks:
+- ceph:
+    conf:
+      client:
+        rbd cache: false
+- rbd_fsx:
+    clients: [client.0]
+    ops: 2000