aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/py
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-01-24 01:13:55 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-01-24 01:13:55 +0000
commit6be36f82776914c2a429eab87e4257bbd153bb79 (patch)
tree1d8139b9268964f78203afb50295ea1939781e86 /tools/xc/py
parentaeb3d7c422105777d2dcaa872078c04307f1f7b7 (diff)
downloadxen-6be36f82776914c2a429eab87e4257bbd153bb79.tar.gz
xen-6be36f82776914c2a429eab87e4257bbd153bb79.tar.bz2
xen-6be36f82776914c2a429eab87e4257bbd153bb79.zip
bitkeeper revision 1.691 (4011c6d3g_Q_DeG3-esCCO1ROch6Rw)
XenoUtil.py, VBD-HOWTO.txt: Fix location of xen vbd dataase file.
Diffstat (limited to 'tools/xc/py')
-rw-r--r--tools/xc/py/XenoUtil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xc/py/XenoUtil.py b/tools/xc/py/XenoUtil.py
index d038e5d204..ee4dd79edc 100644
--- a/tools/xc/py/XenoUtil.py
+++ b/tools/xc/py/XenoUtil.py
@@ -3,9 +3,9 @@ import string, re, os, sys
##### Module variables
"""Location of the Virtual Disk management database.
- defaults to /var/spool/xen_vdisks.sqlite
+ defaults to /var/lib/xen_vdisks.sqlite
"""
-VD_DB_FILE = "/var/spool/xen_vdisks.sqlite"
+VD_DB_FILE = "/var/lib/xen_vdisks.sqlite"
"""VBD expertise level - determines the strictness of the sanity checking.
This mode determines the level of complaints when disk sharing occurs