Bug 1717563 - command to delete gluster-block-provisioner dc is incorrect
Summary: command to delete gluster-block-provisioner dc is incorrect
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: doc-Container_Native_Storage_with_OpenShift
Version: ocs-3.11
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: OCS 3.11.z Batch Update 3
Assignee: Anjana KD
QA Contact: RamaKasturi
URL:
Whiteboard:
: 1716831 (view as bug list)
Depends On:
Blocks: 1694089
TreeView+ depends on / blocked
 
Reported: 2019-06-05 18:56 UTC by RamaKasturi
Modified: 2019-07-22 13:31 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-07-22 13:31:32 UTC
Embargoed:


Attachments (Terms of Use)
3.10 Deployment Guide (1.45 MB, application/pdf)
2019-06-06 12:29 UTC, Anjana KD
no flags Details
3.11 Deployment Guide PDF (1.59 MB, application/pdf)
2019-06-06 12:30 UTC, Anjana KD
no flags Details

Description RamaKasturi 2019-06-05 18:56:50 UTC
Document URL : https://access.redhat.com/documentation/en-us/red_hat_openshift_container_storage/3.11/html-single/deployment_guide/index#upgrade_gluster_block_Ansible

Section Name & Number : 7.2.4.2. Upgrading Gluster Block if Deployed by Using Ansible

Describe the Issue : Command to delete gluster-block-provisioner dc is incorrect.

# oc delete dc glusterblock-storage-provisioner-dc -> for glusterfs namespace
# oc delete dc glusterblock-registry-provisioner-dc -> for registry namespace.

Deletion of cluster roles are incorrect. Correct one should be as below.

# oc delete clusterroles.authorization.openshift.io glusterblock-storage-provisioner -> for glusterfs namespace

# oc delete clusterroles.authorization.openshift.io glusterblock-registry-provisioner -> for glusterfs-registry namespace.


Suggestions for Improvements : 

Additional Info : This needs to be fixed in both 3.10 & 3.11 docs.

Comment 3 Prasanth 2019-06-06 10:31:51 UTC
*** Bug 1716831 has been marked as a duplicate of this bug. ***

Comment 4 Anjana KD 2019-06-06 12:29:39 UTC
Created attachment 1577891 [details]
3.10 Deployment Guide

Comment 5 Anjana KD 2019-06-06 12:30:28 UTC
Created attachment 1577892 [details]
3.11 Deployment Guide PDF

Comment 6 Anjana KD 2019-06-06 12:31:37 UTC
Updated section 7.2.4.2. Upgrading Gluster Block if Deployed by Using Ansible. Step 5 and step 7.


Note You need to log in before you can comment on or make changes to this bug.