[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Increase device timeout to 10 seconds, as restarting a DHCP server takes a few
# HG changeset patch # User emellor@xxxxxxxxxxxxxxxxxxxxxx # Node ID b1940475284fb54a25e90868722c887b213c0448 # Parent d1abced7ab7cfa79693a7c874ebe1fe3c58d4c0d Increase device timeout to 10 seconds, as restarting a DHCP server takes a few seconds, so we need to allow for that. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r d1abced7ab7c -r b1940475284f tools/python/xen/xend/server/DevController.py --- a/tools/python/xen/xend/server/DevController.py Tue Nov 29 14:57:33 2005 +++ b/tools/python/xen/xend/server/DevController.py Tue Nov 29 15:00:01 2005 @@ -25,7 +25,7 @@ from xen.xend.xenstore.xstransact import xstransact from xen.xend.xenstore.xswatch import xswatch -DEVICE_CREATE_TIMEOUT = 5 +DEVICE_CREATE_TIMEOUT = 10 HOTPLUG_STATUS_NODE = "hotplug-status" HOTPLUG_ERROR_NODE = "hotplug-error" HOTPLUG_STATUS_ERROR = "error" _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |