All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH] Increase hotplug timeout
@ 2009-04-15 14:41 Jiri Denemark
  2009-04-16 10:48 ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Denemark @ 2009-04-15 14:41 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

Hi.

When a process in dom0 is writing huge amount of data to a disk in parallel to
creating new domain, it may take quite a lot of time until all hotplug scripts
finish. For example, on my system it takes almost 5 minutes to start all
hotplug scripts.

So it seems 100 seconds is not enough for such scenarios as xend would give up
waiting for hotplug scripts too early. What do you think about the attached
patch, which increases the timeout to 10 minutes? Of course, the dark side of
this change is that it would take ages to recognize hotplug scripts are not
really working.

Thanks for your opinions on this.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>

[-- Attachment #2: hoplug-timeout.patch --]
[-- Type: text/plain, Size: 511 bytes --]

diff --git a/tools/python/xen/xend/server/DevConstants.py b/tools/python/xen/xend/server/DevConstants.py
--- a/tools/python/xen/xend/server/DevConstants.py
+++ b/tools/python/xen/xend/server/DevConstants.py
@@ -16,7 +16,7 @@
 # Copyright (C) 2005 XenSource Ltd
 #============================================================================
 
-DEVICE_CREATE_TIMEOUT  = 100
+DEVICE_CREATE_TIMEOUT  = 600
 DEVICE_DESTROY_TIMEOUT = 100
 HOTPLUG_STATUS_NODE = "hotplug-status"
 HOTPLUG_ERROR_NODE  = "hotplug-error"

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-16 11:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15 14:41 [RFC][PATCH] Increase hotplug timeout Jiri Denemark
2009-04-16 10:48 ` Ian Jackson
2009-04-16 10:59   ` Daniel P. Berrange
2009-04-16 11:40   ` Jiri Denemark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.