]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/thrash: add tier_promote op
authormyoungwon oh <omwmw@sk.com>
Thu, 7 Dec 2017 12:27:46 +0000 (21:27 +0900)
committermyoungwon oh <omwmw@sk.com>
Fri, 12 Jan 2018 05:38:57 +0000 (14:38 +0900)
1.add tier_promote op for redirect and chunked cases.
2.rename set-chunk.yaml due to current chunked object
only for the read case.

Signed-off-by: Myoungwon Oh <omwmw@sk.com>
qa/suites/rados/thrash/workloads/redirect_promote_tests.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/set-chunks-read.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/set-chunks.yaml [deleted file]

diff --git a/qa/suites/rados/thrash/workloads/redirect_promote_tests.yaml b/qa/suites/rados/thrash/workloads/redirect_promote_tests.yaml
new file mode 100644 (file)
index 0000000..942e945
--- /dev/null
@@ -0,0 +1,10 @@
+tasks:
+- rados:
+    clients: [client.0]
+    ops: 4000
+    objects: 500
+    set_redirect: true
+    op_weights:
+      set_redirect: 100
+      read: 50
+      tier_promote: 30
diff --git a/qa/suites/rados/thrash/workloads/set-chunks-read.yaml b/qa/suites/rados/thrash/workloads/set-chunks-read.yaml
new file mode 100644 (file)
index 0000000..acdbff4
--- /dev/null
@@ -0,0 +1,9 @@
+tasks:
+- rados:
+    clients: [client.0]
+    ops: 4000
+    objects: 300
+    set_chunk: true
+    op_weights:
+      chunk_read: 100
+      tier_promote: 10
diff --git a/qa/suites/rados/thrash/workloads/set-chunks.yaml b/qa/suites/rados/thrash/workloads/set-chunks.yaml
deleted file mode 100644 (file)
index f94a978..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-tasks:
-- rados:
-    clients: [client.0]
-    ops: 4000
-    objects: 300
-    set_chunk: true
-    op_weights:
-      chunk_read: 100