mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +00:00
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:
parent
3c90c0d4a6
commit
2ad6545a08
5
collections/thrash/workloads/readwrite.yaml
Normal file
5
collections/thrash/workloads/readwrite.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- testrados:
|
||||
clients: [client.0]
|
||||
ops: 4000
|
||||
objects: 500
|
6
collections/thrash/workloads/snaps.yaml
Normal file
6
collections/thrash/workloads/snaps.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
tasks:
|
||||
- testrados:
|
||||
snaps: True
|
||||
clients: [client.0]
|
||||
ops: 4000
|
||||
objects: 500
|
Loading…
Reference in New Issue
Block a user