Skip to content

Commit f00a69f

Browse files
dparmar18vshankar
authored andcommitted
qa: upgrade sub-suite nofs from n-1 and n-2 releases
also adjust the respective upgrade YAMLs and move to centos9. Fixes: https://tracker.ceph.com/issues/65580 Signed-off-by: Dhairya Parmar <[email protected]> Signed-off-by: Venky Shankar <[email protected]>
1 parent 3715ce6 commit f00a69f

File tree

5 files changed

+45
-7
lines changed

5 files changed

+45
-7
lines changed

qa/suites/fs/upgrade/nofs/centos_8.stream.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/distros/podman/centos_9.stream.yaml

qa/suites/fs/upgrade/nofs/tasks/0-pacific.yaml renamed to qa/suites/fs/upgrade/nofs/tasks/0-from/reef.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
meta:
22
- desc: |
3-
install ceph/pacific latest
3+
install ceph/reef latest
44
tasks:
55
- install:
6-
branch: pacific
6+
branch: reef
77
exclude_packages:
88
- librados3
99
- ceph-mgr-dashboard
@@ -13,7 +13,7 @@ tasks:
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_
@@ -35,5 +35,5 @@ tasks:
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"
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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"

qa/suites/fs/upgrade/nofs/tasks/1-upgrade.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ tasks:
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.*]
@@ -39,7 +38,7 @@ tasks:
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"

0 commit comments

Comments
 (0)