mirror of
https://github.com/ceph/ceph
synced 2025-01-08 20:21:33 +00:00
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:
parent
f41b5421f8
commit
ee4a9f25ec
@ -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]
|
@ -0,0 +1,7 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
all:
|
||||
- suites/fsstress.sh
|
@ -0,0 +1,6 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
all: [misc/trivial_sync.sh]
|
2
suites/marginal/mds_thrasher/thrash/default.yaml
Normal file
2
suites/marginal/mds_thrasher/thrash/default.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
tasks:
|
||||
- mds_thrash:
|
Loading…
Reference in New Issue
Block a user