All of lore.kernel.org
 help / color / mirror / Atom feed
* xm shutdown --all --wait and zombie domains
@ 2005-10-07 15:31 Chris Bainbridge
  2005-10-07 15:42 ` Ewan Mellor
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Bainbridge @ 2005-10-07 15:31 UTC (permalink / raw)
  To: xen-devel

At the moment xm shutdown --all --wait hangs with a zombie domain.
This means it hangs xend stop on dom0 shutdown.. I see no use for this
behaviour, it would be better to skip Zombie-Domain-* domains.

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

* Re: xm shutdown --all --wait and zombie domains
  2005-10-07 15:31 xm shutdown --all --wait and zombie domains Chris Bainbridge
@ 2005-10-07 15:42 ` Ewan Mellor
  0 siblings, 0 replies; 2+ messages in thread
From: Ewan Mellor @ 2005-10-07 15:42 UTC (permalink / raw)
  To: xen-devel

On Fri, Oct 07, 2005 at 04:31:08PM +0100, Chris Bainbridge wrote:

> At the moment xm shutdown --all --wait hangs with a zombie domain.
> This means it hangs xend stop on dom0 shutdown.. I see no use for this
> behaviour, it would be better to skip Zombie-Domain-* domains.

I agree.  The waiting code is in xen/xm/shutdown.py, you just need to check
whether the state string returned by the server contains a 'd', and if so,
treat it as dead.  A patch would be appreciated!

Ewan.

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

end of thread, other threads:[~2005-10-07 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-07 15:31 xm shutdown --all --wait and zombie domains Chris Bainbridge
2005-10-07 15:42 ` Ewan Mellor

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.