Bug 1419812

Summary: update documentation with the correct command to delete gluster pods in cns 3.4
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: krishnaram Karthick <kramdoss>
Component: doc-Container_Native_Storage_with_OpenShiftAssignee: Bhavana <bmohanra>
Status: CLOSED CURRENTRELEASE QA Contact: krishnaram Karthick <kramdoss>
Severity: low Docs Contact:
Priority: unspecified    
Version: cns-3.4CC: asriram, bmohanra, pprakash, rcyriac, rhs-bugs, sankarshan, storage-doc, storage-qa-internal
Target Milestone: ---   
Target Release: CNS 3.5   
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:
Bug Depends On:    
Bug Blocks: 1415611    

Description krishnaram Karthick 2017-02-07 06:40:34 UTC
Document URL: 
https://doc-stage.usersys.redhat.com/documentation/en/red-hat-gluster-storage/3.1/single/container-native-storage-for-openshift-container-platform/#chap-Documentation-Red_Hat_Gluster_Storage_Container_Native_with_OpenShift_Platform-Introduction_Containerized_RHGS

Section Number and Name: 
⁠Chapter 10. Uninstalling Containerized Red Hat Gluster Storage

Describe the issue: 
with CNS 3.4, we use daemonset to create gluster pods and hence to clean up gluster pods, we'll have to clean up the daemonset and not deployment config.

current documentation:
oc delete deploymentconfig glusterfs-dc-<IP-ADDR/Hostname>

change needed:
oc delete daemonset/glusterfs

Comment 5 krishnaram Karthick 2017-04-10 06:52:04 UTC
Looks good to me, moving the bug to verified.