Bug 1824338

Summary: Inconsistent storage request size in StorageCluster CR example used in VMware local storage section
Product: [Red Hat Storage] Red Hat OpenShift Container Storage Reporter: Vagner Farias <vfarias>
Component: documentationAssignee: Kusuma <kbg>
Status: CLOSED CURRENTRELEASE QA Contact: Sidhant Agrawal <sagrawal>
Severity: low Docs Contact:
Priority: unspecified    
Version: 4.3CC: asriram, ebenahar, ocs-bugs
Target Milestone: ---   
Target Release: OCS 4.4.0   
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: 2020-06-08 06:06:23 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: 1826040    

Description Vagner Farias 2020-04-15 22:15:12 UTC
Description of problem (please be detailed as possible and provide log
snippests):
The storage request size in StorageCluster CR example used in VMware local storage section[1] is inconsistent with the size of the local volume PVs shown right before. 

local volume PVs are shown as having 100GiB while storage request size is 2 TiB

~~~
NAME                CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS      CLAIM   STORAGECLASS   REASON   AGE
local-pv-150fdc87   100Gi      RWO            Delete           Available           localblock              2m11s
local-pv-183bfc0a   100Gi      RWO            Delete           Available           localblock              2m11s
local-pv-b2f5cb25   100Gi      RWO            Delete           Available           localblock              2m21s
~~~

~~~
<..snip..>
        resources:
          requests:
            storage: 2Ti
        storageClassName: localblock
        volumeMode: Block
<..snip..>



[1] https://access.redhat.com/documentation/en-us/red_hat_openshift_container_storage/4.3/html/deploying_openshift_container_storage/deploying-openshift-container-storage#creating-openshift-container-storage-cluster-on-vmware_rhocs - steps 8 and 9

Comment 5 Sidhant Agrawal 2020-05-11 08:33:28 UTC
The storage request size in StorageCluster CR example used in VMware local storage section is now consistent with the size of the local volume PVs shown, i.e., 100Gi.
Verified in both OCS 4.3 and 4.4 preview docs shared in Comment 2

<..snip..>
       resources:
          requests:
            storage: 100Gi
        storageClassName: localblock
<..snip..>



Moving the bug to Verified