Bug 834514 (NPIV_SAN_PASSTHROUGH_TO_GUEST)
Summary: | NPIV - SAN pass-through to the guest | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Daniele <dconsoli> |
Component: | qemu-kvm-rhev | Assignee: | Ademar Reis <areis> |
Status: | CLOSED DUPLICATE | QA Contact: | FuXiangChun <xfu> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 7.3 | CC: | chayang, dmoessne, jsuchane, juzhang, knoel, mkalinin, mtessun, platform-rfe, rbalakri, rpacheco, sfroemer, sherold, ylavi |
Target Milestone: | rc | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-08-31 20:15:02 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 726797, 879895, 910170, 1059956 | ||
Bug Blocks: | 806907, 1320621, 1349115, 1349117 |
Description
Daniele
2012-06-22 07:54:31 UTC
(In reply to comment #0) > 3. What is the nature and description of the request? > The customer needs the possibility to NPIV pass through to the guest. > > 4. Why does the customer need this? (List the business requirements here) > "we need the implementation to pass-through SAN to our instances (guests) > directly, so e.g. we'll be able to do a live migration of our guests." It is currently possible to live migrate a guest with storage that is accessed through NPIV, although it is currently quite a manual process. A brief overview of what's involved is at: https://www.redhat.com/archives/libvirt-users/2011-July/msg00026.html Would it be sufficient for the customer's needs to associate the vHBA with the guest so that the setup/teardown of the vHBA happened automatically? > 6. For each functional requirement listed in question 5, specify how Red Hat > and the customer can test to confirm the requirement is successfully > implemented. > Be able to pass the NPIV through to the guest (and therefore see the virtual > HBA?) The vHBA cannot be attached to the guest as Linux userspace has no ability to access an HBA directly. Note that the vHBAs created with NPIV are not PCI devices, and thus cannot be passed through to guests. This design is in the linux kernel and cannot be worked around by any userspace component. In short, I think the implementation that the customer has requested is not likely to be feasible, but I hope that we can provide an alternative implementation which fulfils their needs. Just to clarify this: It is not sufficient to pass Devices presented via N_Port Virtualisation to the guest, but to passthorugh the complete vHBA to be able to independently run the VM (adding new FC-Devices, etc.). This is how, e.g. IBM LPARs are working. VMWare and afaik also HyperV are also able to passthrough a virtualised adapter. As far as I digged into the issue, we would need qemu support and libvirt support for that, as it is currently only possible to passthrough targets from the NPIV Adapter. This scenario btw. can be easily solved by direct lun attachment as well, so this is not the key-usecase for NP(I)V. There are also some requests for this in the Solution as well. I attached the Solution to this BZ, so one can read the Comments there as well. *** This bug has been marked as a duplicate of bug 1349115 *** The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |