From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: domains not shutting down properly - theproblemisbackagain Date: Fri, 02 Jan 2009 12:34:23 +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 11:47, "James Harper" wrote: > send_guest_global_virq(dom0, VIRQ_DOM_EXC) gets called > > Then nothing. Nothing in xend.log. What should happen next? Should the > domain get destroyed before the backend stuff gets cleaned up, or is it > the other way around? I think xenstored should get kicked, run domain_cleanup() and that should cause @releaseDomain watch to fire, which should kick xend into doing whatever it does when a domain shuts down. If it is configured to 'destroy' this domain on domain shutdown then indeed it should tell Xen to run domain_kill() and it should notify backends to tear down. -- Keir > I forgot to make xenstored trace so I'll run that again and see what > that tells me