From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] rombios: pause for a keypress after a failedboot Date: Wed, 7 Jul 2010 07:36:46 +0100 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 , Tim Deegan , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 07/07/2010 07:29, "James Harper" wrote: >> Simply pausign for a few seconds might be nice. Gives enough time for > a user >> to see what is going on, but doesn't leave an unattended VM hanging > around >> forever? >> > > That would certainly be much easier in terms of programming effort, and > fulfils most of my concerns. > > What criteria does xend use to determine if a domain is in a reboot > loop? Is it just a single restart within some number of seconds, or is > it a certain number of reboots in a certain number of seconds? I think it's a single restart within 60 seconds that triggers it. That's how the code reads anyway. -- Keir