mirror of
https://github.com/ceph/ceph
synced 2025-01-09 20:52:09 +00:00
cea39d2f01
The mgrmap may change when the mons upgrade, causing the mgr daemons to respawn. Restart mgr daemons before mons to avoid a mismatch between the running version and the ondisk binary. Signed-off-by: Sage Weil <sage@redhat.com>
21 lines
495 B
YAML
21 lines
495 B
YAML
meta:
|
|
- desc: |
|
|
install upgrade ceph/-x on one node only
|
|
1st half
|
|
restart : osd.0,1,2,3,4,5
|
|
tasks:
|
|
- install.upgrade:
|
|
mon.a:
|
|
mon.b:
|
|
- print: "**** done install.upgrade osd.0"
|
|
- ceph.restart:
|
|
daemons: [mgr.x, mgr.y]
|
|
- ceph.restart:
|
|
daemons: [mon.a, mon.b]
|
|
wait-for-healthy: false
|
|
mon-health-to-clog: false
|
|
- ceph.restart:
|
|
daemons: [osd.0, osd.1, osd.2, osd.3, osd.4, osd.5, osd.6, osd.7]
|
|
wait-for-healthy: false
|
|
- print: "**** done ceph.restart 1st 2/3s"
|