mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[PR #437] [MERGED] force delete VM with existing snapshots #655
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/437
Author: @Nowaker
Created: 9/20/2014
Status: ✅ Merged
Merged: 3/11/2015
Merged by: @retspen
Base:
master← Head:feature/force-undefine-domain-with-snapshots📝 Commits (1)
99c4425force delete VM with existing snapshots📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
vrtManager/instance.py(+3 -2)📄 Description
Deleting the snapshots manually before being able to delete the VM doesn't much make sense. ;)
But what's more important, external snapshots (not supported by WVM itself) can't be deleted (libvirt #1044691). That said, it's inevitable to pass
VIR_DOMAIN_UNDEFINE_SNAPSHOTS_METADATAto successfully delete a VM.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.