-
Notifications
You must be signed in to change notification settings - Fork 659
[cinder-csi-plugin] find device by path from lun address #1197
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
Conversation
|
Welcome @peterrosell! |
|
Hi @peterrosell. 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 succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build failed.
|
|
Build succeeded.
|
|
/retest |
|
@peterrosell: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build failed.
|
|
Build succeeded.
|
|
/ok-to-test |
|
Build succeeded.
|
|
/test ? |
|
@peterrosell: The following commands are available to trigger jobs:
Use 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. |
|
/test all |
|
Build succeeded.
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
/retest |
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
I have added a solution for Hyper-V generation 1 VMs that ignores the root disk and the metadata disk when listing disk under |
I don't have strong skill on those 0000 xxxxx numbers which looks weird maybe better to have a hyper-V CI but that's a much bigger story /lgtm |
|
@capsali Do you have any input on this solution? I have a feeling that you know more details about Hyper-V? |
|
@ramineni I have tested this against the OpenStack environment that I have access to and it works for both gen1 and gen2 VMs so it should be fine to merge it. |
|
It's okay from me if you want to close this PR as our hosting provider has changed their underlying infrastructure from Hyper-V to KVM so I will not put anymore work on it. |
Thanks for letting us know @peterrosell, I will close this PR for now as there was not much interest in Hyper-V Kubernetes cluster environment. I'm happy to reopen this if someone shows interest in the future. /close |
|
@lingxiankong: Closed this PR. 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. |
Disks can appear with the pattern
/dev/disk/by-path/*lun-<id>on Hyper-V.Using the last value in the address as an id.
What this PR does / why we need it:
Makes it possible to detect disks on Hyper-V that appear with the pattern
/dev/disk/by-path/*lun-<id>.Which issue this PR fixes(if applicable):
fixes #1192
Special notes for reviewers:
To test this PR you need Openstack installed on top of Hyper-V and install kube and cinder-csi-plugin. Then create a matching storage class, a PVC using that storage class and a Pod that mounts the PVC. See the issue for more details.
Release note: