-
Bug
-
Resolution: Not a Bug
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
CLOSED
-
-
-
Important
-
None
Description of problem:
When trying to start a VM from a dataSource using PVC source, the DV is stuck on CSICloneInProgress status, and the PVC is stuck on Pending status.
The VM dataVolumeTemplates:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
kind: DataVolume
metadata:
creationTimestamp: null
name: fedora
spec:
pvc:
accessModes: - ReadWriteMany
resources:
requests:
storage: "34087042032"
storageClassName: ocs-storagecluster-ceph-rbd
sourceRef:
kind: DataSource
name: fedora
namespace: openshift-virtualization-os-images
Version-Release number of selected component (if applicable):
4.14
How reproducible:
100%
Steps to Reproduce:
1.Create a VM with a similiar dataVolumeTemplates
2.Start the VM
Actual results:
The DV/PVC are stuck
Expected results:
The DV/PVC should be created and the VMI should start
Additional info:
The docs mention the source and the destination PVC must exist in the same namespace, so maybe this is related ? - https://docs.openshift.com/container-platform/4.14/storage/container_storage_interface/persistent-storage-csi-cloning.html
- external trackers