mirror of
https://github.com/ceph/ceph
synced 2024-12-24 20:33:27 +00:00
344d5974fd
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>
22 lines
294 B
YAML
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"
|