From 8f37561d665b6a70b2b4bd8afab12affb1805148 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 12 Jul 2019 16:12:18 +0530 Subject: ibverbs/rdma: remove from build We have proposed about this an year ago, and with recent smoke failures, it looks like the right time to take such call. ref: https://lists.gluster.org/pipermail/gluster-users/2018-July/034400.html With this, glusterfs-8.0 wouldn't have rdma feature, and would allow some modularity changes possible with rpc layer (as we would have just 1 transport) Updates: bz#1635688 Change-Id: Ia277dca4d4b1f0cffae20819024a52b075b775e5 Signed-off-by: Amar Tumballi --- extras/glusterd.vol.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extras/glusterd.vol.in') diff --git a/extras/glusterd.vol.in b/extras/glusterd.vol.in index 6141d8a736e..5d7bad0e4c8 100644 --- a/extras/glusterd.vol.in +++ b/extras/glusterd.vol.in @@ -1,12 +1,11 @@ volume management type mgmt/glusterd option working-directory @GLUSTERD_WORKDIR@ - option transport-type socket,rdma + option transport-type socket option transport.socket.keepalive-time 10 option transport.socket.keepalive-interval 2 option transport.socket.read-fail-log off option transport.socket.listen-port 24007 - option transport.rdma.listen-port 24008 option ping-timeout 0 option event-threads 1 # option lock-timer 180 -- cgit