mirror of
https://github.com/ceph/ceph
synced 2025-02-03 17:03:51 +00:00
10 lines
196 B
YAML
10 lines
196 B
YAML
meta:
|
|
- desc: |
|
|
restart mon.a so it is upgraded to -x
|
|
tasks:
|
|
- ceph.restart:
|
|
daemons: [mon.a]
|
|
wait-for-healthy: false
|
|
wait-for-osds-up: true
|
|
- print: "**** done ceph.restart mon.a"
|