]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/fs/upgrade/featureful_client/old_client/tasks/2-upgrade.yaml
import quincy beta 17.1.0
[ceph.git] / ceph / qa / suites / fs / upgrade / featureful_client / old_client / tasks / 2-upgrade.yaml
CommitLineData
81eedcae
TL
1overrides:
2 ceph:
cd265ab1 3 log-ignorelist:
eafe8130
TL
4 - scrub mismatch
5 - ScrubResult
6 - wrongly marked
7 - \(POOL_APP_NOT_ENABLED\)
8 - \(SLOW_OPS\)
9 - overall HEALTH_
10 - \(MON_MSGR2_NOT_ENABLED\)
9f95a23c 11 - slow request
81eedcae
TL
12 conf:
13 global:
14 bluestore warn on legacy statfs: false
9f95a23c 15 bluestore warn on no per pool omap: false
eafe8130
TL
16 mon:
17 mon warn on osd down out interval zero: false
81eedcae 18
11fdf7f2
TL
19tasks:
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"
11fdf7f2 26- ceph.restart:
eafe8130 27 daemons: [mon.*, mgr.*]
11fdf7f2 28 mon-health-to-clog: false
eafe8130 29 wait-for-healthy: false
eafe8130
TL
30- ceph.healthy:
31- ceph.restart:
32 daemons: [osd.*]
33 wait-for-healthy: false
34 wait-for-osds-up: true
35- ceph.stop: [mds.*]
36- ceph.restart:
37 daemons: [mds.*]
38 wait-for-healthy: false
39 wait-for-osds-up: true
eafe8130
TL
40- exec:
41 mon.a:
42 - ceph osd dump -f json-pretty
43 - ceph versions
20effc67 44 - ceph osd require-osd-release quincy
9f95a23c 45 - for f in `ceph osd pool ls` ; do ceph osd pool set $f pg_autoscale_mode off ; done
20effc67 46 #- ceph osd set-require-min-compat-client octopus
eafe8130 47- ceph.healthy:
11fdf7f2 48- print: "**** done ceph.restart"