Description of problem: PV-pool yaml is missing requested storage when created from UI Version-Release number of selected component (if applicable): OCP 4.5 How reproducible: Install OCS operator on OCP Steps to Reproduce: 1.Go to OCS operator 2.Click on backing store 3.Select provider as PVC. 4.Enter the size 5.Check yaml Actual results: The PV-pool yaml is missing the storage size mentioned on form Expected results: The PV pool form must reflect the requested storage in yaml and pass it to the operator. Additional info:
Created attachment 1690543 [details] Backing store for default size
Verified. The request is coming properly now. ``` spec: pvPool: numVolumes: 1 resources: requests: storage: 50Gi storageClass: gp2 ssl: false type: pv-pool ``` OpenShift Version: 4.5.0-0.nightly-2020-05-27-000432 Kubernetes Version: v1.18.2+9835af5
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409