Description of problem: This is placeholder for accommodating upcoming Ganesha code change There is new change coming in Ganesha code where in the "nodeid" should be numeric value starting from 1, in the the block "RADOS_KV" in ganesha.conf file. The change is required to enable "TAKE_IP" or "TAKE_NODEID" functionality in Ganesha for recovery backends associated with Rados ("rados-kv", "rados-ng" and "rados-cluster"). The existing code treating nodeid as text, but now need to be numerically value. Refer Ganesha code change - https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1207554 Additionally for "radon-cluster" recovery backend, every node in NFS Ganesha cluster, need to made member of grace object (in rados). This is done using tool "ganesha-rados-grace". This tool accepts node name as input parameter. Earlier the nodeid (a string) was being passed as is. Now with above change, coming in picture, one need to form the name like "node<nodeid>" and use the same. So here for numeric nodeid as 2, the parameter for "ganesha-rados-grace" tool will be "node2". Version-Release number of selected component (if applicable): Upcoming Ganesha and Ceph releases.
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