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.
*** Bug 1716831 has been marked as a duplicate of this bug. ***
Created attachment 1577891 [details] 3.10 Deployment Guide
Created attachment 1577892 [details] 3.11 Deployment Guide PDF
Updated section 7.2.4.2. Upgrading Gluster Block if Deployed by Using Ansible. Step 5 and step 7.