]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: correct default of ms_bind_port_max
authorJohn Spray <john.spray@redhat.com>
Sun, 8 Feb 2015 14:31:26 +0000 (15:31 +0100)
committerJohn Spray <john.spray@redhat.com>
Sun, 8 Feb 2015 14:50:38 +0000 (15:50 +0100)
It's 7300 in the code, whereas these docs
had it as 7100.

Signed-off-by: John Spray <john.spray@redhat.com>
doc/rados/configuration/network-config-ref.rst

index 9ffa777cedf9e892649485d06999fe21d027b521..4e729a4b1d45d540b66cd8fc85e74bf9d4948f3b 100644 (file)
@@ -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.