Feature #5326
Unable to delete system snapshots for a powered-off VM
Status: | Pending | Start date: | 08/25/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Abel Coronado | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 5.6 | |||
Resolution: | Pull request: |
Description
There should be no reason that a system snapshot could not be deleted for a powered off VM, but it's not currently accepted.
Associated revisions
F #5326: Enabled 'Delete' buttom in snapshot-tab when the vCenter VM is in POWEROFF
F #5326: Fix snapshot state check
F #5326: Fix snapshot state check
(cherry picked from commit 8b31c3d4488c7aae38659a9a0b356f1b54d53850)
History
#1 Updated by Ruben S. Montero almost 4 years ago
- Category set to Core & System
- Target version set to Release 5.6
#2 Updated by Juan Jose Montiel Cano almost 4 years ago
- Assignee set to Juan Jose Montiel Cano
#3 Updated by Abel Coronado almost 4 years ago
- Category changed from Core & System to Sunstone
- Assignee changed from Juan Jose Montiel Cano to Abel Coronado
- % Done changed from 0 to 100
Enabled 'Delete' buttom in snapshot-tab when the vCenter VM is in POWEROFF (Sunstone).
#4 Updated by Anton Todorov almost 4 years ago
Hi,
I believe that it should better to link the exception to VM_MAD's KEEP_SNAPSHOTS=YES attribute instead of VM_MAD's NAME.
The interface usable with KVM for VM disk snapshots(for backups) just by replacing the relevant scripts because the disk resize is not locked (like the disk snapshots do) and is a single (atomic) transaction for all VM disks. ;)
Kind Regards,
Anton