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: