Ananth
2012-Jul-02 09:24 UTC
[libvirt-users] virsh iface-list () - function is not supported
Hi, I am using KVM hypervisor on Ubuntu 12.04 (libvirt-0.9.8). The call to list the interfaces seem to be failing on this version of libvirt as seen below. virsh # iface-list error: Failed to list active interfaces error: this function is not supported by the connection driver: virConnectNumOfInterfaces I have seen this issue with libvirt 0.9.2 as well, which seemed to be working in 0.9.4 version. Is there any work around for this or any alternate way of querying the interfaces and bridges through libvirt? -- Regards Ananth -------------- next part -------------- An HTML attachment was scrubbed... URL: <listman.redhat.com/archives/libvirt-users/attachments/20120702/46261a88/attachment.htm>
Osier Yang
2012-Jul-02 09:29 UTC
[libvirt-users] virsh iface-list () - function is not supported
On 2012?07?02? 17:24, Ananth wrote:> Hi, > I am using KVM hypervisor on Ubuntu 12.04 (libvirt-0.9.8). The call to > list the interfaces seem to be failing on this version of libvirt as > seen below. > > virsh # iface-list > error: Failed to list active interfaces > error: this function is not supported by the connection driver: > virConnectNumOfInterfacesSounds like your build is built without --with-netcf.> > I have seen this issue with libvirt 0.9.2 as well, which seemed to be > working in 0.9.4 version. > > Is there any work around for this or any alternate way of querying the > interfaces and bridges through libvirt?No other way currently, as implementation based on netcf is the only backend of interface driver now. Regards, Osier
Osier Yang
2012-Jul-04 08:50 UTC
[libvirt-users] virsh iface-list () - function is not supported
On 2012?07?03? 00:42, Ananth wrote:> Thank you. Can you give pointers on how to compile libvirt code? and > documentation available for the same?Sorry for the late response, I'm in vacation. Yes, there is documentation. libvirt.org/compiling.html Regards, Osier