Bug 2246440
Summary: | cephadm trys to bind grafana daemon to all (::) interfaces when valid networks list is provided. | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Manny <mcaldeir> | |
Component: | Cephadm | Assignee: | Adam King <adking> | |
Status: | CLOSED ERRATA | QA Contact: | Vinayak Papnoi <vpapnoi> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.0 | CC: | adking, bmclaren, cephqe-warriors, c-harsh.kotak, dhill, fpantano, gfidente, jelle.hoylaerts.ext, mcaldeir, mdolezel, mflusche, mkrcmari, mobisht, rpollack, sostapov, trchakra | |
Target Milestone: | --- | |||
Target Release: | 6.1z9 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | ceph-17.2.6-256 | Doc Type: | Enhancement | |
Doc Text: |
.Grafana now binds to an IP within a specific network on a host, rather that always binding to 0.0.0.0
With this enhancement, using a Grafana specification file that includes both the networks' section with the network that Grafana binds to an IP on, and `only_bind_port_on_networks: true` included in the "spec" section of the specification, Cephadm configures the Grafana daemon to bind to an IP within that network rather than 0.0.0.0. This enables users to use the same port that Grafana uses for another service but on a different IP on the host.
If it is a specification update that does not cause them all to be moved, `ceph orch redeploy grafana` can be run to pick up the changes to the settings.
Grafana specification file:
----
service_type: grafana
service_name: grafana
placement:
count: 1
networks:
192.168.122.0/24
spec:
anonymous_access: true
protocol: https
only_bind_port_on_networks: true
----
|
Story Points: | --- | |
Clone Of: | 2233659 | |||
: | 2254553 2350124 (view as bug list) | Environment: | ||
Last Closed: | 2025-04-28 05:29:08 UTC | Type: | --- | |
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: | 2233659 | |||
Bug Blocks: | 1997638, 2160009, 2236231, 2254553, 2350124 |
Description
Manny
2023-10-26 20:22:37 UTC
*** Bug 2246434 has been marked as a duplicate of this bug. *** Missed 6.1 z3 development window. Retargeted to 6.1 z4. This did not make it to the 6.1 z4 freeze date. Retargeting to 6.1 z5. *** Bug 2254553 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: Red Hat Ceph Storage 6.1 bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2025:4238 |