2011-01-14 19:24:51 +01:00
|
|
|
References: bnc#661298
|
|
|
|
|
2011-09-15 23:43:21 +02:00
|
|
|
Index: xen-4.1.2-testing/tools/python/xen/xend/XendConstants.py
|
2011-01-14 19:24:51 +01:00
|
|
|
===================================================================
|
2011-09-15 23:43:21 +02:00
|
|
|
--- xen-4.1.2-testing.orig/tools/python/xen/xend/XendConstants.py
|
|
|
|
+++ xen-4.1.2-testing/tools/python/xen/xend/XendConstants.py
|
2011-01-14 19:24:51 +01:00
|
|
|
@@ -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 = 10
|
|
|
|
|
|
|
|
RESTART_IN_PROGRESS = 'xend/restart_in_progress'
|
|
|
|
DUMPCORE_IN_PROGRESS = 'xend/dumpcore_in_progress'
|