
7 Dec
2011
7 Dec
'11
2:50 p.m.
On Wed, Dec 07, 2011 at 13:58:36 +0100, Peter Krempa wrote:
On 12/07/2011 12:59 PM, Jiri Denemark wrote:
During virDomainDestroy, QEMU may emit SHUTDOWN event as a response to SIGTERM and since domain object is still locked, the event is processed after the domain is destroyed. We need to ignore this event in such case to avoid changing domain state from shutoff to shutdown. ---
ACK. It fixes the stuck domains after destroy for me.
Thanks; pushed. Jirka