From: Samuel Just Date: Mon, 24 Oct 2011 21:30:25 +0000 (-0700) Subject: Add testrados based thrashing tasks X-Git-Tag: v0.94.10~27^2^2~997 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2ad6545a087deadd82d5e3104a341c56f2b9b73c;p=ceph.git Add testrados based thrashing tasks readwrite.yaml runs a read/write workload against a set of objects. snaps.yaml adds snaps and rollback. Signed-off-by: Samuel Just --- diff --git a/collections/thrash/workloads/readwrite.yaml b/collections/thrash/workloads/readwrite.yaml new file mode 100644 index 000000000000..a9f767b636b3 --- /dev/null +++ b/collections/thrash/workloads/readwrite.yaml @@ -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 index 000000000000..63125917aa55 --- /dev/null +++ b/collections/thrash/workloads/snaps.yaml @@ -0,0 +1,6 @@ +tasks: +- testrados: + snaps: True + clients: [client.0] + ops: 4000 + objects: 500