Description of problem: =========== This is the tracker BZ to track the cephadm side changes needed for NFS # Exporting FSAL FSAL { Name = CEPH; cmount_path = "/"; } cmount_path param is required to be added in ganesha export file created by cephadm to fix the below 2 memory consumption issues in NFS [1] https://bugzilla.redhat.com/show_bug.cgi?id=2236325 [2] https://bugzilla.redhat.com/show_bug.cgi?id=2239769 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Verified this BZ with ]# rpm -qa | grep nfs libnfsidmap-2.5.4-18.el9.x86_64 nfs-utils-2.5.4-18.el9.x86_64 nfs-ganesha-selinux-5.6-3.el9cp.noarch nfs-ganesha-5.6-3.el9cp.x86_64 nfs-ganesha-rgw-5.6-3.el9cp.x86_64 nfs-ganesha-ceph-5.6-3.el9cp.x86_64 nfs-ganesha-rados-grace-5.6-3.el9cp.x86_64 nfs-ganesha-rados-urls-5.6-3.el9cp.x86_64 # ceph --version ceph version 18.2.0-113.el9cp (32cbda69435c7145d09eeaf5b5016e5d46370a5d) reef (stable) # ceph nfs export get cephfs-nfs /export_0 { "access_type": "RW", "clients": [], "cluster_id": "cephfs-nfs", "export_id": 1, "fsal": { "cmount_path": "/", "fs_name": "cephfs", "name": "CEPH", "user_id": "nfs.cephfs-nfs.cephfs" }, "path": "/", "protocols": [ 4 ], "pseudo": "/export_0", "sectype": [ "krb5" ], "security_label": true, "squash": "none", "transports": [ "TCP" ] } Param "cmount_path" is now added in the nfs export file.Moving this BZ to verified state,
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 (Red Hat Ceph Storage 7.0 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/RHBA-2023:7780