From 35be9922d152b74d536c5acd1e79713b2627ddb5 Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Mon, 27 Nov 2017 19:41:34 +0530 Subject: release-notes: add details for max-port range Change-Id: I9801706f67332d6079e8ec58f9e08b332b35804a BUG: 1510012 Signed-off-by: Atin Mukherjee --- doc/release-notes/3.13.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/release-notes/3.13.0.md b/doc/release-notes/3.13.0.md index ab61c40ff3a..ddaa66f9394 100644 --- a/doc/release-notes/3.13.0.md +++ b/doc/release-notes/3.13.0.md @@ -81,6 +81,12 @@ Further reference: [mailing list discussions on topic](http://lists.gluster.org/ **Notes for users:** +If an user wants to have a finer control on the number of ports to be exposed +for glusterd to allocate for its daemons, one can define the upper limit of +max-port value in glusterd.vol. The default max-port value is set to 65535 and +currently the entry of this configuration is commented out. If an user wants to +configure this value, please set the desired value and uncomment this option and +restart the glusterd service. **Limitations:** -- cgit