Bug 1644529

Summary: In the verify deployment section of converged and independent modes pvc-block.yaml file accessmode needs to be changed
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: RamaKasturi <knarra>
Component: doc-Container_Native_Storage_with_OpenShiftAssignee: Bhavana <bmohanra>
Status: CLOSED CURRENTRELEASE QA Contact: RamaKasturi <knarra>
Severity: high Docs Contact:
Priority: unspecified    
Version: ocs-3.11CC: aramteke, asriram, bmohanra, puebele, rhs-bugs, sankarshan, storage-doc
Target Milestone: ---Keywords: ZStream
Target Release: OCS 3.11.z Batch Update 2   
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-04-01 06:08:28 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: 1672844    

Description RamaKasturi 2018-10-31 05:35:21 UTC
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 :

Comment 2 RamaKasturi 2019-03-03 12:46:25 UTC
*** Bug 1683091 has been marked as a duplicate of this bug. ***

Comment 7 RamaKasturi 2019-03-18 08:42:26 UTC
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.