Description of problem: Learn more link on Expand PVC page better point to dev_guide/expanding_persistent_volumes.html rather than dev_guide/persistent_volumes.html Version-Release number of selected component (if applicable): openshift v3.11.0-0.9.0 OpenShift Web Console: v3.11.0-0.9.0 How reproducible: Always Steps to Reproduce: 1.Create a StorageClass with allowVolumeExpansion set to true $ cat storageclass.yaml << EOF apiVersion: storage.k8s.io/v1beta1 kind: StorageClass metadata: name: slow annotations: storageclass.beta.kubernetes.io/is-default-class: "false" provisioner: kubernetes.io/gce-pd parameters: type: pd-ssd allowVolumeExpansion: true EOF $ oc create -f storageclass.yaml 2.Create PVC using this storageclass 3.When PVC is bound, go to PVC page, Actions -> Expand PVC Actual results: 3. Learn more link points to dev_guide/persistent_volumes.html Expected results: 3. The link is better to be dev_guide/expanding_persistent_volumes.html where user could get info about expanding pvc Additional info:
This also fixed in OpenShift Web Console: v3.11.0-0.24.0 Move to VERIFIED directly
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-2019:1605