--- /usr/portage/app-emulation/xen-tools/files/xendomains.confd 2008-09-01 02:41:08.000000000 +0200 +++ /usr/portage/app-emulation/xen-tools/files/xendomains.confd 2014-01-07 19:18:54.730214347 +0100 @@ -6,4 +6,24 @@ # Send shutdown commands to all domains in parallel instead of waiting for # each to shutdown individually -PARALLEL_SHUTDOWN=yes +PARALLEL_SHUTDOWN=no + +# Shutdown maximum time, after thatdestroy machines. +MAXWAIT=120 + +# When SCREEN="yes", domains in AUTODIR have their consoles connected to a +# screen session named SCREEN_NAME, with output logged to individual files +# named after each domain and written to /var/log/xen-consoles/ . These files +# are rotated (using app-admin/logrotate) every time xendomains is started. + +SCREEN="yes" +SCREEN_NAME="xen" +SCREENDIR="/root/.screen" + +# Number of seconds between writes to screen's logfiles. +# +# Lower values mean more disk activity and hence a possible performance +# impact, but higher values mean a greater chance of loosing some output +# in the event of a crash. + +SCREEN_LOG_INTERVAL="1"