]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/fs/upgrade/nofs/tasks/1-upgrade.yaml
update ceph source to reef 18.1.2
[ceph.git] / ceph / qa / suites / fs / upgrade / nofs / tasks / 1-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 - print: "*** upgrading, no cephfs present"
21 - exec:
22 mon.a:
23 - ceph fs dump
24 - install.upgrade:
25 mon.a:
26 - print: "**** done install.upgrade"
27 - ceph.restart:
28 daemons: [mon.*, mgr.*]
29 mon-health-to-clog: false
30 wait-for-healthy: false
31 - ceph.healthy:
32 - ceph.restart:
33 daemons: [osd.*]
34 wait-for-healthy: false
35 wait-for-osds-up: true
36 - exec:
37 mon.a:
38 - ceph versions
39 - ceph osd dump -f json-pretty
40 - ceph fs dump
41 - ceph osd require-osd-release quincy
42 - for f in `ceph osd pool ls` ; do ceph osd pool set $f pg_autoscale_mode off ; done
43 - ceph.healthy:
44 - print: "**** done ceph.restart"