ceph/qa/suites/upgrade/nautilus-x-singleton/2-partial-upgrade/firsthalf.yaml
Sage Weil cea39d2f01 qa/suites/upgrade/nautilus-x-singleton: upgrade mgrs early
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>
2019-04-02 16:41:15 -05:00

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"