-
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.
* refs/pull/48280/head: qa: test new client with old cluster Reviewed-by: Xiubo Li <[email protected]> Reviewed-by: Rishabh Dave <[email protected]> Reviewed-by: Venky Shankar <[email protected]>
- Loading branch information
Showing
26 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
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 @@ | ||
../../../../cephfs/objectstore-ec/bluestore-bitmap.yaml |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
qa/suites/fs/upgrade/upgraded_client/from_nautilus/bluestore-bitmap.yaml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
53 changes: 53 additions & 0 deletions
53
qa/suites/fs/upgrade/upgraded_client/tasks/0-from/0-pacific.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,53 @@ | ||
meta: | ||
- desc: | | ||
install ceph/pacific latest | ||
tasks: | ||
- install: | ||
branch: pacific | ||
exclude_packages: | ||
- cephadm | ||
- ceph-mgr-cephadm | ||
- ceph-immutable-object-cache | ||
- python3-rados | ||
- python3-rgw | ||
- python3-rbd | ||
- python3-cephfs | ||
- ceph-volume | ||
extra_packages: | ||
- python-rados | ||
- python-rgw | ||
- python-rbd | ||
- python-cephfs | ||
# For kernel_untar_build workunit | ||
extra_system_packages: | ||
- bison | ||
- flex | ||
- elfutils-libelf-devel | ||
- openssl-devel | ||
- NetworkManager | ||
- iproute | ||
- util-linux | ||
- print: "**** done installing pacific" | ||
- 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 pacific | ||
- print: "**** done ceph" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
qa/suites/fs/upgrade/upgraded_client/tasks/2-workload/stress_tests/.qa
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/ |
1 change: 1 addition & 0 deletions
1
qa/suites/fs/upgrade/upgraded_client/tasks/2-workload/stress_tests/blogbench.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/suites/fs/workload/tasks/5-workunit/suites/blogbench.yaml |
1 change: 1 addition & 0 deletions
1
qa/suites/fs/upgrade/upgraded_client/tasks/2-workload/stress_tests/dbench.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/suites/fs/workload/tasks/5-workunit/suites/dbench.yaml |
1 change: 1 addition & 0 deletions
1
qa/suites/fs/upgrade/upgraded_client/tasks/2-workload/stress_tests/fsstress.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/suites/fs/workload/tasks/5-workunit/suites/fsstress.yaml |
1 change: 1 addition & 0 deletions
1
qa/suites/fs/upgrade/upgraded_client/tasks/2-workload/stress_tests/iozone.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/suites/fs/workload/tasks/5-workunit/suites/iozone.yaml |
1 change: 1 addition & 0 deletions
1
qa/suites/fs/upgrade/upgraded_client/tasks/2-workload/stress_tests/kernel_untar_build.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/suites/fs/workload/tasks/5-workunit/kernel_untar_build.yaml |