-
Couldn't load subscription status.
- Fork 580
rbd: remove topologyConstrainedPools parameter #4499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rbd: remove topologyConstrainedPools parameter #4499
Conversation
|
verified that [pm@dhcp53-176 examples]$ k get pv pvc-5aaf7aef-fda5-4a57-af7c-abbb737d77bb -o jsonpath='{.spec.csi.volumeAttributes}' | jq
{
"clusterID": "rook-ceph",
"encryptionKMSID": "azure-kms",
"encryptionType": "block",
"imageFeatures": "layering",
"imageName": "csi-vol-1292393c-b86a-4ff7-abb7-52750879d83a",
"journalPool": "replicapool",
"pool": "rp",
"storage.kubernetes.io/csiProvisionerIdentity": "1710418563048-5228-rook-ceph.rbd.csi.ceph.com"
} |
6d70eb8 to
f438135
Compare
9aada71 to
21a71d3
Compare
21a71d3 to
b85269a
Compare
|
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
b85269a to
442ba67
Compare
edad60f to
e6a17c9
Compare
c8c1d71 to
a4632ad
Compare
a7ad618 to
2b72bf8
Compare
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
|
/test ci/centos/mini-e2e/k8s-1.27 |
|
/test ci/centos/mini-e2e/k8s-1.28 |
|
/retest ci/centos/mini-e2e/k8s-1.29 |
spurious failure, the logs show that an image was not cleaned up (yet?): |
|
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
i think we need to update the validation function to print |
|
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at c146724 |
This commit removes the `topologyConstrainedPools` parameter from PV volumeAttributes as it is not required. Signed-off-by: Praveen M <[email protected]>
Signed-off-by: Praveen M <[email protected]>
This commit replaces the user implemented function `CheckSliceContains()` with `slices.Contains()` function introduced in Go 1.21. Signed-off-by: Praveen M <[email protected]>
92bd938 to
da9ef00
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.29 |
|
/test ci/centos/mini-e2e-helm/k8s-1.29 |
|
/test ci/centos/mini-e2e/k8s-1.29 |
|
/test ci/centos/upgrade-tests-cephfs |
|
/test ci/centos/k8s-e2e-external-storage/1.27 |
|
/test ci/centos/upgrade-tests-rbd |
|
/test ci/centos/k8s-e2e-external-storage/1.28 |
|
/test ci/centos/mini-e2e-helm/k8s-1.27 |
|
/test ci/centos/mini-e2e-helm/k8s-1.28 |
|
/test ci/centos/mini-e2e/k8s-1.27 |
|
/test ci/centos/mini-e2e/k8s-1.28 |
Describe what this PR does
This commit removes the
topologyConstrainedPoolsparameter from PV volumeAttributes as it is not required.Related issues
Fixes: #4497
Future concerns
List items that are not part of the PR and do not impact it's
functionality, but are work items that can be taken up subsequently.
Checklist:
Show available bot commands
These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:
/retest ci/centos/<job-name>: retest the<job-name>after unrelatedfailure (please report the failure too!)