Bug 1399418

Summary: [Docs] Dynamic provisioning link is broken in persistent_storage_gce page
Product: OpenShift Container Platform Reporter: Wenqi He <wehe>
Component: DocumentationAssignee: Ashley Hardin <ahardin>
Status: CLOSED CURRENTRELEASE QA Contact: Vikram Goyal <vigoyal>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: medium    
Version: 3.4.0CC: 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
Document URL: 

Try clicking "provisioned dynamically" link in the page - it takes us to - https://docs.openshift.org/latest/install_config/persistent_storage/dynamically_provisioning_pvs.html#install-config-persistent-storage-dynamically-provisioning-pvs which throws 404. 


Section Number and Name: 

Describe the issue: 

It should be noted that - dynamic provisioning without storageclass document throws 404, if I try to browse via official website -  https://docs.openshift.org/latest/install_config/persistent_storage/persistent_storage_gce.html

Try clicking "provisioned dynamically" link in the page - it takes us to - https://docs.openshift.org/latest/install_config/persistent_storage/dynamically_provisioning_pvs.html#install-config-persistent-storage-dynamically-provisioning-pvs which throws 404. 

Suggestions for improvement: 
There should be a doc about GCE dynamic provisioning without 404 error

Additional information:

Comment 3 openshift-github-bot 2016-11-29 16:47: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

Comment 4 openshift-github-bot 2016-12-09 17:22:02 UTC
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.