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