From: Justin Pettit Date: Tue, 6 Oct 2009 18:38:57 +0000 (-0700) Subject: xenserver: Fix dbcache location for xen-bugtool X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96119ba43d3ff80e61e992dcfd37095665c96bdb;p=openvswitch xenserver: Fix dbcache location for xen-bugtool I forgot to add my local changes to xen-bugtool that reflected the new location for dbcache. --- diff --git a/xenserver/usr_sbin_xen-bugtool b/xenserver/usr_sbin_xen-bugtool index 39df1c83..786ff2f0 100755 --- a/xenserver/usr_sbin_xen-bugtool +++ b/xenserver/usr_sbin_xen-bugtool @@ -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$')