[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Increases the retry limit to allow xend more time before issuing a balloon
# HG changeset patch # User emellor@xxxxxxxxxxxxxxxxxxxxxx # Node ID 28a752998a233198ace62e3c96b1de636cacf2b6 # Parent f91cc71173c55f18280b12e6732d9e7509d208be Increases the retry limit to allow xend more time before issuing a balloon error. This fixes bug #683. Signed-off-by: Susan Krysan <krysans@xxxxxxxxxx> --- tools/python/xen/xend/balloon.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r f91cc71173c5 -r 28a752998a23 tools/python/xen/xend/balloon.py --- a/tools/python/xen/xend/balloon.py Thu Jun 22 21:37:33 2006 +0100 +++ b/tools/python/xen/xend/balloon.py Sat Jun 24 23:39:05 2006 +0100 @@ -31,7 +31,7 @@ PROC_XEN_BALLOON = '/proc/xen/balloon' BALLOON_OUT_SLACK = 1 # MiB. We need this because the physinfo details are # rounded. -RETRY_LIMIT = 10 +RETRY_LIMIT = 20 RETRY_LIMIT_INCR = 5 ## # The time to sleep between retries grows linearly, using this value (in _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |