ceph/suites/rados/singleton/all/mon-thrasher.yaml
John Spray 344d5974fd Remove mds role from rados & rgw tests
Follow up to a24efaef, remove the mds from
the (mainly singleton) test configs that
explicitly list it.

Signed-off-by: John Spray <john.spray@redhat.com>
2014-07-22 16:44:02 +01:00

22 lines
294 B
YAML

roles:
- - mon.a
- mon.b
- mon.c
- osd.0
- osd.1
- client.0
tasks:
- install:
- ceph:
- mon_thrash:
revive_delay: 20
thrash_delay: 1
- workunit:
clients:
all:
- mon/workloadgen.sh
env:
LOADGEN_NUM_OSDS: "5"
VERBOSE: "1"
DURATION: "600"