mirror of
https://github.com/ceph/ceph
synced 2025-01-08 20:21:33 +00:00
7646133eea
The tell mon.* currently blocks forever if all mons aren't up.
7 lines
134 B
YAML
7 lines
134 B
YAML
tasks:
|
|
- ceph.restart:
|
|
daemons: [mon.b]
|
|
wait-for-healthy: false
|
|
wait-for-osds-up: true
|
|
- ceph.wait_for_mon_quorum: [a, b]
|