[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: Increase shutdown timeout.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Date 1180084560 -3600 # Node ID 4730ec3d5ab36eaac488cfe3b82d23e638090194 # Parent d93e560c1d50afcf39c99a4211c20c8b9ce63c38 xend: Increase shutdown timeout. 30 seconds is not a very long time for a busy domain to cleanly shutdown all its services, which may be arbitrary in complexity. Increase the timeout to 5 minutes. Signed-off-by: John Levon <john.levon@xxxxxxx> --- tools/python/xen/xend/XendConstants.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r d93e560c1d50 -r 4730ec3d5ab3 tools/python/xen/xend/XendConstants.py --- a/tools/python/xen/xend/XendConstants.py Fri May 25 10:15:37 2007 +0100 +++ b/tools/python/xen/xend/XendConstants.py Fri May 25 10:16:00 2007 +0100 @@ -79,7 +79,7 @@ STATE_DOM_OK = 1 STATE_DOM_OK = 1 STATE_DOM_SHUTDOWN = 2 -SHUTDOWN_TIMEOUT = 30.0 +SHUTDOWN_TIMEOUT = (60.0 * 5) ZOMBIE_PREFIX = 'Zombie-' _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |