aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/py/XenoUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xc/py/XenoUtil.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 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