]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update OSD port range to 6800-7300
authorKen Dreyer <kdreyer@redhat.com>
Thu, 21 May 2015 18:53:43 +0000 (12:53 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 21 May 2015 19:00:32 +0000 (13:00 -0600)
The upper limit for OSD/MDS ports changed from 7100 to 7300 in commit
f9ec5a7945518089ffae540649b77ac06f98df5f. Update the Quick Start
Preflight documentation to reflect this change.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
doc/start/quick-start-preflight.rst

index b0c64e50d19158146e4353fcb25de9fd66230166..ff55bf2a8664a47e6f5fe2008948bef047c4d54f 100644 (file)
@@ -249,12 +249,12 @@ strict. You may need to adjust your firewall settings allow inbound requests so
 that clients in your network can communicate with daemons on your Ceph nodes.
 
 For ``firewalld`` on RHEL 7, add port ``6789`` for Ceph Monitor nodes and ports
-``6800:7100`` for Ceph OSDs to the public zone and ensure that you make the
+``6800:7300`` for Ceph OSDs to the public zone and ensure that you make the
 setting permanent so that it is enabled on reboot. For example::
 
        sudo firewall-cmd --zone=public --add-port=6789/tcp --permanent
 
-For ``iptables``, add port ``6789`` for Ceph Monitors and ports ``6800:7100`` 
+For ``iptables``, add port ``6789`` for Ceph Monitors and ports ``6800:7300``
 for Ceph OSDs. For example::
 
        sudo iptables -A INPUT -i {iface} -p tcp -s {ip-address}/{netmask} --dport 6789 -j ACCEPT