mirror of
https://github.com/ceph/ceph
synced 2024-12-20 02:13:04 +00:00
271a7588b5
Everything up upgrade/, which will be slightly tricky. Signed-off-by: Sage Weil <sage@redhat.com>
30 lines
608 B
YAML
30 lines
608 B
YAML
roles:
|
|
- - mon.a
|
|
- mgr.x
|
|
- osd.0
|
|
- osd.1
|
|
- osd.2
|
|
- client.0
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 3
|
|
size: 10 # GB
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
log-whitelist:
|
|
- wrongly marked me down
|
|
- slow request
|
|
- exec:
|
|
client.0:
|
|
- sudo ceph osd pool create foo 128 128
|
|
- sleep 5
|
|
- sudo ceph tell osd.0 injectargs -- --osd-inject-failure-on-pg-removal
|
|
- sudo ceph osd pool delete foo foo --yes-i-really-really-mean-it
|
|
- ceph.wait_for_failure: [osd.0]
|
|
- exec:
|
|
client.0:
|
|
- sudo ceph osd down 0
|
|
- ceph.restart: [osd.0]
|
|
- ceph.healthy:
|