Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-31793

[2229454] CSI volume cloning stuck

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • None
    • None
    • Storage Platform
    • 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

              alitke@redhat.com Adam Litke
              rhn-support-rkishner Roni Kishner
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: