[manila-csi-plugin] ControllerExpandVolume: fix bad key for deleting from pendingVolumes#1667
Conversation
…Volumes.Delete /closes kubernetes#1666
|
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Welcome @alexisries! |
|
Hi @alexisries. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Build failed.
|
|
/ok-to-test |
|
Build failed.
|
|
@alexisries thank you for your contribution! The CI job is failing because it's WIP. I believe we can merge this since this is just reverting (accidental) change we've done earlier, as @gouthampacha pointed out. /lgtm |
|
/override cloud-provider-openstack-acceptance-test-csi-manila |
|
@gman0: gman0 unauthorized: /override is restricted to Repo administrators. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@ramineni can you please help us merge this? |
|
/retest-required |
|
@alexisries the tests need to be overriden by CPO admins. |
|
/override openlab/cloud-provider-openstack-acceptance-test-csi-manila |
|
@ramineni: Overrode contexts on behalf of ramineni: openlab/cloud-provider-openstack-acceptance-test-csi-manila DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/override openstack-cloud-csi-manila-e2e-test |
|
@ramineni: Overrode contexts on behalf of ramineni: openstack-cloud-csi-manila-e2e-test DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gman0, ramineni The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…from pendingVolumes (kubernetes#1667) * [manila-csi-plugin] in ControllerExpandVolume fix bad key for pendingVolumes.Delete /closes kubernetes#1666 * [manila-csi-plugin] use share.Name to identify volumes in pendingVolumes.Delete
…from pendingVolumes (kubernetes#1667) * [manila-csi-plugin] in ControllerExpandVolume fix bad key for pendingVolumes.Delete /closes kubernetes#1666 * [manila-csi-plugin] use share.Name to identify volumes in pendingVolumes.Delete
…from pendingVolumes (kubernetes#1667) * [manila-csi-plugin] in ControllerExpandVolume fix bad key for pendingVolumes.Delete /closes kubernetes#1666 * [manila-csi-plugin] use share.Name to identify volumes in pendingVolumes.Delete
What this PR does / why we need it:
Correctly removes the volume from pendingVolumes when the expansion is complete.
Which issue this PR fixes(if applicable):
fixes #1666
Release note: