Re: [libvirt] [PATCH] OpenVZ: take veid from vmdef->name when defining new domains

2010-11-30 Thread Guido Günther
On Mon, Nov 29, 2010 at 04:23:37PM -0700, Eric Blake wrote: > On 11/28/2010 05:32 PM, Guido Günther wrote: > > Hi, > > We currently use the next free veid although there's one given in the > > domain xml. This currently breaks defining new domains since vmdef->name > > and veid don't match leading

Re: [libvirt] [PATCH] OpenVZ: take veid from vmdef->name when defining new domains

2010-11-29 Thread Eric Blake
On 11/28/2010 05:32 PM, Guido Günther wrote: > Hi, > We currently use the next free veid although there's one given in the > domain xml. This currently breaks defining new domains since vmdef->name > and veid don't match leading to the following error later on: > > error: Failed to define doma

[libvirt] [PATCH] OpenVZ: take veid from vmdef->name when defining new domains

2010-11-28 Thread Guido Günther
Hi, We currently use the next free veid although there's one given in the domain xml. This currently breaks defining new domains since vmdef->name and veid don't match leading to the following error later on: error: Failed to define domain from 110.xml error: internal error Could not set U