ceph/qa/suites/upgrade/nautilus-x/parallel/3-upgrade-sequence/upgrade-all.yaml
Kefu Chai 1231a306ec qa/suites: do not test luminous-x upgrade path
in this change,

* suites/rados/upgrade: luminous-x-singleton => mimic-x-singleton
* suites/upgrade: luminous-x => nautilus-x

we support upgrade from n to n+2 release. otherwise monitor refuses to
do so:

mon.a@-1(probing) e1 current monmap has min_mon_release 15 (luminous)
which is >2 releases older than me 15 (octopus), stopping.

Fixes: https://tracker.ceph.com/issues/38845
Signed-off-by: Kefu Chai <kchai@redhat.com>
2019-03-22 22:39:42 +08:00

23 lines
647 B
YAML

meta:
- desc: |
upgrade the ceph cluster
upgrade-sequence:
sequential:
- ceph.restart:
daemons: [mon.a, mon.b, mon.c, mgr.x]
mon-health-to-clog: false
wait-for-healthy: false
- exec:
mon.a:
- ceph config set global mon_warn_on_msgr2_not_enabled false
- ceph.healthy:
- ceph.restart:
daemons: [osd.0, osd.1, osd.2, osd.3, osd.4, osd.5, osd.6, osd.7, osd.8, osd.9, osd.10, osd.11]
wait-for-healthy: false
wait-for-osds-up: true
- ceph.restart:
daemons: [mds.a]
wait-for-healthy: false
wait-for-osds-up: true
- print: "**** done ceph.restart all"