You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a backup, a new checkpoint is added to the VM. This makes it impossible to delete it. Specifically, this happens because we stop the VM before undefining it, but virsh does not allow undefining a stopped VM with checkpoints.
When creating a backup, a new checkpoint is added to the VM. This makes it impossible to delete it. Specifically, this happens because we stop the VM before undefining it, but virsh does not allow undefining a stopped VM with checkpoints.