Bug 2221461
Summary: | virtctl image-upload fails for WFFC storage with Populators | ||
---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Jenia Peimer <jpeimer> |
Component: | Storage | Assignee: | skagan |
Status: | CLOSED ERRATA | QA Contact: | Jenia Peimer <jpeimer> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.14.0 | CC: | ngavrilo, skagan |
Target Milestone: | --- | ||
Target Release: | 4.14.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | CNV v4.14.0.rhel9-1259 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-11-08 14:05:53 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: |
Description
Jenia Peimer
2023-07-09 08:10:14 UTC
Verified on CNV v4.14.0.rhel9-1259 CDI version: $ oc exec $(oc get pod -n openshift-cnv -l=cdi.kubevirt.io=cdi-apiserver --output=jsonpath='{$.items[0].metadata.name}') --namespace=openshift-cnv -- virt-cdi-apiserver --version Containerized Data Importer v1.57.0-rc1-2-g5a387edf5 With --force-bind: $ virtctl image-upload dv cirros-dv-force-bind --image-path=./cirros-0.4.0-x86_64-disk.qcow2 --size=1Gi --storage-class=hostpath-csi-basic --insecure --force-bind PVC default/cirros-dv-force-bind not found DataVolume default/cirros-dv-force-bind created Waiting for PVC cirros-dv-force-bind upload pod to be ready... Pod now ready Uploading data to https://cdi-uploadproxy-openshift-cnv.apps.c01-jp414.<link>.com 12.13 MiB / 12.13 MiB [======================================================================================================] 100.00% 0s Uploading data completed successfully, waiting for processing to complete, you can hit ctrl-c without interrupting the progress Processing completed successfully Uploading ./cirros-0.4.0-x86_64-disk.qcow2 completed successfully Without --force-bind: $ virtctl image-upload dv cirros-dv --image-path=./cirros-0.4.0-x86_64-disk.qcow2 --size=1Gi --storage-class=hostpath-csi-basic --insecure PVC default/cirros-dv not found DataVolume default/cirros-dv created Waiting for PVC cirros-dv upload pod to be ready... cannot upload to DataVolume in PendingPopulation phase, make sure the PVC is Bound, or use force-bind flag 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 (Important: OpenShift Virtualization 4.14.0 Images security and bug fix update), 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/RHSA-2023:6817 |