All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xend: Sleep before sending SIGKILL to device model
@ 2009-01-28  8:46 Yosuke Iwamatsu
  2009-01-28 11:14 ` Ian Jackson
  0 siblings, 1 reply; 5+ messages in thread
From: Yosuke Iwamatsu @ 2009-01-28  8:46 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 815 bytes --]

When we destroy a domain, xend sends SIGTERM to the device model and
wait by waitpid() until the device model process disappears.
If we restarted xend during the lifetime of the domain, waitpid() fails
because the device model is no longer a child of xend, and in that case
xend gives up waiting for the shutdown of process and just send it
SIGKILL immediately. This is problematic because most of the case the
device model will be forcibly killed by xend before shutting itself
down.
This patch adds time.sleep before sending SIGKILL to the device model.
On my test box shutdown of a device model usually takes about 0.5 sec,
so waiting two seconds should be enough in most cases.

Regards,
-----------------------
Yosuke Iwamatsu
        NEC Corporation

Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>

[-- Attachment #2: xend_dm_sigkill.patch --]
[-- Type: all/allfiles, Size: 957 bytes --]

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-02-04  6:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28  8:46 [PATCH] xend: Sleep before sending SIGKILL to device model Yosuke Iwamatsu
2009-01-28 11:14 ` Ian Jackson
2009-01-29  8:40   ` Yosuke Iwamatsu
2009-01-29 11:12     ` Ian Jackson
2009-02-04  6:14     ` Yosuke Iwamatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.