]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/2-upgrade.yaml
import ceph 14.2.5
[ceph.git] / ceph / qa / suites / fs / upgrade / featureful_client / upgraded_client / tasks / 2-upgrade.yaml
1 overrides:
2 ceph:
3 mon_bind_msgr2: false
4 mon_bind_addrvec: false
5 log-whitelist:
6 - scrub mismatch
7 - ScrubResult
8 - wrongly marked
9 - \(POOL_APP_NOT_ENABLED\)
10 - \(SLOW_OPS\)
11 - overall HEALTH_
12 - \(MON_MSGR2_NOT_ENABLED\)
13 conf:
14 global:
15 bluestore warn on legacy statfs: false
16 mon:
17 mon warn on osd down out interval zero: false
18
19 tasks:
20 - mds_pre_upgrade:
21 - print: "**** done mds pre-upgrade sequence"
22 - install.upgrade:
23 mon.a:
24 mon.b:
25 - print: "**** done install.upgrade both hosts"
26 - ceph.restart:
27 daemons: [mon.*, mgr.*]
28 mon-health-to-clog: false
29 wait-for-healthy: false
30 - exec:
31 mon.a:
32 - ceph config set global mon_warn_on_msgr2_not_enabled false
33 - ceph.healthy:
34 - ceph.restart:
35 daemons: [osd.*]
36 wait-for-healthy: false
37 wait-for-osds-up: true
38 - ceph.stop: [mds.*]
39 - ceph.restart:
40 daemons: [mds.*]
41 wait-for-healthy: false
42 wait-for-osds-up: true
43 - exec:
44 mon.a:
45 - ceph mon enable-msgr2
46 - ceph config rm global mon_warn_on_msgr2_not_enabled
47 - exec:
48 mon.a:
49 - ceph osd dump -f json-pretty
50 - ceph versions
51 - ceph osd require-osd-release nautilus
52 #- ceph osd set-require-min-compat-client nautilus
53 - ceph.healthy:
54 - print: "**** done ceph.restart"