marginal/mds_thrasher: Add tests for mds thrasher

Adds a basic set of roles for testing the mds thrasher
with 1 active and 1 standby, and a few basic tests that
stress mds operations.

Signed-off-by: Sam Lang <sam.lang@inktank.com>
This commit is contained in:
Sam Lang 2013-01-18 18:53:49 -06:00
parent f41b5421f8
commit ee4a9f25ec
4 changed files with 19 additions and 0 deletions

View File

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

View File

@ -0,0 +1,7 @@
tasks:
- ceph:
- ceph-fuse:
- workunit:
clients:
all:
- suites/fsstress.sh

View File

@ -0,0 +1,6 @@
tasks:
- ceph:
- ceph-fuse:
- workunit:
clients:
all: [misc/trivial_sync.sh]

View File

@ -0,0 +1,2 @@
tasks:
- mds_thrash: