1## Path: System/Virtualization
2## Type: string
3## Default: "none"
4#
5# Log xenconsoled messages (cf xl dmesg)
6#XENCONSOLED_TRACE=[none|guest|hv|all]
7
8## Type: string
9## Default: daemon
10#
11# Select type of xentore service.
12#
13# This can be either of:
14#  * daemon
15#  * domain
16#
17# Changing this requires a reboot to take effect.
18#
19#XENSTORETYPE=daemon
20
21## Type: string
22## Default: xenstored
23#
24# Select xenstore implementation, this can be either
25# of these below.
26# Only evaluated if XENSTORETYPE is "daemon".
27#
28# This can be either of:
29#  * @sbindir@/oxenstored
30#  * @sbindir@/xenstored
31#
32# Changing this requires a reboot to take effect.
33#XENSTORED=@XENSTORED@
34
35## Type: string
36## Default: unlimited
37#
38# Select maximum number of file descriptors xenstored is allowed to have
39# opened at one time.
40# For each HVM domain xenstored might need up to 5 open file descriptors,
41# PVH and PV domains will require up to 3 open file descriptors. Additionally
42# 20-30 file descriptors will be opened for internal uses.
43# The specified value (including "unlimited") will be capped by the contents
44# of /proc/sys/fs/nr_open if existing.
45# Only evaluated if XENSTORETYPE is "daemon".
46#XENSTORED_MAX_OPEN_FDS=unlimited
47
48## Type: string
49## Default: ""
50#
51# Additional commandline arguments to start xenstored,
52# like "--trace-file @XEN_LOG_DIR@/xenstored-trace.log"
53# See "@sbindir@/xenstored --help" for possible options.
54# Only evaluated if XENSTORETYPE is "daemon".
55XENSTORED_ARGS=
56
57## Type: string
58## Default: Not defined, tracing off
59#
60# Log xenstored messages
61#XENSTORED_TRACE=[yes|on|1]
62
63## Type: integer
64## Default: 50
65#
66# Percentage of dom0 memory size the xenstore daemon can use before the
67# OOM killer is allowed to kill it.
68# The specified value is multiplied by -10 and echoed to
69# /proc/PID/oom_score_adj.
70#XENSTORED_OOM_MEM_THRESHOLD=50
71
72## Type: string
73## Default: @LIBEXEC@/boot/xenstore-stubdom.gz
74#
75# xenstore domain kernel.
76# Only evaluated if XENSTORETYPE is "domain".
77#XENSTORE_DOMAIN_KERNEL=@LIBEXEC@/boot/xenstore-stubdom.gz
78
79## Type: integer
80## Default: 8
81#
82# xenstore domain memory size in MiB.
83# Only evaluated if XENSTORETYPE is "domain".
84#XENSTORE_DOMAIN_SIZE=8
85
86## Type: string
87## Default: not set, no autoballooning of xenstore domain
88#
89# Maximum xenstore domain memory size. Can be specified as:
90# - plain integer value for max size in MiB
91# - fraction of host memory, e.g. 1/100
92# - combination of both in form of <val>:<frac> (e.g. 8:1/100), resulting
93#   value will be the higher of both specifications
94# Only evaluated if XENSTORETYPE is "domain".
95#XENSTORE_MAX_DOMAIN_SIZE=
96
97## Type: string
98## Default: ""
99#
100# Additional arguments for starting the xenstore domain.
101# Only evaluated if XENSTORETYPE is "domain".
102XENSTORE_DOMAIN_ARGS=
103
104# qemu path
105#QEMU_XEN=@qemu_xen_path@
106
107# Dom0 UUID
108#XEN_DOM0_UUID=00000000-0000-0000-0000-000000000000
109