-
Bug
-
Resolution: Unresolved
-
Major
-
CNV v4.18.0
-
None
-
8
-
False
-
-
False
-
None
-
---
-
---
-
-
CNV Storage 265
-
None
Description of problem:
VM became ErrorUnschedulable for a few minutes during restoring
Version-Release number of selected component (if applicable):
Deployed: OCP-4.18.0-ec.3 Deployed: CNV-v4.18.0.rhel9-239
How reproducible:
Always
Steps to Reproduce:
1. Create a VM from a datavolume sourerefing to the datasource in openshift-virtualization-os-images ns, eg: fedora 2. Backup the VM 3. Delete the VM 4. Restore the VM
Actual results:
VM is in ErrorUnschedulable at the beginning which is confusing user, but after 8 minutes, it will be running. fedora-s 0s WaitingForVolumeBinding False fedora-s 0s WaitingForVolumeBinding False fedora-s 1s ErrorUnschedulable False fedora-s 7m33s Starting False fedora-s 7m51s Starting False fedora-s 7m53s Running False fedora-s 7m53s Running True fedora-s 8m14s Running True PVC infor when VM is in ErrorUnschedulable: $ oc get pvc NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS VOLUMEATTRIBUTESCLASS AGE fedora-s Pending ocs-storagecluster-ceph-rbd-virtualization <unset> 52s $ oc describe pvc Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Provisioning 30s (x7 over 56s) openshift-storage.rbd.csi.ceph.com_csi-rbdplugin-provisioner-7d7cc98857-vg9bv_e89787d8-a235-4c87-954f-47a36972743f External provisioner is provisioning volume for claim "test/fedora-s" Warning ProvisioningFailed 30s (x7 over 56s) openshift-storage.rbd.csi.ceph.com_csi-rbdplugin-provisioner-7d7cc98857-vg9bv_e89787d8-a235-4c87-954f-47a36972743f failed to provision volume with StorageClass "ocs-storagecluster-ceph-rbd-virtualization": claim Selector is not supported Normal ExternalProvisioning 7s (x8 over 56s) persistentvolume-controller Waiting for a volume to be created either by the external provisioner 'openshift-storage.rbd.csi.ceph.com' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered.
Expected results:
Should not show ErrorUnschedulable status
Additional info:
VM and VMI yaml attached.