-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qa: use supported releases for featureful_client
... and switch for centos9. Fixes: https://tracker.ceph.com/issues/65580 Signed-off-by: Venky Shankar <[email protected]>
- Loading branch information
Showing
15 changed files
with
168 additions
and
22 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
qa/suites/fs/upgrade/featureful_client/old_client/centos_8.stream.yaml
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
qa/suites/fs/upgrade/featureful_client/old_client/centos_9.stream.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.qa/distros/podman/centos_9.stream.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
qa/suites/fs/upgrade/featureful_client/old_client/tasks/1-client.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
1 change: 0 additions & 1 deletion
1
qa/suites/fs/upgrade/featureful_client/upgraded_client/centos_8.stream.yaml
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
qa/suites/fs/upgrade/featureful_client/upgraded_client/centos_9.stream.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.qa/distros/podman/centos_9.stream.yaml |
39 changes: 39 additions & 0 deletions
39
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-from/reef.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
meta: | ||
- desc: | | ||
install ceph/reef latest | ||
tasks: | ||
- install: | ||
branch: reef | ||
exclude_packages: | ||
- librados3 | ||
- ceph-mgr-dashboard | ||
- ceph-mgr-diskprediction-local | ||
- ceph-mgr-rook | ||
- ceph-mgr-cephadm | ||
- cephadm | ||
- ceph-volume | ||
extra_packages: ['librados2'] | ||
- print: "**** done installing reef" | ||
- ceph: | ||
log-ignorelist: | ||
- overall HEALTH_ | ||
- \(FS_ | ||
- \(MDS_ | ||
- \(OSD_ | ||
- \(MON_DOWN\) | ||
- \(CACHE_POOL_ | ||
- \(POOL_ | ||
- \(MGR_DOWN\) | ||
- \(PG_ | ||
- \(SMALLER_PGP_NUM\) | ||
- Monitor daemon marked osd | ||
- Behind on trimming | ||
- Manager daemon | ||
conf: | ||
global: | ||
mon warn on pool no app: false | ||
ms bind msgr2: false | ||
- exec: | ||
osd.0: | ||
- ceph osd set-require-min-compat-client reef | ||
- print: "**** done ceph" |
39 changes: 39 additions & 0 deletions
39
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-from/squid.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
meta: | ||
- desc: | | ||
install ceph/squid latest | ||
tasks: | ||
- install: | ||
branch: squid | ||
exclude_packages: | ||
- librados3 | ||
- ceph-mgr-dashboard | ||
- ceph-mgr-diskprediction-local | ||
- ceph-mgr-rook | ||
- ceph-mgr-cephadm | ||
- cephadm | ||
- ceph-volume | ||
extra_packages: ['librados2'] | ||
- print: "**** done installing squid" | ||
- ceph: | ||
log-ignorelist: | ||
- overall HEALTH_ | ||
- \(FS_ | ||
- \(MDS_ | ||
- \(OSD_ | ||
- \(MON_DOWN\) | ||
- \(CACHE_POOL_ | ||
- \(POOL_ | ||
- \(MGR_DOWN\) | ||
- \(PG_ | ||
- \(SMALLER_PGP_NUM\) | ||
- Monitor daemon marked osd | ||
- Behind on trimming | ||
- Manager daemon | ||
conf: | ||
global: | ||
mon warn on pool no app: false | ||
ms bind msgr2: false | ||
- exec: | ||
osd.0: | ||
- ceph osd set-require-min-compat-client squid | ||
- print: "**** done ceph" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/3-client-upgrade.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters