Bug 1644529 - In the verify deployment section of converged and independent modes pvc-block.yaml file accessmode needs to be changed
Summary: In the verify deployment section of converged and independent modes pvc-bloc...
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 2
Assignee: Bhavana
QA Contact: RamaKasturi
URL:
Whiteboard:
: 1683091 (view as bug list)
Depends On:
Blocks: 1672844
TreeView+ depends on / blocked
 
Reported: 2018-10-31 05:35 UTC by RamaKasturi
Modified: 2019-04-01 06:08 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-04-01 06:08:28 UTC
Embargoed:


Attachments (Terms of Use)

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.


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