|
|
74096c |
From 96d9b659fd0367abe1666a5ac6203208e0dc056d Mon Sep 17 00:00:00 2001
|
|
|
1df6c8 |
From: Krutika Dhananjay <kdhananj@redhat.com>
|
|
|
1df6c8 |
Date: Mon, 4 May 2020 14:30:57 +0530
|
|
|
74096c |
Subject: [PATCH 451/451] extras: Modify group 'virt' to include
|
|
|
1df6c8 |
network-related options
|
|
|
1df6c8 |
|
|
|
1df6c8 |
This is needed to work around an issue seen where vms running on
|
|
|
1df6c8 |
online hosts are getting killed when a different host is rebooted
|
|
|
1df6c8 |
in ovirt-gluster hyperconverged environments. Actual RCA is quite
|
|
|
1df6c8 |
lengthy and documented in the github issue. Please refer to it
|
|
|
1df6c8 |
for more details.
|
|
|
1df6c8 |
|
|
|
1df6c8 |
Upstream patch:
|
|
|
1df6c8 |
> Upstream patch link: https://review.gluster.org/c/glusterfs/+/24400
|
|
|
1df6c8 |
> Change-Id: Ic25b5f50144ad42458e5c847e1e7e191032396c1
|
|
|
1df6c8 |
> Fixes: #1217
|
|
|
1df6c8 |
> Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
|
|
|
1df6c8 |
|
|
|
1df6c8 |
Change-Id: Ic25b5f50144ad42458e5c847e1e7e191032396c1
|
|
|
74096c |
BUG: 1845064
|
|
|
1df6c8 |
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
|
|
|
74096c |
Reviewed-on: https://code.engineering.redhat.com/gerrit/203291
|
|
|
1df6c8 |
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
|
1df6c8 |
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
|
|
|
1df6c8 |
---
|
|
|
1df6c8 |
extras/group-virt.example | 5 +++++
|
|
|
1df6c8 |
1 file changed, 5 insertions(+)
|
|
|
1df6c8 |
|
|
|
1df6c8 |
diff --git a/extras/group-virt.example b/extras/group-virt.example
|
|
|
1df6c8 |
index c2ce89d..3a441eb 100644
|
|
|
1df6c8 |
--- a/extras/group-virt.example
|
|
|
1df6c8 |
+++ b/extras/group-virt.example
|
|
|
1df6c8 |
@@ -16,3 +16,8 @@ cluster.choose-local=off
|
|
|
1df6c8 |
client.event-threads=4
|
|
|
1df6c8 |
server.event-threads=4
|
|
|
1df6c8 |
performance.client-io-threads=on
|
|
|
1df6c8 |
+network.ping-timeout=20
|
|
|
1df6c8 |
+server.tcp-user-timeout=20
|
|
|
1df6c8 |
+server.keepalive-time=10
|
|
|
1df6c8 |
+server.keepalive-interval=2
|
|
|
1df6c8 |
+server.keepalive-count=5
|
|
|
1df6c8 |
--
|
|
|
1df6c8 |
1.8.3.1
|
|
|
1df6c8 |
|