On 02/07/2017 04:16 PM, Boris Fiuczynski wrote:
Since a successful completion of openvswitch calls is expected a
longer
timeout should be able to be chosen in order to account for loaded systems.
Therefore this patch series provides the ability to specify the timeout value
for openvswitch calls in the libvirtd configuration file.
Boris Fiuczynski (3):
libvirtd: add openvitch timeout value
network: allow to specify timeout for openvswitch calls
libvirtd: set openvswitch timeout value based on config data
daemon/libvirtd-config.c | 6 ++++
daemon/libvirtd-config.h | 2 ++
daemon/libvirtd.aug | 1 +
daemon/libvirtd.c | 13 +++++++++
daemon/libvirtd.conf | 9 ++++++
daemon/test_libvirtd.aug.in | 1 +
src/libvirt_private.syms | 1 +
src/util/virnetdevopenvswitch.c | 64 +++++++++++++++++++++++++++++++++++------
src/util/virnetdevopenvswitch.h | 5 ++++
9 files changed, 94 insertions(+), 8 deletions(-)
I've fixed all the issues I've found and was about to push it. But then
I realized: docs/news.xml entry is missing. I can't push it without it,
sorry. I can't do it to our news police :-) Just reply with proposed
news entry and I can fix that.
Michal