Bug 2359515
Summary: | Request Ganesha to support binding to specific address for monitoring | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | ben.kern | |
Component: | NFS-Ganesha | Assignee: | Sachin Punadikar <spunadik> | |
Status: | CLOSED ERRATA | QA Contact: | Manisha Saini <msaini> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 8.0 | CC: | cephqe-warriors, kkeithle, spunadik, tserlin, vereddy | |
Target Milestone: | --- | Keywords: | RFE | |
Target Release: | 8.1 | Flags: | spunadik:
needinfo?
(ben.kern) |
|
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | nfs-ganesha-6.5-11.el9cp | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2361672 (view as bug list) | Environment: | ||
Last Closed: | 2025-06-26 12:24:04 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: | 2361672, 2372966 |
Description
ben.kern
2025-04-14 14:13:18 UTC
Please specify the severity of this bug. Severity is defined here: https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity. Made required changes, here is PR for downstream https://gitlab.cee.redhat.com/ceph/nfs-ganesha/-/commit/a293a0b3f4fa5e58753bae3ae75db220fb3f20e9 Upstream code is different in file & function names. Related upstream PR - https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1213832 @Thomas, please find the downstream PR in below branch https://gitlab.cee.redhat.com/ceph/nfs-ganesha/-/tree/private-tserlin-ceph-8.0-rhel-9-hotfix-bz2357486-patches?ref_type=heads Initially there was discussion on cephadm related changes. The main issue is how to mention the IP address for listening monitoring port. cephadm can not pick IP address on its own. Someone need to provide the IP address for config parameter "Monitoring_Addr". Hence cephadm changes are on hold. Need clarification from IBM Cloud team. Need to add "Monitoring_Addr" entry in ganesha.conf file with the IP address on which Monitoring module will listen. NFS_CORE_PARAM { mount_path_pseudo = true; Protocols = 4; Enable_UDP = false; Enable_RQUOTA = false; NFS_Port = 2049; Monitoring_Addr = 10.8.152.13; <= Entry indicating monitoring address } If "Monitoring_Addr" is not added to ganesha.conf file, then its default action is to listen on all IP addresses. 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 8.1 security, bug fix, and enhancement updates), 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:9775 |