diff options
author | Raghavendra G <raghavendra@gluster.com> | 2010-08-30 08:04:24 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-08-30 06:54:21 -0700 |
commit | 61bed5ef8b8ebda1ffac737a5526b8187852bc2d (patch) | |
tree | 6db95113959831f3d2f96496364500085f3e9770 /xlators/protocol/client/src/client.c | |
parent | 06607a4de8c4414bb102d61b9cf6307d8da020bb (diff) |
Add rdma as valid transport type for client and server protocol.
Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 513 (Introduce 0 copy rdma)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=513
Diffstat (limited to 'xlators/protocol/client/src/client.c')
-rw-r--r-- | xlators/protocol/client/src/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c index c453b7a24a9..02479607ece 100644 --- a/xlators/protocol/client/src/client.c +++ b/xlators/protocol/client/src/client.c @@ -1966,7 +1966,7 @@ struct volume_options options[] = { }, { .key = {"transport-type"}, .value = {"tcp", "socket", "ib-verbs", "unix", "ib-sdp", - "tcp/client", "ib-verbs/client"}, + "tcp/client", "ib-verbs/client", "rdma"}, .type = GF_OPTION_TYPE_STR }, { .key = {"remote-host"}, |