From 2e43696eb90dc835d0aa8000e19b6f207760309c Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 8 Oct 2010 06:58:51 +0000 Subject: migrate from port 69* to 24007 Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 1870 (Change the port from 69* to some other ports.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1870 --- xlators/mgmt/glusterd/src/glusterd-pmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-pmap.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-pmap.c b/xlators/mgmt/glusterd/src/glusterd-pmap.c index 3ea09aad9..67d10bfa6 100644 --- a/xlators/mgmt/glusterd/src/glusterd-pmap.c +++ b/xlators/mgmt/glusterd/src/glusterd-pmap.c @@ -78,8 +78,8 @@ pmap_registry_new (void) pmap->ports[i].type = GF_PMAP_PORT_FOREIGN; } - pmap->base_port = 6971; /* 6969 default for tcp, 6970 for IB */ - pmap->last_alloc = 6971; + pmap->base_port = GF_DEFAULT_BASE_PORT + 2; + pmap->last_alloc = GF_DEFAULT_BASE_PORT + 2; return pmap; } -- cgit