Bug 1664999

Summary: detach misspelled in installation guide
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Kshithij Iyer <kiyer>
Component: DocumentationAssignee: Srijita Mukherjee <srmukher>
Status: CLOSED CURRENTRELEASE QA Contact: Kshithij Iyer <kiyer>
Severity: medium Docs Contact: Kusuma <kbg>
Priority: unspecified    
Version: rhgs-3.4CC: asriram, bmekala, nchilaka, rhs-bugs, sankarshan, storage-doc, storage-qa-internal
Target Milestone: ---Keywords: ZStream
Target Release: RHGS 3.4.z Batch Update 4   
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: 2019-06-03 05:12:01 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:
Bug Depends On:    
Bug Blocks: 1672843    

Description Kshithij Iyer 2019-01-10 09:04:20 UTC
Document URL: 
https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.4/html-single/installation_guide/

Section Number and Name: 
Chapter 8. Upgrading to Red Hat Gluster Storage 3.4
-8.2. In-Service Software Upgrade from Red Hat Gluster Storage 3.3 to Red Hat Gluster Storage 3.4
--8.2.3. In-Service Software Upgrade

Describe the issue: 
detach misspelled in point 23 as well as the command below it as shown below: 

23. If a dummy node was created earlier, then detatch it by executing the following command: 
# gluster peer detatch <dummy_node name>


Suggestions for improvement: 
Just change detatch to detach. Something like:

23. If a dummy node was created earlier, then detach it by executing the following command: 
# gluster peer detach <dummy_node name> 

Additional information: