From 2bd9383934c6ec2853a5ad8901cfe15e3e9e8e3e Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Wed, 30 Jun 2021 14:34:58 +0200 Subject: [PATCH] doc/install: ensure to open ceph-mon firewall ports doc/install: ensure to open ceph-mon firewall ports Signed-off-by: Sandro Bonazzola --- doc/install/manual-deployment.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 4131b2bf296..95232fce2aa 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -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 -- 2.39.5