From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: domains not shutting down properly - theproblemisback again Date: Fri, 02 Jan 2009 10:41:56 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: James Harper , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 02/01/2009 10:28, "James Harper" wrote: >> Xenstored is supposed to receive a VIRQ_DOM_EXC when a domain is > killed >> (see xen/common/domain.c:domain_kill() > > Just added some more logging - domain_kill is never called either until > I explicitly say 'xm destroy' That's expected. But you don't expect a domain to disappear until you do 'xm destroy', unless you have on_{poweroff,destroy,crash} = destroy in your domain config file. In which case the call to domain_kill() should be made automatically by xend. Your problem is the domain doesn't disappear even after explicitly doing 'xm destroy', right? That's the first thing to track down. -- Keir