mirror of
https://github.com/ceph/ceph
synced 2025-01-11 21:50:26 +00:00
7b51cedac6
Signed-off-by: Sage Weil <sage@redhat.com>
24 lines
442 B
YAML
24 lines
442 B
YAML
meta:
|
|
- desc: |
|
|
install upgrade on remaining node
|
|
restartin remaining osds
|
|
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- overall HEALTH_
|
|
- \(FS_DEGRADED\)
|
|
- \(MDS_
|
|
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
|
|
- install.upgrade:
|
|
client.0:
|