Re: [libvirt] [PATCH v2 2/2] qemu: make sure capability probing process can start

2014-10-30 Thread Peter Krempa
On 10/12/14 14:12, Martin Kletzander wrote: When daemon is killed right in the middle of probing a qemu binary for its capabilities, the VM is left running. Next time the daemon is s/VM/qemu process/ ? The qemu isn't running anything so it might confuse someone. starting, it cannot start

Re: [libvirt] [PATCH v2 2/2] qemu: make sure capability probing process can start

2014-10-30 Thread Martin Kletzander
On Thu, Oct 30, 2014 at 10:42:05AM +0100, Peter Krempa wrote: On 10/12/14 14:12, Martin Kletzander wrote: When daemon is killed right in the middle of probing a qemu binary for its capabilities, the VM is left running. Next time the daemon is s/VM/qemu process/ ? The qemu isn't running

[libvirt] [PATCH v2 2/2] qemu: make sure capability probing process can start

2014-10-12 Thread Martin Kletzander
When daemon is killed right in the middle of probing a qemu binary for its capabilities, the VM is left running. Next time the daemon is starting, it cannot start qemu process because the one that's already running does have the pidfile flock()'d. Reported-by: Wang Yufei