Bug 2269321 - [Dashboard][Cephfs] nfs mount command in attach dailog need syntax modification
Summary: [Dashboard][Cephfs] nfs mount command in attach dailog need syntax modification
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Ceph-Dashboard
Version: 7.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 7.1
Assignee: Ivo Almeida
QA Contact: Amarnath
Akash Raj
URL:
Whiteboard:
Depends On:
Blocks: 2267614 2298578 2298579
TreeView+ depends on / blocked
 
Reported: 2024-03-13 05:36 UTC by Amarnath
Modified: 2024-10-18 20:52 UTC (History)
9 users (show)

Fixed In Version: ceph-18.2.1-110.el9cp
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2024-06-13 14:29:14 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github ceph ceph pull 56504 0 None open mgr/dashboard: s/active_mds/active_nfs in fs attach form 2024-03-27 05:32:18 UTC
Red Hat Issue Tracker RHCEPH-8506 0 None None None 2024-03-13 05:37:17 UTC
Red Hat Issue Tracker RHCSDASH-1305 0 None None None 2024-03-13 05:37:19 UTC
Red Hat Product Errata RHSA-2024:3925 0 None None None 2024-06-13 14:29:19 UTC

Description Amarnath 2024-03-13 05:36:38 UTC
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:

Comment 8 errata-xmlrpc 2024-06-13 14:29:14 UTC
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


Note You need to log in before you can comment on or make changes to this bug.