From: myoungwon oh Date: Thu, 7 Dec 2017 12:27:46 +0000 (+0900) Subject: qa/suites/rados/thrash: add tier_promote op X-Git-Tag: v13.0.2~474^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=93e986c064694db67abdd9c7d55cc1b7eefa58ae;p=ceph.git qa/suites/rados/thrash: add tier_promote op 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 --- 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 index 00000000000..942e9455a39 --- /dev/null +++ b/qa/suites/rados/thrash/workloads/redirect_promote_tests.yaml @@ -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 index 00000000000..acdbff4c6ac --- /dev/null +++ b/qa/suites/rados/thrash/workloads/set-chunks-read.yaml @@ -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 index f94a9786df1..00000000000 --- a/qa/suites/rados/thrash/workloads/set-chunks.yaml +++ /dev/null @@ -1,8 +0,0 @@ -tasks: -- rados: - clients: [client.0] - ops: 4000 - objects: 300 - set_chunk: true - op_weights: - chunk_read: 100