From 976d2902cb191a738853279c8b81ee3721f515b6 Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Garg Date: Thu, 3 Dec 2015 17:41:13 +0530 Subject: glusterd: disable ping timer b/w glusterd and make epoll thread count to 1 Currently glusterd is crashing when enable/disable heal and i/o is in progress on the fuse mount. This is because of by default multi thread epoll in glusterd is 2. Workaround is to make epoll thread to 1 and set ping-timeout to 0 Change-Id: Ifbe9b43a361c5409b707539f0ee831c610a5c36b BUG: 1288059 Signed-off-by: Gaurav Kumar Garg Reviewed-on: http://review.gluster.org/12874 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Atin Mukherjee --- extras/glusterd.vol.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/glusterd.vol.in b/extras/glusterd.vol.in index 690dbe71823..316104c776a 100644 --- a/extras/glusterd.vol.in +++ b/extras/glusterd.vol.in @@ -5,6 +5,7 @@ volume management option transport.socket.keepalive-time 10 option transport.socket.keepalive-interval 2 option transport.socket.read-fail-log off - option ping-timeout 30 + option ping-timeout 0 + option event-threads 1 # option base-port 49152 end-volume -- cgit