projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bd9f6c
)
xend: Expose persistent domain path in xend conf file
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 6 Aug 2008 08:38:43 +0000
(09:38 +0100)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/tools/examples/xend-config.sxp
b/tools/examples/xend-config.sxp
index 5c1b6ec4463f75bd6e663017e53e72ab087f0917..89f9fcae96205a15ed615c9ba6590d749438bbe6 100644
(file)
--- 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)