]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/fs/upgrade/upgraded_client/from_nautilus/tasks/0-nautilus.yaml
buildsys: change download over to reef release
[ceph.git] / ceph / qa / suites / fs / upgrade / upgraded_client / from_nautilus / tasks / 0-nautilus.yaml
CommitLineData
39ae355f
TL
1meta:
2- desc: |
3 install ceph/nautilus latest
4tasks:
5- install:
6 branch: nautilus
7 exclude_packages:
8 - cephadm
9 - ceph-mgr-cephadm
10 - ceph-immutable-object-cache
11 - python3-rados
12 - python3-rgw
13 - python3-rbd
14 - python3-cephfs
15 - ceph-volume
16 extra_packages:
17 - python-rados
18 - python-rgw
19 - python-rbd
20 - python-cephfs
21- print: "**** done installing nautilus"
22- ceph:
23 log-ignorelist:
24 - overall HEALTH_
25 - \(FS_
26 - \(MDS_
27 - \(OSD_
28 - \(MON_DOWN\)
29 - \(CACHE_POOL_
30 - \(POOL_
31 - \(MGR_DOWN\)
32 - \(PG_
33 - \(SMALLER_PGP_NUM\)
34 - Monitor daemon marked osd
35 - Behind on trimming
36 - Manager daemon
37 conf:
38 global:
39 mon warn on pool no app: false
40 ms bind msgr2: false
41- exec:
42 osd.0:
43 - ceph osd set-require-min-compat-client nautilus
44- print: "**** done ceph"