summaryrefslogtreecommitdiffstats
path: root/qa/suites/rados/thrash/workloads/redirect_set_object.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'qa/suites/rados/thrash/workloads/redirect_set_object.yaml')
-rw-r--r--qa/suites/rados/thrash/workloads/redirect_set_object.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/qa/suites/rados/thrash/workloads/redirect_set_object.yaml b/qa/suites/rados/thrash/workloads/redirect_set_object.yaml
new file mode 100644
index 000000000..7fe81435c
--- /dev/null
+++ b/qa/suites/rados/thrash/workloads/redirect_set_object.yaml
@@ -0,0 +1,17 @@
+overrides:
+ ceph:
+ log-ignorelist:
+ - \(POOL_APP_NOT_ENABLED\)
+tasks:
+- exec:
+ client.0:
+ - sudo ceph osd pool create low_tier 4
+- rados:
+ clients: [client.0]
+ low_tier_pool: 'low_tier'
+ ops: 4000
+ objects: 500
+ set_redirect: true
+ op_weights:
+ set_redirect: 100
+ copy_from: 100