Re: [libvirt] [PATCH] Fix race in starting transient VMs

2013-11-01 Thread Daniel P. Berrange
On Thu, Oct 31, 2013 at 01:00:01PM -0600, Eric Blake wrote: > On 10/31/2013 12:41 PM, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > When starting a transient VM the first thing done is to check > > for duplicates. The check looks if there are any running VMs > > with the matchi

Re: [libvirt] [PATCH] Fix race in starting transient VMs

2013-11-01 Thread Daniel P. Berrange
On Thu, Oct 31, 2013 at 01:02:54PM -0600, Eric Blake wrote: > On 10/31/2013 01:00 PM, Eric Blake wrote: > > On 10/31/2013 12:41 PM, Daniel P. Berrange wrote: > >> From: "Daniel P. Berrange" > >> > >> When starting a transient VM the first thing done is to check > >> for duplicates. The check looks

Re: [libvirt] [PATCH] Fix race in starting transient VMs

2013-10-31 Thread Eric Blake
On 10/31/2013 01:00 PM, Eric Blake wrote: > On 10/31/2013 12:41 PM, Daniel P. Berrange wrote: >> From: "Daniel P. Berrange" >> >> When starting a transient VM the first thing done is to check >> for duplicates. The check looks if there are any running VMs >> with the matching name/uuid. It explici

Re: [libvirt] [PATCH] Fix race in starting transient VMs

2013-10-31 Thread Eric Blake
On 10/31/2013 12:41 PM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > When starting a transient VM the first thing done is to check > for duplicates. The check looks if there are any running VMs > with the matching name/uuid. It explicitly allows there to > be inactive VMs, so that a

[libvirt] [PATCH] Fix race in starting transient VMs

2013-10-31 Thread Daniel P. Berrange
From: "Daniel P. Berrange" When starting a transient VM the first thing done is to check for duplicates. The check looks if there are any running VMs with the matching name/uuid. It explicitly allows there to be inactive VMs, so that a persistent VM can be temporarily booted with a different conf