summaryrefslogtreecommitdiffstats
path: root/qa/suites/upgrade/mimic-x/parallel/3-upgrade-sequence/upgrade-all.yaml
blob: 15a3271fe8c4e57ebb52ce955ae114df664fdcc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
meta:
- desc: |
   upgrade the ceph cluster
upgrade-sequence:
   sequential:
   - ceph.restart:
       daemons: [mon.a, mon.b, mon.c, mgr.x, mgr.y]
       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]
       wait-for-healthy: false
       wait-for-osds-up: true
   - ceph.restart:
       daemons: [mds.a, mds.b]
       wait-for-healthy: false
       wait-for-osds-up: true
   - print: "**** done ceph.restart all"