Bug 2035603

Summary: [Doc RFE] Cephfs nfs export creation command has been changed in 5.1
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Amarnath <amk>
Component: DocumentationAssignee: Ranjini M N <rmandyam>
Documentation sub component: File System Guide QA Contact: Amarnath <amk>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: high    
Priority: unspecified CC: rmandyam, vereddy
Version: 5.1   
Target Milestone: ---   
Target Release: 5.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-04-05 11:03:19 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:

Description Amarnath 2021-12-25 10:27:09 UTC
Describe the issue:
Cephfs nfs export creation command has been changed in 5.1

Describe the task you were trying to accomplish:
The creation of exports for nfs-cluster has been changed.
There is a reorder in the arguments which we pass

Old Cmd:
ceph nfs export create cephfs FILE_SYSTEM_NAME CLUSTER_NAME BINDING [--readonly] [--path=PATH_WITHIN_CEPHFS]

Example : 
ceph nfs export create cephfs cephfs cephfs-nfs /export1 path=/

New cmd:
ceph nfs export create cephfs CLUSTER_NAME BINDING FILE_SYSTEM_NAME [--readonly] [--path=PATH_WITHIN_CEPHFS]

Example :
ceph nfs export create cephfs cephfs-nfs /export1 cephfs path=/

Please refer to BZ : https://bugzilla.redhat.com/show_bug.cgi?id=2032858

Suggestions for improvement:

Document URL:
https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/file_system_guide/index#exporting-ceph-file-system-namespaces-over-the-nfs-protocol_fs

Step 4:
Create a CephFS export:


Chapter/Section Number and Title:

Product Version:

Environment Details:

Any other versions of this document that also needs this update:

Additional information:

Comment 1 RHEL Program Management 2021-12-25 10:27:15 UTC
Please specify the severity of this bug. Severity is defined here:
https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity.

Comment 3 Amarnath 2022-01-11 06:25:54 UTC
Changes made to the Command looks fine and works on the latest builds.