From: emellor@leeni.uk.xensource.com Date: Sat, 24 Jun 2006 22:39:05 +0000 (+0100) Subject: Increases the retry limit to allow xend more time before issuing a balloon X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15913^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=936acab9fc8d5a55ecc397d1e36578c36637450b;p=xen.git Increases the retry limit to allow xend more time before issuing a balloon error. This fixes bug #683. Signed-off-by: Susan Krysan --- diff --git a/tools/python/xen/xend/balloon.py b/tools/python/xen/xend/balloon.py index c4ce97deb2..95ebc4dadb 100644 --- a/tools/python/xen/xend/balloon.py +++ b/tools/python/xen/xend/balloon.py @@ -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