| Summary: | [Docs] Dynamic provisioning link is broken in persistent_storage_gce page | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Wenqi He <wehe> |
| Component: | Documentation | Assignee: | Ashley Hardin <ahardin> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Vikram Goyal <vigoyal> |
| Severity: | medium | Docs Contact: | Vikram Goyal <vigoyal> |
| Priority: | medium | ||
| Version: | 3.4.0 | CC: | aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| 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: | 2017-01-24 17:42:57 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: | |
|
Description
Wenqi He
2016-11-29 03:11:15 UTC
Commits pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/4c7836c36cc30a7f03f8e03580757aadb792bd31 Bug 1399418, reverted storage_class to dynamically_provisioning_pvs to fix links https://github.com/openshift/openshift-docs/commit/95c8d88057016513175a24ec739e3458c8fddd52 Merge pull request #3294 from ahardin-rh/dynamic-provisioning Bug 1399418, reverted storage_class to dynamically_provisioning_pvs to fix links Commits pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/f67d9e8f2f4f2032a979ba8e2df7d9a4a283b94b Revert "Bug 1399418, reverted storage_class to dynamically_provisioning_pvs to fix links" This reverts commit 4c7836c36cc30a7f03f8e03580757aadb792bd31. https://github.com/openshift/openshift-docs/commit/80704c08d82173e2be2043329f5b220551c80660 Old Dynamic Provisioning Description Removal The commit 5e9d99de9cf2c16c2796ef69420533c24a3c6d79 introduced a new description of dynamic provisioning in a completely new file storage_classes.adoc, removed the old dynamically_provisioning_pvs.adoc file from _topic_map.xml without removing the old dynamically_provisioning_pvs.adoc file and in addition did not fix links that were referring to the old dynamically_provisioning_pvs.adoc file. That's why all these links were broken as described in the bug 1399418 (https://bugzilla.redhat.com/show_bug.cgi?id=1399418). This is the first commit in a series. The series will delete the old dynamically_provisioning_pvs.adoc file, rename the new storage_classes.adoc file to dynamically_provisioning_pvs.adoc and fix all links that were refering to the old dynamically_provisioning_pvs.adoc file. That's why this commit removes the old dynamically_provisioning_pvs.adoc file. https://github.com/openshift/openshift-docs/commit/e73a4eec2306fa5e5988f12780b09f0c570d2061 storage_classes.adoc Rename to dynamically_provisioning_pvs.adoc The commit 5e9d99de9cf2c16c2796ef69420533c24a3c6d79 introduced a new description of dynamic provisioning in a completely new file storage_classes.adoc, removed the old dynamically_provisioning_pvs.adoc file from _topic_map.xml without removing the old dynamically_provisioning_pvs.adoc file and in addition did not fix links that were referring to the old dynamically_provisioning_pvs.adoc file. That's why all these links were broken as described in the bug 1399418 (https://bugzilla.redhat.com/show_bug.cgi?id=1399418). This is a second commit in a series. The series will delete the old dynamically_provisioning_pvs.adoc file, rename the new storage_classes.adoc file to dynamically_provisioning_pvs.adoc and fix all links that were refering to the old dynamically_provisioning_pvs.adoc file. That's why the file storage_classes.adoc (new description of dynamic provisioning) is renamed to dynamically_provisioning_pvs.adoc. https://github.com/openshift/openshift-docs/commit/bdf9e240e0df4d500babd7fd2dc313e338e04892 Links Referring to dynamically_provisioning_pvs.adoc File Are Fixed The commit 5e9d99de9cf2c16c2796ef69420533c24a3c6d79 introduced a new description of dynamic provisioning in a completely new file storage_classes.adoc, removed the old dynamically_provisioning_pvs.adoc file from _topic_map.xml without removing the old dynamically_provisioning_pvs.adoc file and in addition did not fix links that were referring to the old dynamically_provisioning_pvs.adoc file. That's why all these links were broken as described in the bug 1399418 (https://bugzilla.redhat.com/show_bug.cgi?id=1399418). This is the last third commit in a series. The series will delete the old dynamically_provisioning_pvs.adoc file, rename the new storage_classes.adoc file to dynamically_provisioning_pvs.adoc and fix all links that were refering to the old dynamically_provisioning_pvs.adoc file. So finally, the links are fixed. Fixed with OCP 3.4 release: https://access.redhat.com/documentation/en/openshift-container-platform/3.4/single/installation-and-configuration/#install-config-persistent-storage-dynamically-provisioning-pvs https://docs.openshift.com/container-platform/3.4/install_config/persistent_storage/dynamically_provisioning_pvs.html |