Bug 2023351

Summary: [cee/sd][doc] Need correction in syntax for deploying nfs-ganesha in the operation guide of RHCS5
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Lijo Stephen Thomas <lithomas>
Component: DocumentationAssignee: Ranjini M N <rmandyam>
Documentation sub component: Operations Guide QA Contact: Veera Raghava Reddy <vereddy>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: medium    
Priority: unspecified CC: asriram, hyelloji, kdreyer, rmandyam
Version: 5.0Keywords: NoDocsQEReview
Target Milestone: ---   
Target Release: Backlog   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-07 04:43:13 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 Lijo Stephen Thomas 2021-11-15 13:42:27 UTC
-------------------
Describe the issue:
-------------------
Need correction in syntax for deploying nfs-ganesha in the operation guide of RHCS 5, chapter 12.2 step 3.
We need to remove  ',' and just put a space instead of it, illustrated below.


----------------------------
Suggestions for improvement:
----------------------------


-------------[Current]
~~~
 Create the cluster:

Syntax

ceph nfs cluster create CLUSTER_NAME ["HOST_NAME_1_,HOST_NAME_2,HOST_NAME_3"]

The CLUSTER_NAME is an arbitrary string and HOST_NAME_1 is an optional string signifying the hosts to deploy NFS-Ganesha daemons.

Example

[ceph: root@host01 /]# ceph nfs cluster create nfsganesha "host01, host02"

This creates an NFS_Ganesha cluster nfsganesha with one daemon on host01 and host02. 
~~~


-------------[Expected]
~~~
 Create the cluster:

Syntax

ceph nfs cluster create CLUSTER_NAME ["HOST_NAME_1 HOST_NAME_2 HOST_NAME_3"]

The CLUSTER_NAME is an arbitrary string and HOST_NAME_1 is an optional string signifying the hosts to deploy NFS-Ganesha daemons.

Example

[ceph: root@host01 /]# ceph nfs cluster create nfsganesha "host01 host02"

This creates an NFS_Ganesha cluster nfsganesha with one daemon on host01 and host02. 
~~~


-------------
Document URL:
-------------
https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html/operations_guide/management-of-nfs-ganesha-gateway-using-the-ceph-orchestrator#creating-the-nfs-ganesha-cluster-using-the-ceph-orchestrator_ops

---------------------------------
Chapter/Section Number and Title:
---------------------------------
Step 3 - 12.2. Creating the NFS-Ganesha cluster using the Ceph Orchestrator

----------------
Product Version:
----------------
RHCS 5.0