Chris Bainbridge
2005-Oct-07 15:31 UTC
[Xen-devel] xm shutdown --all --wait and zombie domains
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. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2005-Oct-07 15:42 UTC
Re: [Xen-devel] xm shutdown --all --wait and zombie domains
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. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel