-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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: Add support for the KVM virtio-scsi driver #41498
cinder: Add support for the KVM virtio-scsi driver #41498
Conversation
The VirtIO SCSI driver for KVM changes the way disks appear in /dev/disk/by-id. This adds support for the new format.
Hi @mikebryant. 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 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. |
Is there anything I need to do here? |
@k8s-bot ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Currently, afaict, there are no dependent e2e tests that would need to be updated. This patch should be considered a bug fix, as OpenStack can provide Cinder volumes as scsi devices.
@hogepodge Should your comment have applied the lgtm label? |
@mikebryant I don't have approver status, afaik. |
ping @anguslees |
/assign @anguslees |
Sorry for the delay, I am no longer working on the openstack cloud provider and no longer have access to openstack clusters for testing :( This lgtm to me though: |
@anguslees Thanks for taking the time :) Now... who do I need to ping to get an lgtm? |
@mikebryant: Yes I know, this is why I haven't removed my name from there yet - I figured one disinterested and occasional reviewer is still better than no reviewers :( Huh, I thought /approve was sufficient, let's try: |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anguslees, mikebryant
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@k8s-bot cvm gce e2e test this |
Automatic merge from submit-queue |
@anguslees Thanks muchly! :) |
Automatic merge from submit-queue cinder: Add support for the KVM virtio-scsi driver **What this PR does / why we need it**: The VirtIO SCSI driver for KVM changes the way disks appear in /dev/disk/by-id. This adds support for the new format. Without this, volume attaching on an openstack cluster using this kvm driver doesn't work **Special notes for your reviewer**: Does this need e2e tests? I couldn't find anywhere to add another openstack configuration used in the e2e tests. Wiki page about this: https://wiki.openstack.org/wiki/Virtio-scsi-for-bdm **Release note**: ```release-note cinder: Add support for the KVM virtio-scsi driver ```
What this PR does / why we need it:
The VirtIO SCSI driver for KVM changes the way disks appear in /dev/disk/by-id.
This adds support for the new format.
Without this, volume attaching on an openstack cluster using this kvm driver doesn't work
Special notes for your reviewer:
Does this need e2e tests? I couldn't find anywhere to add another openstack configuration used in the e2e tests.
Wiki page about this: https://wiki.openstack.org/wiki/Virtio-scsi-for-bdm
Release note: