aboutsummaryrefslogtreecommitdiffstats
path: root/main/xen/xendomains.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/xen/xendomains.confd')
-rw-r--r--main/xen/xendomains.confd11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/xen/xendomains.confd b/main/xen/xendomains.confd
index ed87b816ff..59985ee50b 100644
--- a/main/xen/xendomains.confd
+++ b/main/xen/xendomains.confd
@@ -28,3 +28,14 @@ SCREEN_LOG_INTERVAL="1"
SCREENDIR=/tmp/screens/S-root
+## Type: integer
+## Default: 5000000
+#
+# When creating a guest domain, it is sensible to allow a little time for it
+# to get started before creating another domain or proceeding through the
+# boot process. Without this, the booting guests will thrash the disk as they
+# start up. This timeout (in microseconds) specifies the delay after guest
+# domain creation.
+#
+XENDOMAINS_CREATE_USLEEP=5000000
+