aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-06 09:38:43 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-06 09:38:43 +0100
commitbe408edf704b95cba05cfcfd58201474eeefdb7d (patch)
tree0a9ebd1ebc2be7403df46f9e58f66a30dc0dff49 /tools/examples/xend-config.sxp
parent3bd9f6c0a69caf3db838c37072fc4fd6b841ad4b (diff)
downloadxen-be408edf704b95cba05cfcfd58201474eeefdb7d.tar.gz
xen-be408edf704b95cba05cfcfd58201474eeefdb7d.tar.bz2
xen-be408edf704b95cba05cfcfd58201474eeefdb7d.zip
xend: Expose persistent domain path in xend conf file
This patch exposes the persistent (aka managed) domain path in xend configuration file. This option is already supported in XendOptions but is not annotated in the configuration file. Signed-off-by: Jim Fehlig <jfehlig@novell.com>
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index 5c1b6ec446..89f9fcae96 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -245,3 +245,7 @@
# Rotation count of qemu-dm log file.
#(qemu-dm-logrotate-count 10)
+
+# Path where persistent domain configuration is stored.
+# Default is /var/lib/xend/domains/
+#(xend-domains-path /var/lib/xend/domains)