From 3998c28324c8907b9b3ade75c98a6a0e4591f23b Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Thu, 10 Aug 2017 18:31:55 +0530 Subject: glusterd: introduce max-port range glusterd.vol file always had an option (commented out) to indicate the base-port to start the portmapper allocation. This patch brings in the max-port configuration where one can limit the range of ports which gluster can be allowed to bind. Fixes: #305 Change-Id: Id7a864f818227b9530a07e13d605138edacd9aa9 Signed-off-by: Atin Mukherjee Reviewed-on: https://review.gluster.org/18016 Smoke: Gluster Build System Reviewed-by: Prashanth Pai Reviewed-by: Niels de Vos CentOS-regression: Gluster Build System Reviewed-by: Gaurav Yadav --- extras/glusterd.vol.in | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/glusterd.vol.in') diff --git a/extras/glusterd.vol.in b/extras/glusterd.vol.in index 957b277801c..01529967698 100644 --- a/extras/glusterd.vol.in +++ b/extras/glusterd.vol.in @@ -9,4 +9,5 @@ volume management option event-threads 1 # option transport.address-family inet6 # option base-port 49152 +# option max-port 65535 end-volume -- cgit