-
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: enable kclient test for newop test
The kclient have already fix this. This will only enable the upstream kclient with the testing branch, the downstream ones may not include the fixing yet, so skip them for now. The nautilus will only support the syntax v1. And for kclient there is not need to do the upgrade. Fixes: https://tracker.ceph.com/issues/57591 Signed-off-by: Xiubo Li <[email protected]>
- Loading branch information
Showing
14 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
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/ |
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/cephfs/mount/ |
Empty file.
7 changes: 7 additions & 0 deletions
7
...graded_client/tasks/1-client-upgrade.yaml → ...kload/new_ops/0-clients/fuse-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
8 changes: 8 additions & 0 deletions
8
qa/suites/fs/upgrade/upgraded_client/tasks/2-workload/new_ops/0-clients/kclient.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,8 @@ | ||
teuthology: | ||
postmerge: | ||
# Once can we make sure the distro kernels have included the newops fixes | ||
# we can remove the is_kupstream() restriction. While since the Nautilus | ||
# will only support the 'v1' mount syntax, so don't touch the mount syntax | ||
# restriction. | ||
- if not is_kupstream() or syntax_version() == 'v2' then reject() end | ||
tasks: |
File renamed without changes.
Empty file.
14 changes: 14 additions & 0 deletions
14
qa/suites/fs/upgrade/upgraded_client/tasks/2-workload/stress_tests/0-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
teuthology: | ||
postmerge: | ||
- if not is_fuse() then reject() end | ||
tasks: | ||
- ceph-fuse: | ||
client.0: | ||
mounted: false | ||
- print: "**** done unmount client.0" | ||
- install.upgrade: | ||
client.0: | ||
- print: "**** done install.upgrade on client.0" | ||
- ceph-fuse: | ||
client.0: | ||
- print: "**** done remount client.0" |
1 change: 1 addition & 0 deletions
1
qa/suites/fs/upgrade/upgraded_client/tasks/2-workload/stress_tests/1-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/ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.