-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
Quality / Stability / Reliability
-
3
-
False
-
-
False
-
None
-
-
CNV Storage 264
-
None
1. Add annotation to the VM
apiVersion: kubevirt.io/v1
kind: VirtualMachine
metadata:
annotations:
kubevirt.io/immediate-data-volume-creation: "false"
2. Verify DV delete succeded (check the wrapper, currently delete() returns True on success and False on failure)
assert dv_of_multi_storage_cirros_vm.delete(wait=True, timeout=TIMEOUT_1MIN), "DV was not deleted"
3. Backport to 4.16
- relates to
-
CNV-42076 [4.17] DV gets recreated if the VM is in Stopped and DV was deleted [regression]
-
- Closed
-
- links to