Created attachment 2021390 [details] nfs_mount_cmd Description of problem: [Dashboard][Cephfs] nfs mount command in attach dailog need syntax modification Currently it displays : sudo mount -t nfs -o port=<PORT> <IP of active_mds daemon>:/ <MOUNT_DIRECTORY> This should be sudo mount -t nfs -o port=<PORT> <IP of active_nfs daemon>:<export_name> <MOUNT_DIRECTORY> if you want to include export creation then you can add ceph nfs export create cephfs NFS_CLUSTER_NAME BINDING FILE_SYSTEM_NAME [--readonly] [--path=PATH_WITHIN_FILESYSTEM] ceph nfs export create cephfs nfs-cephfs /ceph cephfs01 --path=/ Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
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 (Critical: Red Hat Ceph Storage 7.1 security, enhancements, and 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/RHSA-2024:3925