mirror of
https://github.com/ceph/ceph
synced 2024-12-24 04:14:07 +00:00
271a7588b5
Everything up upgrade/, which will be slightly tricky. Signed-off-by: Sage Weil <sage@redhat.com>
27 lines
391 B
YAML
27 lines
391 B
YAML
roles:
|
|
- - mon.a
|
|
- mon.b
|
|
- mon.c
|
|
- mgr.x
|
|
- osd.0
|
|
- osd.1
|
|
- client.0
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 2
|
|
size: 10 # GB
|
|
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"
|