xenserver: Include the vswitch database contents in bugtool reports.
[openvswitch] / xenserver / usr_sbin_xen-bugtool
index 786ff2f0e4de93aed17e9e19d22206995848a5b0..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 = '/var/lib/openvswitch/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$')