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 <samuel.just@dreamhost.com>
This commit is contained in:
Samuel Just 2011-10-24 14:30:25 -07:00
parent 3c90c0d4a6
commit 2ad6545a08
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
tasks:
- testrados:
clients: [client.0]
ops: 4000
objects: 500

View File

@ -0,0 +1,6 @@
tasks:
- testrados:
snaps: True
clients: [client.0]
ops: 4000
objects: 500