summaryrefslogtreecommitdiffstats
path: root/qa/suites/big/rados-thrash/workloads
diff options
context:
space:
mode:
Diffstat (limited to 'qa/suites/big/rados-thrash/workloads')
l---------qa/suites/big/rados-thrash/workloads/.qa1
-rw-r--r--qa/suites/big/rados-thrash/workloads/radosbench.yaml3
-rw-r--r--qa/suites/big/rados-thrash/workloads/snaps-few-objects.yaml13
3 files changed, 17 insertions, 0 deletions
diff --git a/qa/suites/big/rados-thrash/workloads/.qa b/qa/suites/big/rados-thrash/workloads/.qa
new file mode 120000
index 000000000..a602a0353
--- /dev/null
+++ b/qa/suites/big/rados-thrash/workloads/.qa
@@ -0,0 +1 @@
+../.qa/ \ No newline at end of file
diff --git a/qa/suites/big/rados-thrash/workloads/radosbench.yaml b/qa/suites/big/rados-thrash/workloads/radosbench.yaml
new file mode 100644
index 000000000..60f72886c
--- /dev/null
+++ b/qa/suites/big/rados-thrash/workloads/radosbench.yaml
@@ -0,0 +1,3 @@
+tasks:
+- radosbench:
+ time: 300
diff --git a/qa/suites/big/rados-thrash/workloads/snaps-few-objects.yaml b/qa/suites/big/rados-thrash/workloads/snaps-few-objects.yaml
new file mode 100644
index 000000000..b73bb6781
--- /dev/null
+++ b/qa/suites/big/rados-thrash/workloads/snaps-few-objects.yaml
@@ -0,0 +1,13 @@
+tasks:
+- rados:
+ ops: 4000
+ max_seconds: 3600
+ objects: 50
+ op_weights:
+ read: 100
+ write: 100
+ delete: 50
+ snap_create: 50
+ snap_remove: 50
+ rollback: 50
+ copy_from: 50