]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/upgrade/mimic-x/parallel/3-upgrade-sequence/upgrade-mon-osd-mds.yaml
bump version to 15.2.11-pve1
[ceph.git] / ceph / qa / suites / upgrade / mimic-x / parallel / 3-upgrade-sequence / upgrade-mon-osd-mds.yaml
CommitLineData
7c673cae
FG
1meta:
2- desc: |
3 upgrade the ceph cluster,
4 upgrate in two steps
9f95a23c
TL
5 step one ordering: mon.a
6 step two ordering: mon.b,mgr.x
7 step three ordering: mon.c
8 step four ordering: osd.0, osd.1
9 step five ordering: mds.a, msd.b
10 step six ordering: osd.4, osd.5
11 step seven ordering: osd.2, osd.3
12 step eight ordering: rgw.*
7c673cae
FG
13 ceph expected to be healthy state after each step
14upgrade-sequence:
15 sequential:
16 - ceph.restart:
17 daemons: [mon.a]
18 wait-for-healthy: true
19 - sleep:
20 duration: 60
21 - ceph.restart:
9f95a23c 22 daemons: [mon.b, mgr.x,rgw.*]
7c673cae 23 wait-for-healthy: true
11fdf7f2
TL
24 mon-health-to-clog: false
25 - sleep:
26 duration: 60
27 - ceph.restart:
28 daemons: [mon.c]
29 wait-for-healthy: false
30 mon-health-to-clog: false
31 - exec:
32 mon.a:
33 - ceph config set global mon_warn_on_msgr2_not_enabled false
34 - ceph.healthy:
7c673cae
FG
35 - sleep:
36 duration: 60
37 - ceph.restart:
38 daemons: [osd.0, osd.1]
39 wait-for-healthy: true
40 - sleep:
41 duration: 60
11fdf7f2
TL
42 - ceph.restart: [mds.a, mds.b]
43 - sleep:
44 duration: 60
45 - ceph.restart:
46 daemons: [osd.4, osd.5]
47 wait-for-healthy: true
7c673cae
FG
48 - sleep:
49 duration: 60
50 - sleep:
51 duration: 60
52 - ceph.restart:
53 daemons: [osd.2, osd.3]
54 wait-for-healthy: false
55 wait-for-osds-up: true
56 - sleep:
57 duration: 60
9f95a23c
TL
58 - ceph.restart:
59 daemons: [rgw.*]
60 wait-for-healthy: false
61 wait-for-osds-up: true
62 - sleep:
63 duration: 60
64