3998c28324
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 <amukherj@redhat.com> Reviewed-on: https://review.gluster.org/18016 Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Prashanth Pai <ppai@redhat.com> Reviewed-by: Niels de Vos <ndevos@redhat.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Gaurav Yadav <gyadav@redhat.com>
14 lines
428 B
Plaintext
14 lines
428 B
Plaintext
volume management
|
|
type mgmt/glusterd
|
|
option working-directory @GLUSTERD_WORKDIR@
|
|
option transport-type socket,rdma
|
|
option transport.socket.keepalive-time 10
|
|
option transport.socket.keepalive-interval 2
|
|
option transport.socket.read-fail-log off
|
|
option ping-timeout 0
|
|
option event-threads 1
|
|
# option transport.address-family inet6
|
|
# option base-port 49152
|
|
# option max-port 65535
|
|
end-volume
|