Bug 2361672
| Summary: | [RFE] Request Ganesha to support binding to specific address for monitoring | |||
|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Sachin Punadikar <spunadik> | |
| Component: | Cephadm | Assignee: | Shweta Bhosale <shbhosal> | |
| Status: | CLOSED ERRATA | QA Contact: | Manish Singh <manising> | |
| Severity: | medium | Docs Contact: | Rivka Pollack <rpollack> | |
| Priority: | unspecified | |||
| Version: | 8.0 | CC: | akane, ben.kern, cephqe-warriors, jcaratza, kkeithle, msaini, rpollack | |
| Target Milestone: | --- | Keywords: | FutureFeature, RFE | |
| Target Release: | 9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | ceph-20.1.0-14 | Doc Type: | Enhancement | |
| Doc Text: |
.New support for NFS Ganesha binding for a specific address
With this enhancement, multiple NFS Ganesha containers and daemons are now supported on a single node. NFS Ganesha binding to a specific address means that users can specify either a monitoring network, monitoring IP, or both, for monitoring purposes.
The following is a specification file example:
——
monitoring_ip_addrs:
ceph-node-0: 192.167.100.100
ceph-node-1: 192.167.100.101
monitoring_networks:
- 192.168.124.0/24
——
In addition, you can now specify the 'ip_addrs' field for service binding.
——
[ceph: root@ceph-node-0 /]# cat nfs/nfs.yml
service_type: nfs
service_id: mynfs2
placement:
hosts:
- ceph-node-0
- ceph-node-1
ip_addrs:
ceph-node-0: 192.168.124.100
# ceph-node-1: 192.168.124.101
networks:
- 192.168.100.0/24
spec:
port: 12346
monitoring_port: 678
monitoring_ip_addrs:
ceph-node-0: 192.167.100.100
ceph-node-1: 192.167.100.101
monitoring_networks:
- 192.168.124.0/24
——
|
Story Points: | --- | |
| Clone Of: | 2359515 | |||
| : | 2372966 (view as bug list) | Environment: | ||
| Last Closed: | 2026-01-29 06:55:27 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: | 2359515 | |||
| Bug Blocks: | 2372966, 2388233 | |||
|
Description
Sachin Punadikar
2025-04-22 14:24:31 UTC
Moving the RFEs out of 9.0 as they were not prioritized by PMs and engineering doesn't have bandwidth to take them up. 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 (Moderate: Red Hat Ceph Storage 9.0 Security and Enhancement 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-2026:1536 |