summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/upgrade/hammer-jewel-x/parallel/7-upgrade-sequence/upgrade-by-daemon.yaml
blob: 0a69a7fa4521ae8ea546d74173c6478694bf218f (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
meta:
- desc: |
   upgrade the ceph cluster,
   upgrate in two steps
   step one ordering: mon.a, mon.b, mon.c, osd.0, osd.1
   step two ordering: osd.2, osd.3
   ceph expected to be healthy state after each step
upgrade-sequence2:
   sequential:
   - ceph.restart:
       daemons: [mon.a, mon.b, mon.c]
       wait-for-healthy: true
   - sleep:
       duration: 60
   - ceph.restart:
       daemons: [osd.0, osd.1]
       wait-for-healthy: true
   - sleep:
       duration: 60
   - print: "**** running mixed versions of osds and mons"
   - exec:
      mon.b:
        - sudo ceph osd crush tunables jewel
   - print: "**** done ceph osd crush tunables jewel"
   - ceph.restart:
       daemons: [osd.2, osd.3]
       wait-for-healthy: false
       wait-for-osds-up: true
   - sleep:
       duration: 60