]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/fs/upgrade/upgraded_client/tasks/0-from/nautilus.yaml
update ceph source to reef 18.1.2
[ceph.git] / ceph / qa / suites / fs / upgrade / upgraded_client / tasks / 0-from / nautilus.yaml
1 meta:
2 - desc: |
3 install ceph/nautilus latest
4 tasks:
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 # For kernel_untar_build workunit
22 extra_system_packages:
23 - bison
24 - flex
25 - elfutils-libelf-devel
26 - openssl-devel
27 - NetworkManager
28 - iproute
29 - util-linux
30 - print: "**** done installing nautilus"
31 - ceph:
32 log-ignorelist:
33 - overall HEALTH_
34 - \(FS_
35 - \(MDS_
36 - \(OSD_
37 - \(MON_DOWN\)
38 - \(CACHE_POOL_
39 - \(POOL_
40 - \(MGR_DOWN\)
41 - \(PG_
42 - \(SMALLER_PGP_NUM\)
43 - Monitor daemon marked osd
44 - Behind on trimming
45 - Manager daemon
46 conf:
47 global:
48 mon warn on pool no app: false
49 ms bind msgr2: false
50 - exec:
51 osd.0:
52 - ceph osd set-require-min-compat-client nautilus
53 - print: "**** done ceph"