]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/upgrade/mimic-x/parallel/3-upgrade-sequence/upgrade-all.yaml
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / suites / upgrade / mimic-x / parallel / 3-upgrade-sequence / upgrade-all.yaml
CommitLineData
11fdf7f2
TL
1meta:
2- desc: |
3 upgrade the ceph cluster
4upgrade-sequence:
5 sequential:
6 - ceph.restart:
7 daemons: [mon.a, mon.b, mon.c, mgr.x, mgr.y]
8 mon-health-to-clog: false
9 wait-for-healthy: false
10 - exec:
11 mon.a:
12 - ceph config set global mon_warn_on_msgr2_not_enabled false
13 - ceph.healthy:
14 - ceph.restart:
15 daemons: [osd.0, osd.1, osd.2, osd.3, osd.4, osd.5]
16 wait-for-healthy: false
17 wait-for-osds-up: true
18 - ceph.restart:
19 daemons: [mds.a, mds.b]
20 wait-for-healthy: false
21 wait-for-osds-up: true
22 - print: "**** done ceph.restart all"