]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/install: ensure to open ceph-mon firewall ports
authorSandro Bonazzola <sbonazzo@redhat.com>
Wed, 30 Jun 2021 12:34:58 +0000 (14:34 +0200)
committerSandro Bonazzola <sbonazzo@redhat.com>
Tue, 19 Oct 2021 09:37:58 +0000 (11:37 +0200)
doc/install: ensure to open ceph-mon firewall ports

Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
doc/install/manual-deployment.rst

index 4131b2bf29656e9b4e53e5246ed7f88f210f173b..95232fce2aaef1bddbd4a462af965470a0741a02 100644 (file)
@@ -249,6 +249,13 @@ The procedure is as follows:
 
        sudo systemctl start ceph-mon@mon-node1
 
+#. Ensure to open firewall ports for ceph-mon.
+
+   Open the ports with firewalld::
+   
+        sudo firewall-cmd --zone=public --add-service=ceph-mon
+       sudo firewall-cmd --zone=public --add-service=ceph-mon --permanent
+
 #. Verify that the monitor is running. ::
 
        sudo ceph -s