]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados: move readwrite test out of thrash matrix
authorSage Weil <sage@redhat.com>
Thu, 13 Oct 2016 18:57:39 +0000 (14:57 -0400)
committerSage Weil <sage@redhat.com>
Thu, 13 Oct 2016 18:57:39 +0000 (14:57 -0400)
The thrash matrix includes min_size = 2 and size = 2.  This
is fine and good, except that the inevitable slow rados ops
that generates make readwrite.yaml issue timeouts and
fail.  Since the workload isn't meant to tolerate slow
requests, move it into the basic/ group.

Signed-off-by: Sage Weil <sage@redhat.com>
suites/rados/basic/tasks/readwrite.yaml [new file with mode: 0644]
suites/rados/thrash/workloads/readwrite.yaml [deleted file]

diff --git a/suites/rados/basic/tasks/readwrite.yaml b/suites/rados/basic/tasks/readwrite.yaml
new file mode 100644 (file)
index 0000000..38343f3
--- /dev/null
@@ -0,0 +1,17 @@
+overrides:
+  ceph:
+    crush_tunables: optimal
+    conf:
+      osd:
+        osd_discard_disconnected_ops: false
+tasks:
+- install:
+- ceph:
+- rados:
+    clients: [client.0]
+    ops: 4000
+    objects: 500
+    op_weights:
+      read: 45
+      write: 45
+      delete: 10
diff --git a/suites/rados/thrash/workloads/readwrite.yaml b/suites/rados/thrash/workloads/readwrite.yaml
deleted file mode 100644 (file)
index 2ab9b28..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-overrides:
-  ceph:
-    crush_tunables: optimal
-    conf:
-      osd:
-        osd_discard_disconnected_ops: false
-tasks:
-- rados:
-    clients: [client.0]
-    ops: 4000
-    objects: 500
-    op_weights:
-      read: 45
-      write: 45
-      delete: 10