]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-mimic.yaml
bump version to 15.2.11-pve1
[ceph.git] / ceph / qa / suites / fs / upgrade / featureful_client / upgraded_client / tasks / 0-mimic.yaml
CommitLineData
11fdf7f2
TL
1meta:
2- desc: |
9f95a23c 3 install ceph/mimic latest
11fdf7f2
TL
4tasks:
5- install:
9f95a23c 6 branch: mimic
11fdf7f2
TL
7 exclude_packages:
8 - librados3
9 - ceph-mgr-dashboard
10 - ceph-mgr-diskprediction-local
11fdf7f2 11 - ceph-mgr-rook
9f95a23c
TL
12 - ceph-mgr-cephadm
13 - cephadm
11fdf7f2 14 extra_packages: ['librados2']
9f95a23c 15- print: "**** done installing mimic"
11fdf7f2
TL
16- ceph:
17 mon_bind_addrvec: false
18 mon_bind_msgr2: false
cd265ab1 19 log-ignorelist:
11fdf7f2
TL
20 - overall HEALTH_
21 - \(FS_
22 - \(MDS_
23 - \(OSD_
24 - \(MON_DOWN\)
25 - \(CACHE_POOL_
26 - \(POOL_
27 - \(MGR_DOWN\)
28 - \(PG_
29 - \(SMALLER_PGP_NUM\)
30 - Monitor daemon marked osd
31 - Behind on trimming
32 - Manager daemon
33 conf:
34 global:
35 mon warn on pool no app: false
36 ms bind msgr2: false
37- exec:
38 osd.0:
9f95a23c 39 - ceph osd set-require-min-compat-client mimic
11fdf7f2 40- print: "**** done ceph"