libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge
Bug #520386 reported by
Chris Bainbridge
This bug affects 88 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libvirt (Debian) |
Fix Released
|
Unknown
|
|||
libvirt (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Lucid |
Won't Fix
|
Low
|
Unassigned | ||
Precise |
Won't Fix
|
High
|
Unassigned | ||
Quantal |
Fix Released
|
High
|
Unassigned |
Bug Description
Binary package hint: libvirt-bin
$ virsh iface-list
error: Failed to list active interfaces
error: this function is not supported by the hypervisor: virConnectNumOf
This occurs on both karmic and lucid. This means that a user will be unable to create a new domain using virt-manager if they are using a network bridge.
This: https:/
Changed in libvirt (Ubuntu): | |
importance: | Undecided → Low |
Changed in libvirt (Ubuntu): | |
status: | New → Confirmed |
Changed in libvirt (Debian): | |
status: | Unknown → New |
Changed in libvirt (Debian): | |
status: | New → Fix Released |
tags: | added: lucid precise |
Changed in libvirt (Ubuntu): | |
milestone: | none → ubuntu-12.04.1 |
importance: | Low → Medium |
Changed in libvirt (Ubuntu Quantal): | |
milestone: | ubuntu-12.04.1 → none |
Changed in libvirt (Ubuntu Precise): | |
milestone: | none → ubuntu-12.04.1 |
Changed in libvirt (Ubuntu Quantal): | |
milestone: | none → ubuntu-12.10 |
Changed in libvirt (Ubuntu Lucid): | |
status: | Confirmed → Fix Committed |
status: | Fix Committed → Confirmed |
Changed in libvirt (Ubuntu Precise): | |
importance: | Undecided → High |
Changed in libvirt (Ubuntu Lucid): | |
status: | Confirmed → Won't Fix |
Changed in libvirt (Ubuntu Precise): | |
status: | Confirmed → Won't Fix |
I think this bug also causes the virt-manager configuration of a virtual network with forwarding to fail:
Host config -> Virtual networks -> Create a new virtual network -> Connecting to physical network -> Forwarding to physical network -> Destination:"Any physical device"
Destination is a drop down that should list physical devices, but there are no physical devices listed there. Presumably it uses the same "iface-list" function to discover the actual devices.