Bug 2417683
| Summary: | [cephadm] cephadm doesn't open default HTTPS port (443) when mgmt-gateway is deployed using defaults and firewalld is active | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Redouane Kachach Elhichou <rkachach> |
| Component: | Cephadm | Assignee: | Redouane Kachach Elhichou <rkachach> |
| Status: | CLOSED UPSTREAM | QA Contact: | Vinayak Papnoi <vpapnoi> |
| Severity: | medium | Docs Contact: | Rivka Pollack <rpollack> |
| Priority: | unspecified | ||
| Version: | 9.1 | CC: | cephqe-warriors, rpollack |
| Target Milestone: | --- | ||
| Target Release: | 9.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
.Management gateway does not open HTTPS port during deployment
When the management gateway (`mgmt-gateway`) is deployed with default settings and `firewalld` is active, the default HTTPS port (443) is not opened in `firewalld`. The gateway listens on port 443 and is reachable locally, but remote access to the dashboard fails until the firewall is manually adjusted.
As a workaround, use one of the following options:
* Explicitly configure a port for `mgmt-gateway` by using the `--port` option or setting `spec.port`. This ensures that cephadm opens the correct port in `firewalld`.
* Manually open HTTPS (443) in `firewalld`. For example,
----
firewall-cmd --add-service=https
firewall-cmd --add-port=443/tcp
----
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-03-04 09:57:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2388233 | ||
|
Description
Redouane Kachach Elhichou
2025-11-28 09:26:30 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |