From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 08/16] xenpaging: reduce MINIMUM_RESTART_TIME Date: Tue, 02 Nov 2010 23:30:18 +0100 Message-ID: <20101102223013.593723006@aepfle.de> References: <20101102223010.603002116@aepfle.de> Return-path: Content-Disposition: inline; filename=xen-unstable.xenpaging.MINIMUM_RESTART_TIME.patch 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 Allow runlevel 6 as default runlevel. Signed-off-by: Olaf Hering --- tools/python/xen/xend/XendConstants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- xen-unstable.hg-4.1.22344.orig/tools/python/xen/xend/XendConstants.py +++ xen-unstable.hg-4.1.22344/tools/python/xen/xend/XendConstants.py @@ -92,7 +92,7 @@ DOM_STATES_OLD = [ SHUTDOWN_TIMEOUT = (60.0 * 5) """Minimum time between domain restarts in seconds.""" -MINIMUM_RESTART_TIME = 60 +MINIMUM_RESTART_TIME = 5 RESTART_IN_PROGRESS = 'xend/restart_in_progress' DUMPCORE_IN_PROGRESS = 'xend/dumpcore_in_progress'