mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
5d517f9761
Signed-off-by: Sage Weil <sage@redhat.com>
16 lines
308 B
YAML
16 lines
308 B
YAML
meta:
|
|
- desc: |
|
|
install upgrade on remaining node
|
|
restartin remaining osds
|
|
tasks:
|
|
- install.upgrade:
|
|
osd.3:
|
|
- ceph.restart:
|
|
daemons: [osd.3, osd.4, osd.5]
|
|
wait-for-up: true
|
|
wait-for-healthy: false
|
|
- ceph.restart:
|
|
daemons: [mds.a]
|
|
wait-for-up: true
|
|
wait-for-healthy: false
|