From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewan Mellor Subject: Re: xend bug? restart = 'never' Date: Tue, 11 Oct 2005 00:58:35 +0100 Message-ID: <20051010235835.GD6264@linford.intra> References: <434AB8C1.3070502@cmu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <434AB8C1.3070502@cmu.edu> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Mon, Oct 10, 2005 at 02:53:53PM -0400, Jonathan M. McCune wrote: > Hello, > > I'm observing a situation where domU crashes and xend continuously tries > to restart it. For example, I have to write commands like this to > actually get it to stop: > > for i in `seq 80 90`; do xm destroy $i; done > > I've tried adding restart = "never" and restart = 'never' to the domain > config file (the file that gets passed to `xm create`). Is this a known > issue? Am I doing something wrong? I've assigned this bug #309. Ewan.