mirror of
https://github.com/ceph/ceph
synced 2025-01-24 20:13:45 +00:00
13 lines
361 B
YAML
13 lines
361 B
YAML
meta:
|
|
- desc: |
|
|
restart mon.c so it is upgraded to -x
|
|
as all mon were upgrated, expected ceph cluster reach quorum
|
|
tasks:
|
|
- ceph.restart:
|
|
daemons: [mon.c]
|
|
wait-for-healthy: false
|
|
wait-for-osds-up: true
|
|
- print: "**** done ceph.restart mon.c 8-next-mon"
|
|
- ceph.wait_for_mon_quorum: [a, b, c]
|
|
- print: "**** done wait_for_mon_quorum 8-next-mon"
|