Hide Forgot
Document URL: none Section Number and Name: none Describe the issue: If some user wants to claim a specific volume (that contains previously loaded data), it looks like http://post-office.corp.redhat.com/archives/openshift-sme/2016-April/msg01158.html the admin should use claimref in the volume creation, and the user claim it. Suggestions for improvement: Add this procedure in the admin guide or dev guide. Additional information:
Actually there is no way to do this at this time. Pre-binding isn't available yet. The method discussed there is intended for dynamic provisioning where the PVC has already been created and won't actually work for reserving a PV for a future PVC. There will probably be a method at some future date.