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