Document URL: Add to CNV 2.6 release note the BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1915694 When creating an HPP golden image, the DV is pending (WaitForFirstConsumer) if user create it from URL using the "Add source" button in the templates list view. reason: missing anotation cdi.kubevirt.io/storage.bind.immediate.requested: "true" in the DataVoluem object. the workaound: UI -> PVCs -> Upload Data Form, (no option for URL import) / add annotation manually Section Number and Name: Describe the issue: Suggestions for improvement: Additional information:
Hi @gouyang - Try this draft: * When creating a HPP boot source, the data volume is `pending` with a `WaitForFirstConsumer` status if a user creates the boot source using any method except the `Upload local file (creates PVC)` option. To resolve this issue, edit the YAML that defines the PVC in the Storage > PersistentVolumeClaims screen. Add the annotation `cdi.kubevirt.io/storage.bind.immediate.requested: "true"` to the YAML defining the persistent volume claim. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1929177[*BZ#1929177*]) Thanks, Bob See PR for test build: https://github.com/openshift/openshift-docs/pull/29268
Looks good to me.
See PR: https://github.com/openshift/openshift-docs/pull/29268 Once verified, I will move to closed.