]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Add testrados based thrashing tasks
authorSamuel Just <samuel.just@dreamhost.com>
Mon, 24 Oct 2011 21:30:25 +0000 (14:30 -0700)
committerSamuel Just <samuel.just@dreamhost.com>
Mon, 24 Oct 2011 21:30:25 +0000 (14:30 -0700)
readwrite.yaml runs a read/write workload against a set of objects.
snaps.yaml adds snaps and rollback.

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
collections/thrash/workloads/readwrite.yaml [new file with mode: 0644]
collections/thrash/workloads/snaps.yaml [new file with mode: 0644]

diff --git a/collections/thrash/workloads/readwrite.yaml b/collections/thrash/workloads/readwrite.yaml
new file mode 100644 (file)
index 0000000..a9f767b
--- /dev/null
@@ -0,0 +1,5 @@
+tasks:
+- testrados:
+    clients: [client.0]
+    ops: 4000
+    objects: 500
diff --git a/collections/thrash/workloads/snaps.yaml b/collections/thrash/workloads/snaps.yaml
new file mode 100644 (file)
index 0000000..6312591
--- /dev/null
@@ -0,0 +1,6 @@
+tasks:
+- testrados:
+    snaps: True
+    clients: [client.0]
+    ops: 4000
+    objects: 500