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
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