From 5391f16fc4aa00f75af2a4c2707768370ace5f6c Mon Sep 17 00:00:00 2001 From: Krutika Dhananjay Date: Mon, 4 May 2020 14:30:57 +0530 Subject: extras: Modify group 'virt' to include network-related options This is needed to work around an issue seen where vms running on online hosts are getting killed when a different host is rebooted in ovirt-gluster hyperconverged environments. Actual RCA is quite lengthy and documented in the github issue. Please refer to it for more details. Change-Id: Ic25b5f50144ad42458e5c847e1e7e191032396c1 Fixes: #1217 Signed-off-by: Krutika Dhananjay --- extras/group-virt.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extras/group-virt.example b/extras/group-virt.example index 6a66f977b2f..cc37c98a25c 100644 --- a/extras/group-virt.example +++ b/extras/group-virt.example @@ -17,3 +17,8 @@ cluster.choose-local=off client.event-threads=4 server.event-threads=4 performance.client-io-threads=on +network.ping-timeout=20 +server.tcp-user-timeout=20 +server.keepalive-time=10 +server.keepalive-interval=2 +server.keepalive-count=5 -- cgit