From: Ken Dreyer Date: Thu, 21 May 2015 18:53:43 +0000 (-0600) Subject: doc: update OSD port range to 6800-7300 X-Git-Tag: v9.0.2~128^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b50cc9472fd3879e9c45cf6b40c52bc395895c14;p=ceph.git doc: update OSD port range to 6800-7300 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 --- diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index b0c64e50d1915..ff55bf2a8664a 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -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