]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update firewall doc to mention ceph-mgr 17974/head
authorJohn Spray <john.spray@redhat.com>
Tue, 26 Sep 2017 16:09:50 +0000 (17:09 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 26 Sep 2017 16:10:31 +0000 (17:10 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
doc/rados/configuration/network-config-ref.rst

index d9b930622bbe1976fd8b9933f1163606a2e97e96..97985b3ad8fc05eb44cb966770ff1cd0d0130eed 100644 (file)
@@ -99,18 +99,18 @@ public network and ``{netmask}`` with the netmask for the public network. ::
    sudo iptables -A INPUT -i {iface} -p tcp -s {ip-address}/{netmask} --dport 6789 -j ACCEPT
 
 
-MDS IP Tables
--------------
-
-A :term:`Ceph Metadata Server` listens on the first available port on the public
-network beginning at port 6800. Note that this behavior is not deterministic, so
-if you are running more than one OSD or MDS on the same host, or if you restart
-the daemons within a short window of time, the daemons will bind to higher
-ports. You should open the entire 6800-7300 range by default.  When you add the
-rule using the example below, make sure you replace ``{iface}`` with the public
-network interface (e.g., ``eth0``, ``eth1``, etc.), ``{ip-address}`` with the IP
-address of the public network and ``{netmask}`` with the netmask of the public
-network.
+MDS and Manager IP Tables
+-------------------------
+
+A :term:`Ceph Metadata Server` or :term:`Ceph Manager` listens on the first 
+available port on the public network beginning at port 6800. Note that this 
+behavior is not deterministic, so if you are running more than one OSD or MDS
+on the same host, or if you restart the daemons within a short window of time,
+the daemons will bind to higher ports. You should open the entire 6800-7300
+range by default.  When you add the rule using the example below, make sure
+you replace ``{iface}`` with the public network interface (e.g., ``eth0``,
+``eth1``, etc.), ``{ip-address}`` with the IP address of the public network
+and ``{netmask}`` with the netmask of the public network.
 
 For example::