search for: vir_dbus_method_call_timeout_milli

Displaying 1 result from an estimated 1 matches for "vir_dbus_method_call_timeout_milli".

2016 Apr 12
0
CentOS 6 and 1.3.3
...16-04-12 19:41:27.151+0000: 15224: info : qemuMonitorSend:1005 : QEMU_MONITOR_SEND_MSG: mon=0x7fb860000e30 msg={"execute":"query-status","id":"libvirt-7"} fd=-1 Looking at the dbus src, there's a 30s timeout defined here: src/util/virdbus.c:# define VIR_DBUS_METHOD_CALL_TIMEOUT_MILLIS 30 * 1000 So, for some reason libvirt is trying to call a dbus method before every KVM instance start. This leads to absurdly long startup times. This behavior was not present in 1.3.1. My workaround was to just recompile with '--with-firewalld=no --with-dbus=no', which seems to hav...