Bug 1332557

Summary: glusterd: fix max pmap alloc to GF_PORT_MAX
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Prasanna Kumar Kalever <prasanna.kalever>
Component: coreAssignee: Bug Updates Notification Mailing List <rhs-bugs>
Status: CLOSED NEXTRELEASE QA Contact: Anoop <annair>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rhgs-3.1CC: bugs, rhs-bugs, storage-qa-internal
Target Milestone: ---Keywords: ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1331253 Environment:
Last Closed: 2016-05-05 18:18:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1331253    
Bug Blocks: 1331772    

Description Prasanna Kumar Kalever 2016-05-03 13:15:08 UTC
+++ This bug was initially created as a clone of Bug #1331253 +++

Description of problem:
Currently max port alloc is 65534, which is due to minor bug in the code.
  

Version-Release number of selected component (if applicable):
mainline

Expected results:
it should be GF_PORT_MAX which is 65535

--- Additional comment from Vijay Bellur on 2016-04-28 02:21:21 EDT ---

REVIEW: http://review.gluster.org/14096 (glusterd: fix max pmap alloc to GF_PORT_MAX) posted (#1) for review on master by Prasanna Kumar Kalever (pkalever)

--- Additional comment from Vijay Bellur on 2016-04-28 02:28:45 EDT ---

REVIEW: http://review.gluster.org/14096 (glusterd: fix max pmap alloc to GF_PORT_MAX) posted (#2) for review on master by Prasanna Kumar Kalever (pkalever)

--- Additional comment from Vijay Bellur on 2016-04-28 05:11:01 EDT ---

REVIEW: http://review.gluster.org/14096 (glusterd: fix max pmap alloc to GF_PORT_MAX) posted (#3) for review on master by Prasanna Kumar Kalever (pkalever)

--- Additional comment from Vijay Bellur on 2016-04-29 01:29:14 EDT ---

COMMIT: http://review.gluster.org/14096 committed in master by Atin Mukherjee (amukherj) 
------
commit 72f048ae1ab893e81abff377a46570b5a12b7561
Author: Prasanna Kumar Kalever <prasanna.kalever>
Date:   Thu Apr 28 11:42:28 2016 +0530

    glusterd: fix max pmap alloc to GF_PORT_MAX
    
    This patch also mops the port max i.e 65535 hard coding
    
    Change-Id: Ia93656d75ceb4c6c4849f9e0ad1b260d5952d4c6
    BUG: 1331253
    Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever>
    Reviewed-on: http://review.gluster.org/14096
    Tested-by: Prasanna Kumar Kalever <pkalever>
    Smoke: Gluster Build System <jenkins.com>
    Reviewed-by: Atin Mukherjee <amukherj>
    CentOS-regression: Gluster Build System <jenkins.com>
    NetBSD-regression: NetBSD Build System <jenkins.org>

Comment 2 Prasanna Kumar Kalever 2016-05-05 18:18:22 UTC
will be tracked under 1322306