File tree Expand file tree Collapse file tree 7 files changed +61
-27
lines changed
qa/suites/fs/upgrade/upgraded_client Expand file tree Collapse file tree 7 files changed +61
-27
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ .qa/distros/podman/centos_9.stream.yaml
Original file line number Diff line number Diff line change 1- teuthology :
2- premerge : |
3- local branch = yaml.teuthology.branch
4- yaml_fragment['tasks'][0]['install']['branch'] = tostring(branch)
5- print_branch = "**** done installing "..tostring(branch)
6- yaml_fragment['tasks'][1]['print'] = print_branch
7- local exec = yaml_fragment['tasks'][3]['exec']['osd.0']
8- local set_compat = "ceph osd set-require-min-compat-client "..tostring(branch)
9- py_attrgetter(exec).append(set_compat)
1+ meta :
2+ - desc : |
3+ install ceph/quincy latest
104tasks :
115- install :
12- branch : []
6+ branch : quincy
137 exclude_packages :
148 - cephadm
159 - ceph-mgr-cephadm
3327 - NetworkManager
3428 - iproute
3529 - util-linux
36- - print : []
30+ - print : " **** done installing quincy "
3731- ceph :
3832 log-ignorelist :
3933 - overall HEALTH_
5448 mon warn on pool no app : false
5549 ms bind msgr2 : false
5650- exec :
57- osd.0 : []
51+ osd.0 :
52+ - ceph osd set-require-min-compat-client quincy
5853- print : " **** done ceph"
Original file line number Diff line number Diff line change 1+ meta :
2+ - desc : |
3+ install ceph/reef latest
4+ tasks :
5+ - install :
6+ branch : reef
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 reef"
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 reef
53+ - print : " **** done ceph"
Original file line number Diff line number Diff line change 11teuthology :
2- premerge : |
3- local branch = yaml.teuthology.branch
4- if tostring(branch) == "nautilus" then
5- yaml_fragment['tasks'][2]['install.upgrade']['client.0']['branch'] = "pacific"
6- elseif tostring(branch) == "pacific" then
7- yaml_fragment['tasks'][2]['install.upgrade']['client.0']['branch'] = "reef"
8- else
9- error("invalid source branch")
10- end
112 postmerge :
123 - if not is_fuse() then reject() end
134tasks :
178- print : " **** done unmount client.0"
189- install.upgrade :
1910 client.0 :
20- branch : []
2111- print : " **** done install.upgrade on client.0"
2212- ceph.healthy :
2313- ceph-fuse :
You can’t perform that action at this time.
0 commit comments