ceph/suites/rados/singleton/all/mon-thrasher.yaml
Sage Weil 61605f8178 rados: don't pass ceph.conf path to workloadgen
The workunit tasks sets CEPH_CONF as needed, which the binaries already
understand.
2013-02-18 09:31:19 -08:00

23 lines
306 B
YAML

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