aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xend-config.sxp.pod.5
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-05-19 02:18:48 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-05-19 02:18:48 +0100
commit41af6f38d95ac1ec058488705c048539df92c125 (patch)
tree94b36ee2c89a3939d3f9dcc5421841dc249fe46b /docs/man/xend-config.sxp.pod.5
parent9125594e4e27944df656d99f5ba28e1923b6de18 (diff)
downloadxen-41af6f38d95ac1ec058488705c048539df92c125.tar.gz
xen-41af6f38d95ac1ec058488705c048539df92c125.tar.bz2
xen-41af6f38d95ac1ec058488705c048539df92c125.zip
xend: Make hotplug script timeouts configurable
In some configurations, when dom0 is busy with I/O, it may take several minutes to complete all hotplug scripts required when a new domain is being created. As device create timeout is set to 100 seconds, users get "hotplug scripts not working" error instead of a new domain. This patch makes both DEVICE_CREATE_TIMEOUT and DEVICE_DESTROY_TIMEOUT configurable in xend-config.sxp to allow users to easily adapt hotplug timeouts to their environment. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Diffstat (limited to 'docs/man/xend-config.sxp.pod.5')
-rw-r--r--docs/man/xend-config.sxp.pod.510
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/man/xend-config.sxp.pod.5 b/docs/man/xend-config.sxp.pod.5
index 3851bba3b4..9504c71fed 100644
--- a/docs/man/xend-config.sxp.pod.5
+++ b/docs/man/xend-config.sxp.pod.5
@@ -115,6 +115,16 @@ The name of an application or script that can handle external device
migration, such as for example virtual TPM migration. An example
script is I</etc/xen/scripts/external-device-migrate>.
+=item I<device-create-timeout>
+
+Integer value that tells xend how long it should wait for a new device
+to be created. Defaults to I<100>.
+
+=item I<device-destroy-timeout>
+
+Integer value that tells xend how long it should wait for a device to
+be destroyed. Defaults to I<100>.
+
=back
=head1 EXAMPLES