diff options
author | Vishwanath S Bhat <vishwanath@gluster.com> | 2011-07-21 15:19:14 +0530 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-07-24 11:44:42 -0700 |
commit | b06ba047f48e92323d8dc8af7ed485d35fbbccf2 (patch) | |
tree | d0fecbf395f0cb4d873e60830ffd8cdf7f41a29d /xlators/mgmt/glusterd/src/glusterd-volgen.h | |
parent | 2c068a98e4b0bf54e7553ed7411fa8c7fe3173ba (diff) |
glusterd - Removed hardcoding of transport type in replace-brick.
Replace-brick didn't support transport types other than tcp.
Test case: replace-brick should work with tcp and rdma.
Change-Id: If33f108b70247d81791d25a1a05247f49847b4d7
BUG: 3092
Reviewed-on: http://review.gluster.com/72
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Krishnan Parthasarathi <kp@gluster.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volgen.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volgen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.h b/xlators/mgmt/glusterd/src/glusterd-volgen.h index f06655312b7..54ae7085c7b 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volgen.h +++ b/xlators/mgmt/glusterd/src/glusterd-volgen.h @@ -66,5 +66,6 @@ gf_boolean_t glusterd_is_valid_volfpath (char *volname, char *brick); int generate_brick_volfiles (glusterd_volinfo_t *volinfo); int glusterd_get_volopt_content (gf_boolean_t xml_out); - +char* +glusterd_get_trans_type_rb (gf_transport_type ttype); #endif |