From fe47e23aedab2dbe34f568700686967da56aedd3 Mon Sep 17 00:00:00 2001 From: John Spray Date: Sun, 8 Feb 2015 15:31:26 +0100 Subject: [PATCH] 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 --- doc/rados/configuration/network-config-ref.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rados/configuration/network-config-ref.rst b/doc/rados/configuration/network-config-ref.rst index 9ffa777cedf9e..4e729a4b1d45d 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. -- 2.39.5