xen-devel
[Xen-devel] [PATCH 08/16] xenpaging: reduce MINIMUM_RESTART_TIME
Allow runlevel 6 as default runlevel.
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
---
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'
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] [PATCH 05/16] xenpaging: update machine_to_phys_mapping during page-in and page-out, (continued)
- [Xen-devel] [PATCH 06/16] xenpaging: drop paged pages in guest_remove_page, Olaf Hering
- [Xen-devel] [PATCH 12/16] xenpaging: print info when free request slots drop below 3, Olaf Hering
- [Xen-devel] [PATCH 11/16] xenpaging: increase recently used pages from 4MB to 64MB, Olaf Hering
- [Xen-devel] [PATCH 15/16] xenpaging: print p2mt for already paged-in pages, Olaf Hering
- [Xen-devel] [PATCH 13/16] xenpaging: prevent page-out of first 16MB, Olaf Hering
- [Xen-devel] [PATCH 10/16] xenpaging: add signal handling, Olaf Hering
- [Xen-devel] [PATCH 16/16] xenpaging: (sparse) documenation, Olaf Hering
- [Xen-devel] [PATCH 09/16] xenpaging: start xenpaging via config option, Olaf Hering
- [Xen-devel] [PATCH 08/16] xenpaging: reduce MINIMUM_RESTART_TIME,
Olaf Hering <=
- [Xen-devel] [PATCH 14/16] xenpaging: add dynamic startup delay for xenpaging, Olaf Hering
- Re: [Xen-devel] [PATCH 00/16] xenpaging changes for xen-unstable, Olaf Hering
- [Xen-devel] [PATCH 17/16] xenpaging: notify policy only on resume, Olaf Hering
|
|
|