diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-16 14:47:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-16 14:54:57 +0000 |
commit | ef80eb1f042d2bfe8d0588e6d248b42cb1b33552 (patch) | |
tree | c2809a81f56e5bb642570bea9f578f837e730323 /main/xen/xendomains.confd | |
parent | 6429f9b3f3c8834905ffe273f6b4b104958705ca (diff) | |
download | aports-ef80eb1f042d2bfe8d0588e6d248b42cb1b33552.tar.bz2 aports-ef80eb1f042d2bfe8d0588e6d248b42cb1b33552.tar.xz |
main/xen: sleep a bit when starting up xen domains
fixes #1850
Diffstat (limited to 'main/xen/xendomains.confd')
-rw-r--r-- | main/xen/xendomains.confd | 11 |
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 + |