Hi Magnus,Sounds like you triggered this one https://bugzilla.redhat.com/show_bug.cgi?id=1555116.The error message you've got was meant to avoid removing a snapshot from a broken chain.
On the Active VM snapshot -> Disks, is there any disk with Illegal status?
Deleting the whole snapshot can be done from the DB:delete from snapshots where snapshot_id = '.....';
please avoid deleting stuff from DB directly , you should use teh right SP for doing the job since in many time database consistency is handled by the SP code and doing it directly will leave inconsistent data which may cause problems
on this case you should use :
SELECT DeleteSnapshot(<'snapshot-id'>);
Although it's recommended to understand the root cause for that one.
Can you please share your engine.log?
Regards,Shani Leviim
_______________________________________________On Mon, Aug 17, 2020 at 1:37 PM Magnus Isaksson <magnus@vmar.se> wrote:
_______________________________________________Hi!
I would need some help removing a snapshot that looks like this.How do i remove it manually or fix snapshot definition?
-----------------
Error while executing action:
TUN_SALDC01:-----------------
- The requested snapshot has an invalid parent, either fix the snapshot definition or remove it manually to complete the process.
And when i look at the disk on tha tnapshot it show as this:
And general info:
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-leave@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/5QEBPZPUHDGS52266D4OLVX54CUEWEOB/
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-leave@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/QRNHSLEZXM27GABD43IJ7DHUYZ4EJJIY/