Bug 895898
Summary: | RFE: Allow interface to be specified with libvirt attach-method | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Richard W.M. Jones <rjones> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | NEW --- | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | leiwang, wshi |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 892272 | Environment: | |
Last Closed: | 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: | |||
Bug Blocks: | 892272 |
Description
Richard W.M. Jones
2013-01-16 09:00:04 UTC
The error message is pretty clear that specifying an interface is not supported when using libvirt as the back end: libguestfs: error: 'iface' parameter is not supported by the libvirt attach-method As you say, it could be supported if we spent some time enhancing the libvirt attach-method. The question is whether there is any pressing reason to do so. The only place I'm aware that our software might need to specify the interface is in virt-v2v: http://git.fedorahosted.org/cgit/virt-v2v.git/tree/lib/Sys/VirtConvert/GuestfsHandle.pm#n82 and that was required because some ancient mkinitrd got completely confused by /dev/vd* drives. Matt - is this still necessary? Are there other reasons we might want to support iface/interface selection in RHEL 7? (In reply to comment #1) > and that was required because some ancient mkinitrd got > completely confused by /dev/vd* drives. .. and note that we plan to use virtio-scsi, which uses the /dev/sd* naming scheme. I have no other reasons to support this. However, at some point I need to check exactly what this breaks. Unfortunately I didn't document it at the time :( |