Add small cluster thrashing tasks

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
This commit is contained in:
Samuel Just 2012-01-17 15:06:24 -08:00
parent b2c07d8a60
commit 5bb9a9d615
6 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,3 @@
overrides:
ceph:
btrfs: 1

View File

@ -0,0 +1,3 @@
roles:
- [mon.0, mds.a, osd.0, osd.1, osd.2]
- [mon.1, mon.2, client.0, osd.3, osd.4, osd.5]

View File

@ -0,0 +1,5 @@
tasks:
- ceph:
log-whitelist:
- wrongly marked me down or wrong addr
- thrashosds:

View File

@ -0,0 +1,4 @@
tasks:
- radosbench:
clients: [client.0]
time: 1800

View File

@ -0,0 +1,9 @@
tasks:
- rados:
clients: [client.0]
ops: 4000
objects: 500
op_weights:
read: 45
write: 45
delete: 10

View File

@ -0,0 +1,12 @@
tasks:
- rados:
clients: [client.0]
ops: 4000
objects: 500
op_weights:
read: 100
write: 100
delete: 50
snap_create: 50
snap_remove: 50
snap_rollback: 50