diff options
author | Raghavendra G <raghavendra@gluster.com> | 2012-12-18 12:47:43 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-05-27 11:00:59 -0700 |
commit | 536f6ac4f12ffa59bf0412d93538d80eb3bdd02a (patch) | |
tree | d51729c3870459d6a367b75f5d1657718aa4e67b /doc | |
parent | df83bc05ff2c09fe5bd12ae32398bc58471d1f1a (diff) |
rpc-transport/rdma: use rdma-cm for connection establishment.
Till now gluster used tcp/ip based communication channel with
gluster specific protocol to exchange infiniband addresses.
Change-Id: I9de4db398a0e2af51d3d2d68c2fe42168102b190
BUG: 765051
Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Reviewed-on: http://review.gluster.org/149
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Reviewed-on: http://review.gluster.org/5096
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rdma-cm-in-3.4.0.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/rdma-cm-in-3.4.0.txt b/doc/rdma-cm-in-3.4.0.txt new file mode 100644 index 00000000000..fd953e56b3f --- /dev/null +++ b/doc/rdma-cm-in-3.4.0.txt @@ -0,0 +1,9 @@ +Following is the impact of http://review.gluster.org/#change,149. + +New userspace packages needed: +librdmacm +librdmacm-devel + +rdmacm needs an IPoIB address for connection establishment. This requirement results in following issues: +* Because of bug #890502, we've to probe the peer on an IPoIB address. This imposes a restriction that all volumes created in the future have to communicate over IPoIB address (irrespective of whether they use gluster's tcp or rdma transport). +* Currently client has an independence to choose b/w tcp and rdma transports while communicating with the server (by creating volumes with transport-type tcp,rdma). This independence was a byproduct of our ability use the normal channel used with transport-type tcp for rdma connectiion establishment handshake too. However, with new requirement of IPoIB address for connection establishment, we loose this independence (till we bring in multi-network support - where a brick can be identified by a set of ip-addresses and we can choose different pairs of ip-addresses for communication based on our requirements - in glusterd). |