File tree Expand file tree Collapse file tree 5 files changed +45
-7
lines changed
qa/suites/fs/upgrade/nofs Expand file tree Collapse file tree 5 files changed +45
-7
lines changed 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 11meta :
22- desc : |
3- install ceph/pacific latest
3+ install ceph/reef latest
44tasks :
55- install :
6- branch : pacific
6+ branch : reef
77 exclude_packages :
88 - librados3
99 - ceph-mgr-dashboard
1313 - cephadm
1414 - ceph-volume
1515 extra_packages : ['librados2']
16- - print : " **** done installing pacific "
16+ - print : " **** done installing reef "
1717- ceph :
1818 log-ignorelist :
1919 - overall HEALTH_
3535 ms bind msgr2 : false
3636- exec :
3737 osd.0 :
38- - ceph osd set-require-min-compat-client pacific
38+ - ceph osd set-require-min-compat-client reef
3939- print : " **** done ceph"
Original file line number Diff line number Diff line change 1+ meta :
2+ - desc : |
3+ install ceph/squid latest
4+ tasks :
5+ - install :
6+ branch : squid
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-volume
15+ extra_packages : ['librados2']
16+ - print : " **** done installing squid"
17+ - ceph :
18+ log-ignorelist :
19+ - overall HEALTH_
20+ - \(FS_
21+ - \(MDS_
22+ - \(OSD_
23+ - \(MON_DOWN\)
24+ - \(CACHE_POOL_
25+ - \(POOL_
26+ - \(MGR_DOWN\)
27+ - \(PG_
28+ - \(SMALLER_PGP_NUM\)
29+ - Monitor daemon marked osd
30+ - Behind on trimming
31+ - Manager daemon
32+ conf :
33+ global :
34+ mon warn on pool no app : false
35+ ms bind msgr2 : false
36+ - exec :
37+ osd.0 :
38+ - ceph osd set-require-min-compat-client squid
39+ - print : " **** done ceph"
Original file line number Diff line number Diff line change 2323 - ceph fs dump
2424- install.upgrade :
2525 mon.a :
26- branch : reef
2726- print : " **** done install.upgrade"
2827- ceph.restart :
2928 daemons : [mon.*, mgr.*]
3938 - ceph versions
4039 - ceph osd dump -f json-pretty
4140 - ceph fs dump
42- - ceph osd require-osd-release quincy
41+ - ceph osd require-osd-release squid
4342 - for f in `ceph osd pool ls` ; do ceph osd pool set $f pg_autoscale_mode off ; done
4443- ceph.healthy :
4544- print : " **** done ceph.restart"
You can’t perform that action at this time.
0 commit comments