xenserver: Fix dbcache location for xen-bugtool
authorJustin Pettit <jpettit@nicira.com>
Tue, 6 Oct 2009 18:38:57 +0000 (11:38 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 6 Oct 2009 18:38:57 +0000 (11:38 -0700)
I forgot to add my local changes to xen-bugtool that reflected the new
location for dbcache.

xenserver/usr_sbin_xen-bugtool

index 39df1c8..786ff2f 100755 (executable)
@@ -121,7 +121,7 @@ VAR_LOG_DIR = '/var/log/'
 VNCTERM_CORE_DIR = '/var/xen/vncterm'
 VSWITCH_CORE_DIR = '/var/xen/vswitch'
 OVS_VSWITCH_CONF = '/etc/ovs-vswitchd.conf'
-OVS_VSWITCH_DBCACHE = '/etc/ovs-vswitch.dbcache'
+OVS_VSWITCH_DBCACHE = '/var/lib/openvswitch/dbcache'
 XENSOURCE_INVENTORY = '/etc/xensource-inventory'
 OEM_CONFIG_DIR = '/var/xsconfig'
 OEM_CONFIG_FILES_RE = re.compile(r'^.*xensource-inventory$')