aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-01-24 07:22:03 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-01-24 07:22:03 +0000
commit31c848a303d426e9ea7b4b7a23a51707c5b199f1 (patch)
tree29a582decf543f0b97363237146768146ac61247 /tools/xc
parent6be36f82776914c2a429eab87e4257bbd153bb79 (diff)
downloadxen-31c848a303d426e9ea7b4b7a23a51707c5b199f1.tar.gz
xen-31c848a303d426e9ea7b4b7a23a51707c5b199f1.tar.bz2
xen-31c848a303d426e9ea7b4b7a23a51707c5b199f1.zip
bitkeeper revision 1.692 (40121d1bBkNbPNTOp6omHUYX1QhV1w)
xl_vbd.c, XenoUtil.py, VBD-HOWTO.txt: Fix VBD init code, and move the sqlite db again.
Diffstat (limited to 'tools/xc')
-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 ee4dd79edc..5b0464f961 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/lib/xen_vdisks.sqlite
+ defaults to /var/db/xen_vdisks.sqlite
"""
-VD_DB_FILE = "/var/lib/xen_vdisks.sqlite"
+VD_DB_FILE = "/var/db/xen_vdisks.sqlite"
"""VBD expertise level - determines the strictness of the sanity checking.
This mode determines the level of complaints when disk sharing occurs