Bug 2348728
| Summary: | [8.0z3] [NFS-Ganesha] Unable to Trigger gRPC Server in NFS-Ganesha | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Manisha Saini <msaini> |
| Component: | NFS-Ganesha | Assignee: | Sachin Punadikar <spunadik> |
| Status: | CLOSED ERRATA | QA Contact: | Manisha Saini <msaini> |
| Severity: | urgent | Docs Contact: | Rivka Pollack <rpollack> |
| Priority: | unspecified | ||
| Version: | 8.0 | CC: | cephqe-warriors, kkeithle, rpollack, spunadik, tserlin, vdas |
| Target Milestone: | --- | Keywords: | TestBlocker |
| Target Release: | 8.0z3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | nfs-ganesha-6.5-5.el9cp | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-04-07 15:26:53 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: | |||
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.0 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:3635 |
Description of problem: ======== While testing the gRPC feature with the latest build of NFS-Ganesha, I observed that the gRPC server is not invoked and does not appear to be listening on its default port (50051). Setup Details: ----- Environment: Single-node NFS-Ganesha setup Installed Python Packages: grpcio grpcio-tools protobuf Build Version: nfs-ganesha-6.5-1.7.el9cp.x86_64 Ceph version : ceph version 19.2.0-80.2.TEST.ganeshafeatures002.el9cp (ffc22ab18dc4b177c9aa46f98447068155679ff0) squid (stable) After setting up the environment, I verified the listening ports but found that gRPC is not running on port 50051. [root@ceph-manisaini-yuvs96-node2 ~]# ss -tulnp | grep 50051 [root@ceph-manisaini-yuvs96-node2 ~]# ss -tulnp | grep 2049 tcp LISTEN 0 4096 *:2049 *:* users:(("ganesha.nfsd",pid=51701,fd=39)) Version-Release number of selected component (if applicable): How reproducible: ------ Consistently reproducible. Steps to Reproduce: --------- 1. Setup NFS-Ganesha server 2. Verify if gRPC is listening on the default port (50051). Actual results: ======== gRPC is not running and does not appear to be listening on port 50051. Expected results: ======= gRPC should be running and listening on port 50051. Additional info: