Bug 2209272

Summary: mgr/nfs: remove "ceph nfs cluster config reset CLUSTER_NAME -i PATH_TO_CONFIG_FILE" from docs
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Dhairya Parmar <dparmar>
Component: DocumentationAssignee: Ranjini M N <rmandyam>
Documentation sub component: Configurations Guide QA Contact: Manisha Saini <msaini>
Status: RELEASE_PENDING --- Docs Contact: Anjana Suparna Sriram <asriram>
Severity: high    
Priority: unspecified CC: cephqe-warriors, rmandyam, saraut, vshankar
Version: 6.0   
Target Milestone: ---   
Target Release: 6.1z1   
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: 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 Dhairya Parmar 2023-05-23 09:58:40 UTC
Describe the issue: Docs say we can delete the custom configuration(made using conf file) with: "ceph nfs cluster config reset CLUSTER_NAME -i PATH_TO_CONFIG_FILE" but it cannot work as it isn't supported by it's code in src/pybind/mgr/nfs/module.py and thus would throw an error "TypeError: _cmd_nfs_cluster_config_reset() got an unexpected keyword argument 'inbuf'".

Describe the task you were trying to accomplish:

Suggestions for improvement: it should be just "ceph nfs cluster config reset CLUSTER_NAME"

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

Chapter/Section Number and Title: 5.Customize a NFS Ganesha configuration: vi.To delete the custom configuration

Product Version:

Environment Details:

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

Additional information: