Bug 1349117
| Summary: | [RFE] Support NPIV adapter passthrough | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Ademar Reis <areis> |
| Component: | libvirt | Assignee: | John Ferlan <jferlan> |
| Status: | CLOSED WONTFIX | QA Contact: | yisun |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.2 | CC: | chayang, coli, dmoessne, dyuan, juzhang, knoel, lsurette, michal.skrivanek, michen, mohan_parthasarathy, mtessun, pbonzini, pezhang, pilux, rbalakri, srevivo, tom.vaden, trinh.dao, virt-bugs, virt-maint, xuwei, xuzhang, yisun, ykaul |
| Target Milestone: | rc | Keywords: | FutureFeature, Tracking |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1349115 | Environment: | |
| Last Closed: | 2018-12-06 17:20:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 834514, 1349115, 1404962, 1404963, 1404964, 1405033, 1551923, 1553682, 1553685 | ||
| Bug Blocks: | 1320621 | ||
|
Description
Ademar Reis
2016-06-22 17:54:58 UTC
There is a recent upstream posting : http://www.redhat.com/archives/libvir-list/2016-September/msg00148.html Which I'm hoping provides the "requested" functionality or at least a basis to make things work based on existing code. Essentially, the author is making use of the "-device vhost-scsi-{pci|ccw}" adding an 'fd' by which the device was accessed on the host side (from a open("/dev/vhost-scsi", O_RDWR); call). There's still a fair amount of work to do and I'm still not sure whether it'll work and how it would be used/accessed on the guest side yet. That is - what will the guest see and how does it magically get/view all the luns. vhost-scsi doesn't provide the required functionality. It would still require manual configuration of LUNs. Based on email discussion, closing this as WONTFIX since the storage/HBA vendors did not want to invest more in the NPIV/vHBA infrastructure. A new methodology is "under discussion". |