xend: Expose persistent domain path in xend conf file
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 6 Aug 2008 08:38:43 +0000 (09:38 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 6 Aug 2008 08:38:43 +0000 (09:38 +0100)
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>
tools/examples/xend-config.sxp

index 5c1b6ec4463f75bd6e663017e53e72ab087f0917..89f9fcae96205a15ed615c9ba6590d749438bbe6 100644 (file)
 
 # 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)