summaryrefslogtreecommitdiffstats
path: root/qa/suites/upgrade/luminous-x/parallel/3-upgrade-sequence/upgrade-mon-osd-mds.yaml
blob: 4f9aac75436e366957cd1196c90805b0ae1d3c4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
meta:
- desc: |
   upgrade the ceph cluster,
   upgrate in two steps
   step one ordering: mon.a, osd.0, osd.1, mds.a
   step two ordering: mon.b, mon.c, osd.2, osd.3
   ceph expected to be healthy state after each step
upgrade-sequence:
   sequential:
   - ceph.restart:
       daemons: [mon.a]
       wait-for-healthy: true
   - sleep:
       duration: 60
   - ceph.restart:
       daemons: [mon.b, mgr.x]
       wait-for-healthy: true
       mon-health-to-clog: false
   - sleep:
       duration: 60
   - ceph.restart:
       daemons: [mon.c]
       wait-for-healthy: false
       mon-health-to-clog: false
   - exec:
       mon.a:
         - ceph config set global mon_warn_on_msgr2_not_enabled false
   - ceph.healthy:
   - sleep:
       duration: 60
   - ceph.restart:
       daemons: [osd.0, osd.1, osd.2, osd.3]
       wait-for-healthy: true
   - sleep:
       duration: 60
   - ceph.restart: [mds.a]
   - sleep:
       duration: 60
   - sleep:
       duration: 60
   - ceph.restart:
       daemons: [osd.4, osd.5, osd.6, osd.7]
       wait-for-healthy: true
   - sleep:
       duration: 60
   - ceph.restart:
       daemons: [osd.8, osd.9, osd.10, osd.11]
       wait-for-healthy: true
   - sleep:
       duration: 60