mirror of
https://github.com/ceph/ceph
synced 2024-12-24 12:24:19 +00:00
24 lines
317 B
YAML
24 lines
317 B
YAML
roles:
|
|
- - mon.a
|
|
- mon.b
|
|
- mon.c
|
|
- osd.0
|
|
- osd.1
|
|
- mds.0
|
|
- client.0
|
|
tasks:
|
|
- install:
|
|
- 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"
|