[Bugs] [Bug 1335815] New: rpc: change client insecure port ceiling from 65535 to 49151

bugzilla at redhat.com bugzilla at redhat.com
Fri May 13 09:30:51 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1335815

            Bug ID: 1335815
           Summary: rpc: change client insecure port ceiling from 65535 to
                    49151
           Product: Red Hat Gluster Storage
           Version: 3.1
         Component: glusterfs
     Sub Component: core
          Assignee: rhs-bugs at redhat.com
          Reporter: prasanna.kalever at redhat.com
        QA Contact: annair at redhat.com
                CC: bugs at gluster.org
        Depends On: 1335776, 1335813



+++ This bug was initially created as a clone of Bug #1335813 +++

+++ This bug was initially created as a clone of Bug #1335776 +++

Description of problem:
current port allocation to various processes (clumsy):

 1023 - 1       -> client ports range if bind secure is turned on
49151 - 1024    -> fall back to this, if in above case ports exhaust
65535 - 1024    -> client port range if bind insecure is on
49152 - 65535   -> brick port range

now, we should have segregated port ranges 0 - 65535 to below 3 ranges

 1023 - 1       -> client ports range if bind secure is turned on
49151 - 1024    -> client port range if bind insecure is on
                   (fall back to this, if in above case ports exhaust)
49152 - 65535   -> brick port range

for a cleaner way of segregation this is necessary, and once the bind insecure
is on by default, there could be a chance of port clashes between brick and
clients.

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

--- Additional comment from Vijay Bellur on 2016-05-13 04:20:20 EDT ---

REVIEW: http://review.gluster.org/14326 (rpc: change client insecure port
ceiling from 65535 to 49151) posted (#1) for review on master by Prasanna Kumar
Kalever (pkalever at redhat.com)


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1335776
[Bug 1335776] rpc: change client insecure port ceiling from 65535 to 49151
https://bugzilla.redhat.com/show_bug.cgi?id=1335813
[Bug 1335813] rpc: change client insecure port ceiling from 65535 to 49151
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9nVZ1pAh5Y&a=cc_unsubscribe


More information about the Bugs mailing list