diff options
| author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2010-10-21 04:33:44 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2010-10-21 04:45:57 -0700 | 
| commit | 8ce807dd811e32b704a7beec1bbbcbb2625a7219 (patch) | |
| tree | 294cc1e7328af6904a9737b55f9ee7ffc98a71c7 | |
| parent | 51ddf878b1d74369434c6b95b49a76bce32fd4b1 (diff) | |
do not hardcode the replace brick remote port to 34034
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1998 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1998
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volgen.c | 4 | 
1 files changed, 0 insertions, 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)  | 
