-
Notifications
You must be signed in to change notification settings - Fork 617
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
[cinder-csi-plugin] Resize filesystem of a larger volume created from a snapshot/volume #1563
Conversation
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.
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. I understand the commands that are listed here. |
Welcome @alibo! |
Hi @alibo. 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. 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. |
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
I signed it |
Build succeeded.
|
Build failed.
|
Build failed.
|
Build failed.
|
Worth mentioning I tried writing a new test in
volumes.Volume{
ID: "261a8b81-3660-43e5-bab8-6470b65ee4e9",
Name: "fake-duplicate",
Status: "available",
AvailabilityZone: "nova",
Size: 1,
} I've tried to fix it, but many tests failed
|
Build failed.
|
it's weired 🤔 |
/test cloud-provider-openstack-multinode-csi-migration-test |
@alibo: Cannot trigger testing until a trusted user reviews the PR and leaves an In 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. |
Build failed.
|
Build failed.
|
Build failed.
|
/ok-to-test |
Build succeeded.
|
/test cloud-provider-openstack-multinode-csi-migration-test |
@ramineni: The specified target(s) for
Use In 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. |
/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.19 |
@ramineni: The specified target(s) for
Use In 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. |
Build failed.
|
Build succeeded.
|
Build succeeded.
|
/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.19 🙏📿🛐 |
@alibo: The specified target(s) for
Use In 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 do you have any idea how I can fix |
@jichenjc @lingxiankong can you please review it again? |
/override openlab/cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.19 @alibo Don't worry about that job, it needs to be fixed. |
@lingxiankong: Overrode contexts on behalf of lingxiankong: openlab/cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.19 In 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. |
/lgtm |
@alibo Thanks for the PR. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ramineni The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@ramineni Is this one a good candidate to backport? |
@lingxiankong I'm not sure the updated package 1.21.1 will be compatible with 1.20 kubernetes and other packages. Lets hold it until someone needs it. |
ack |
What this PR does / why we need it:
Which issue this PR fixes(if applicable):
fixes #1539
Special notes for reviewers:
NeedResize()
is added tok8s.io/[email protected]
, so I had to update it.Release note: