]> git.proxmox.com Git - ceph.git/blame_incremental - 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
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]
8 mon-health-to-clog: false
9 wait-for-healthy: false
10 - sleep:
11 duration: 60
12 - exec:
13 mon.a:
14 - ceph config set global mon_warn_on_msgr2_not_enabled false
15 - ceph.healthy:
16 - ceph.restart:
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]
18 wait-for-healthy: false
19 wait-for-osds-up: true
20 - sleep:
21 duration: 60
22 - ceph.restart:
23 #daemons: [mds.a, rgw.*] this needs to be added when mds is enabled in riles
24 daemons: [rgw.*]
25 wait-for-healthy: false
26 wait-for-osds-up: true
27 - sleep:
28 duration: 60
29 - print: "**** done ceph.restart all"