From 8ce807dd811e32b704a7beec1bbbcbb2625a7219 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Thu, 21 Oct 2010 04:33:44 +0000 Subject: do not hardcode the replace brick remote port to 34034 Signed-off-by: Raghavendra Bhat Signed-off-by: Anand V. Avati BUG: 1998 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1998 --- xlators/mgmt/glusterd/src/glusterd-volgen.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.c b/xlators/mgmt/glusterd/src/glusterd-volgen.c index 987449942e5..f3b237fb529 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volgen.c +++ b/xlators/mgmt/glusterd/src/glusterd-volgen.c @@ -807,10 +807,6 @@ server_graph_builder (glusterfs_graph_t *graph, glusterd_volinfo_t *volinfo, ret = xlator_set_option (rbxl, "transport-type", transt); if (ret) return -1; - ret = xlator_set_option (rbxl, "remote-port", "34034"); - if (ret) - return -1; - xl = volgen_graph_add_nolink (graph, "cluster/pump", "%s-pump", volname); if (!xl) -- cgit