]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-octopus.yaml
import quincy beta 17.1.0
[ceph.git] / ceph / qa / suites / fs / upgrade / featureful_client / upgraded_client / tasks / 0-octopus.yaml
CommitLineData
11fdf7f2
TL
1meta:
2- desc: |
20effc67 3 install ceph/octopus latest
11fdf7f2
TL
4tasks:
5- install:
20effc67 6 branch: octopus
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
20effc67 14 - ceph-volume
11fdf7f2 15 extra_packages: ['librados2']
20effc67 16- print: "**** done installing octopus"
11fdf7f2 17- ceph:
cd265ab1 18 log-ignorelist:
11fdf7f2
TL
19 - overall HEALTH_
20 - \(FS_
21 - \(MDS_
22 - \(OSD_
23 - \(MON_DOWN\)
24 - \(CACHE_POOL_
25 - \(POOL_
26 - \(MGR_DOWN\)
27 - \(PG_
28 - \(SMALLER_PGP_NUM\)
29 - Monitor daemon marked osd
30 - Behind on trimming
31 - Manager daemon
32 conf:
33 global:
34 mon warn on pool no app: false
35 ms bind msgr2: false
36- exec:
37 osd.0:
20effc67 38 - ceph osd set-require-min-compat-client octopus
11fdf7f2 39- print: "**** done ceph"