diff options
author | Amar Tumballi <amarts@redhat.com> | 2019-07-12 16:12:18 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-07-13 09:30:30 +0530 |
commit | 8f37561d665b6a70b2b4bd8afab12affb1805148 (patch) | |
tree | 7014ab4fbfa872853d72262dd19f12bb2cffe87d /extras | |
parent | 8e795617fd6f5193d0d52a336059ce1a28108c0e (diff) |
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 <amarts@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/glusterd.vol.in | 3 |
1 files changed, 1 insertions, 2 deletions
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 |