Re: [libvirt] [PATCH] qemu: undefine is not allowed during domain starting up

2017-08-15 Thread John Ferlan
On 07/22/2017 04:55 AM, Yi Wang wrote: > Start a domain whilst undefine it, if starting failed duing ProcessLaunch, > on which period qemu exited unexpectedly, the operation will lead to failure > of undefine the domain until libvirtd restarted. The reason is that libvirtd > will unlock vm during

Re: [libvirt] [PATCH] qemu: undefine is not allowed during domain starting up

2017-07-24 Thread John Ferlan
On 07/24/2017 04:06 AM, Peter Krempa wrote: > On Sat, Jul 22, 2017 at 04:55:49 -0400, Yi Wang wrote: >> Start a domain whilst undefine it, if starting failed duing ProcessLaunch, >> on which period qemu exited unexpectedly, the operation will lead to failure >> of undefine the domain until libvir

Re: [libvirt] [PATCH] qemu: undefine is not allowed during domain starting up

2017-07-24 Thread Peter Krempa
On Sat, Jul 22, 2017 at 04:55:49 -0400, Yi Wang wrote: > Start a domain whilst undefine it, if starting failed duing ProcessLaunch, > on which period qemu exited unexpectedly, the operation will lead to failure > of undefine the domain until libvirtd restarted. The reason is that libvirtd > will un

[libvirt] [PATCH] qemu: undefine is not allowed during domain starting up

2017-07-23 Thread Yi Wang
Start a domain whilst undefine it, if starting failed duing ProcessLaunch, on which period qemu exited unexpectedly, the operation will lead to failure of undefine the domain until libvirtd restarted. The reason is that libvirtd will unlock vm during qemuProcessStart, qemuDomainUndefineFlags can ge