mirror of
https://github.com/ceph/ceph
synced 2025-01-25 04:24:24 +00:00
e1cd91098f
Signed-off-by: Sage Weil <sage@newdream.net>
26 lines
461 B
YAML
26 lines
461 B
YAML
tasks:
|
|
- cephadm:
|
|
roleless: true
|
|
- cephadm.shell:
|
|
host.a:
|
|
- ceph orch status
|
|
- ceph orch ps
|
|
- ceph orch ls
|
|
- ceph orch host ls
|
|
- ceph orch device ls
|
|
- ceph orch ls | grep '^osd.all-available-devices '
|
|
roles:
|
|
- - host.a
|
|
- client.0
|
|
- - host.b
|
|
- client.1
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 4
|
|
size: 10 # GB
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
osd:
|
|
osd shutdown pgref assert: true
|