]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/upgrade/octopus-x/parallel-no-cephadm/3-upgrade-sequence/upgrade-all.yaml
buildsys: switch source download to quincy
[ceph.git] / ceph / qa / suites / upgrade / octopus-x / parallel-no-cephadm / 3-upgrade-sequence / upgrade-all.yaml
CommitLineData
11fdf7f2
TL
1meta:
2- desc: |
3 upgrade the ceph cluster
4upgrade-sequence:
5 sequential:
6 - ceph.restart:
f67539c2 7 daemons: [mon.a, mon.b, mon.c, mgr.x]
11fdf7f2
TL
8 mon-health-to-clog: false
9 wait-for-healthy: false
f67539c2
TL
10 - sleep:
11 duration: 60
11fdf7f2
TL
12 - exec:
13 mon.a:
14 - ceph config set global mon_warn_on_msgr2_not_enabled false
15 - ceph.healthy:
16 - ceph.restart:
f67539c2 17 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]
11fdf7f2
TL
18 wait-for-healthy: false
19 wait-for-osds-up: true
f67539c2
TL
20 - sleep:
21 duration: 60
11fdf7f2 22 - ceph.restart:
f67539c2
TL
23 #daemons: [mds.a, rgw.*] this needs to be added when mds is enabled in riles
24 daemons: [rgw.*]
11fdf7f2
TL
25 wait-for-healthy: false
26 wait-for-osds-up: true
f67539c2
TL
27 - sleep:
28 duration: 60
11fdf7f2 29 - print: "**** done ceph.restart all"