Bug 1608260
| Summary: | [WhnpxDH8] Learn more link on Expand PVC page should point to dev_guide/expanding_persistent_volumes.html | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> |
| Component: | Management Console | Assignee: | Ankush Behl <anbehl> |
| Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.11.0 | CC: | aos-bugs, jokerman, lxia, mmccomas, yapei |
| Target Milestone: | --- | ||
| Target Release: | 3.11.z | ||
| 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: | 2019-06-26 09:07:51 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: | |||
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 |
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: