Document URL : https://access.redhat.com/documentation/en-us/red_hat_openshift_container_storage/3.11/html-single/deployment_guide/#chap-Documentation-Red_Hat_Gluster_Storage_Container_Native_with_OpenShift_Platform-Verify_Dep_independent Describe the Issue : In verify deployment section pvc-block.yaml file has accessmode specified as "ReadWriteOnly" in both converged and independent mode of deployment. Section Name & Number : 4.6 & Verify your Deployment, 5.5. Verify your Deployment Suggestions for Improvement : access mode in pvc-block.yaml should be set as "ReadWriteOnce". Below is the sample file [root@dhcp47-103 ~]# cat pvc-block.yaml kind: PersistentVolumeClaim apiVersion: v1 metadata: name: rhocs-block-claim1 annotations: volume.beta.kubernetes.io/storage-class: glusterfs-storage-block spec: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi Additional info :
*** Bug 1683091 has been marked as a duplicate of this bug. ***
Verified in the docs provided at comment 5 & comment 6 and i see that the changes are present . Changes looks good to me. Moving the bug to verified state.