[libvirt] [PATCH] lxc: Fix failure on starting a domain that has multiple network interfaces

Daniel Veillard veillard at redhat.com
Mon May 3 09:14:48 UTC 2010


On Mon, May 03, 2010 at 06:54:56AM +0900, Ryota Ozaki wrote:
> [Error message]
> error: Failed to start domain lxc_test1
> error: internal error Failed to create veth device pair: 512
> 
> The reason of the failure is that lxc driver unexpectedly re-uses
> an auto-assigned veth name and tries to create the created veth
> again. The failure will happen when a domain has multiple network
> interfaces and the names of those are not specified in XML.
> 
> The patch fixes the problem by resetting buffers of veth names
> in every iteration of creating veth.
> 
> * src/lxc/lxc_driver.c: prevent re-using auto-assigned veth name
> Reported by Kumar L Srikanth-B22348.

  Okay, makes sense, pushed !

   thanks,

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list