From be408edf704b95cba05cfcfd58201474eeefdb7d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 6 Aug 2008 09:38:43 +0100 Subject: [PATCH] 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 --- tools/examples/xend-config.sxp | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.30.2