]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/fs/upgrade/volumes/import-legacy/tasks/0-nautilus.yaml
import ceph pacific 16.2.5
[ceph.git] / ceph / qa / suites / fs / upgrade / volumes / import-legacy / tasks / 0-nautilus.yaml
1 meta:
2 - desc: |
3 install ceph/nautilus latest
4 tasks:
5 - install:
6 branch: nautilus #tag: v13.2.8
7 exclude_packages:
8 - librados3
9 - ceph-mgr-dashboard
10 - ceph-mgr-diskprediction-local
11 - ceph-mgr-rook
12 - ceph-mgr-cephadm
13 - cephadm
14 - ceph-immutable-object-cache
15 - python3-rados
16 - python3-rgw
17 - python3-rbd
18 - python3-cephfs
19 extra_packages: ['librados2']
20 - print: "**** done installing nautilus"
21 - ceph:
22 log-ignorelist:
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:
42 - ceph osd require-osd-release nautilus
43 - ceph osd set-require-min-compat-client nautilus
44 - print: "**** done ceph"