xenserver: Include the vswitch database contents in bugtool reports.
[openvswitch] / xenserver / usr_sbin_xen-bugtool
index 39df1c836ae5bd6e66fc362bc3e51168fb7c19a0..4e20754120df437f3b8a212c648e9546bf165e37 100755 (executable)
@@ -120,8 +120,8 @@ HP_HPASMD_LOG = '/var/spool/compaq/hpasmd.log'
 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_CONF = '/etc/ovs-vswitchd.conf.db'
+OVS_VSWITCH_DBCACHE = '/var/xapi/network.dbcache'
 XENSOURCE_INVENTORY = '/etc/xensource-inventory'
 OEM_CONFIG_DIR = '/var/xsconfig'
 OEM_CONFIG_FILES_RE = re.compile(r'^.*xensource-inventory$')