Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 529972 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-emulation/xen-tools/files/xendomains.confd (-1 / +21 lines)
Lines 6-9 Link Here
6
6
7
# Send shutdown commands to all domains in parallel instead of waiting for
7
# Send shutdown commands to all domains in parallel instead of waiting for
8
# each to shutdown individually
8
# each to shutdown individually
9
PARALLEL_SHUTDOWN=yes
9
PARALLEL_SHUTDOWN=no
10
11
# Shutdown maximum time, after thatdestroy machines.
12
MAXWAIT=120
13
14
# When SCREEN="yes", domains in AUTODIR have their consoles connected to a
15
# screen session named SCREEN_NAME, with output logged to individual files 
16
# named after each domain and written to /var/log/xen-consoles/ . These files
17
# are rotated (using app-admin/logrotate) every time xendomains is started.
18
19
SCREEN="yes"
20
SCREEN_NAME="xen"
21
SCREENDIR="/root/.screen"
22
23
# Number of seconds between writes to screen's logfiles.
24
#
25
# Lower values mean more disk activity and hence a possible performance
26
# impact, but higher values mean a greater chance of loosing some output
27
# in the event of a crash.
28
29
SCREEN_LOG_INTERVAL="1"

Return to bug 529972