Re: [libvirt] [PATCH] lxc: Add destroy support for suspended domains

2014-02-20 Thread Michal Privoznik
On 14.02.2014 16:42, Richard Weinberger wrote: Destroying a suspended domain needs special action. We cannot simply terminate all process because they are frozen. Do deal with that we send them SIGKILL and thaw them. Upon wakeup the process sees the pending signal and dies immediately.

[libvirt] [PATCH] lxc: Add destroy support for suspended domains

2014-02-14 Thread Richard Weinberger
Destroying a suspended domain needs special action. We cannot simply terminate all process because they are frozen. Do deal with that we send them SIGKILL and thaw them. Upon wakeup the process sees the pending signal and dies immediately. Signed-off-by: Richard Weinberger rich...@nod.at ---