]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/2-upgrade.yaml
import quincy beta 17.1.0
[ceph.git] / ceph / qa / suites / fs / upgrade / featureful_client / upgraded_client / 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 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 - 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
40 - exec:
41 mon.a:
42 - ceph versions
43 - ceph osd dump -f json-pretty
44 - ceph osd require-osd-release quincy
45 - for f in `ceph osd pool ls` ; do ceph osd pool set $f pg_autoscale_mode off ; done
46 #- ceph osd set-require-min-compat-client octopus
47 - ceph.healthy:
48 - print: "**** done ceph.restart"