]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/fs/upgrade/volumes/import-legacy/tasks/2-upgrade.yaml
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / qa / suites / fs / upgrade / volumes / import-legacy / tasks / 2-upgrade.yaml
1 overrides:
2 ceph:
3 log-ignorelist:
4 - scrub mismatch
5 - ScrubResult
6 - wrongly marked
7 - \(POOL_APP_NOT_ENABLED\)
8 - \(SLOW_OPS\)
9 - overall HEALTH_
10 - \(MON_MSGR2_NOT_ENABLED\)
11 - slow request
12 conf:
13 global:
14 bluestore warn on legacy statfs: false
15 bluestore warn on no per pool omap: 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 - print: "**** done install.upgrade both hosts"
25 - ceph.restart:
26 daemons: [mon.*, mgr.*]
27 mon-health-to-clog: false
28 wait-for-healthy: false
29 - ceph.healthy:
30 - ceph.restart:
31 daemons: [osd.*]
32 wait-for-healthy: false
33 wait-for-osds-up: true
34 - ceph.stop: [mds.*]
35 - ceph.restart:
36 daemons: [mds.*]
37 wait-for-healthy: false
38 wait-for-osds-up: true
39 - exec:
40 mon.a:
41 - ceph versions
42 - ceph osd dump -f json-pretty
43 - ceph osd require-osd-release octopus
44 - for f in `ceph osd pool ls` ; do ceph osd pool set $f pg_autoscale_mode off ; done
45 #- ceph osd set-require-min-compat-client nautilus
46 - ceph.healthy:
47 - print: "**** done ceph.restart"