]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: open ceph-exporter when firewalld is enabled 59932/head
authorRedouane Kachach <rkachach@ibm.com>
Tue, 10 Sep 2024 07:47:44 +0000 (09:47 +0200)
committerAdam King <adking@redhat.com>
Wed, 13 Nov 2024 21:01:05 +0000 (16:01 -0500)
commit40f36e94db0baf9551095bd25b8d9425f2cb1891
tree5f96aa6e10469a945012037a9a5088f551bbfe14
parentb04cd5cbaefe12392d3cfab49a361fb61c98d72d
mgr/cephadm: open ceph-exporter when firewalld is enabled

ceph-exporter port was not opened properly during daemon deployment
forcing the user to open it manually. This change fixes the logic to
open the port automatically.

Fixes: https://tracker.ceph.com/issues/67975
Signed-off-by: Redouane Kachach <rkachach@ibm.com>
(cherry picked from commit fd93ecd88a5f31172ec99921f72bee12bdd4a6b9)

Conflicts:
src/pybind/mgr/cephadm/tests/test_services.py

Conflict is because there was a new security related test that
was part of a feature in main but not squid that included the
ceph-exporter port
src/python-common/ceph/deployment/service_spec.py