]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-luminous.yaml
update download target update for octopus release
[ceph.git] / ceph / qa / suites / fs / upgrade / featureful_client / old_client / tasks / 0-luminous.yaml
CommitLineData
11fdf7f2
TL
1meta:
2- desc: |
3 install ceph/luminous latest
4tasks:
5- install:
6 branch: luminous
7 exclude_packages:
8 - librados3
9 - ceph-mgr-dashboard
10 - ceph-mgr-diskprediction-local
11 - ceph-mgr-diskprediction-cloud
12 - ceph-mgr-rook
13 - ceph-mgr-ssh
14 extra_packages: ['librados2']
15- print: "**** done installing luminous"
16- ceph:
17 mon_bind_addrvec: false
18 mon_bind_msgr2: false
19 log-whitelist:
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:
39 - ceph osd require-osd-release luminous
40 - ceph osd set-require-min-compat-client luminous
41- print: "**** done ceph"