From: John Spray Date: Sun, 8 Feb 2015 14:31:26 +0000 (+0100) Subject: doc: correct default of ms_bind_port_max X-Git-Tag: v0.93~79^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe47e23aedab2dbe34f568700686967da56aedd3;p=ceph.git doc: correct default of ms_bind_port_max It's 7300 in the code, whereas these docs had it as 7100. Signed-off-by: John Spray --- diff --git a/doc/rados/configuration/network-config-ref.rst b/doc/rados/configuration/network-config-ref.rst index 9ffa777cedf9..4e729a4b1d45 100644 --- a/doc/rados/configuration/network-config-ref.rst +++ b/doc/rados/configuration/network-config-ref.rst @@ -71,7 +71,7 @@ There are several reasons to consider operating two separate networks: IP Tables ========= -By default, daemons `bind`_ to ports within the ``6800:7100`` range. You may +By default, daemons `bind`_ to ports within the ``6800:7300`` range. You may configure this range at your discretion. Before configuring your IP tables, check the default ``iptables`` configuration. @@ -349,7 +349,7 @@ Bind ---- Bind settings set the default port ranges Ceph OSD and MDS daemons use. The -default range is ``6800:7100``. Ensure that your `IP Tables`_ configuration +default range is ``6800:7300``. Ensure that your `IP Tables`_ configuration allows you to use the configured port range. You may also enable Ceph daemons to bind to IPv6 addresses. @@ -367,7 +367,7 @@ You may also enable Ceph daemons to bind to IPv6 addresses. :Description: The maximum port number to which an OSD or MDS daemon will bind. :Type: 32-bit Integer -:Default: ``7100`` +:Default: ``7300`` :Required: No.