Thank you for all help, that did the trick. Cheers Magnus ________________________________ From: Eli Mesika <[email protected]> Sent: 19 August 2020 19:37 To: Shani Leviim <[email protected]> Cc: Magnus Isaksson <[email protected]>; users <[email protected]> Subject: Re: [ovirt-users] Re: Help remove snapshot
On Mon, Aug 17, 2020 at 2:48 PM Shani Leviim <[email protected]<mailto:[email protected]>> wrote: 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 <[email protected]<mailto:[email protected]>> 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: [cid:173fc1ab77ba1f1f0b11] And general info: [cid:173fc1ab77ca20008322] _______________________________________________ Users mailing list -- [email protected]<mailto:[email protected]> To unsubscribe send an email to [email protected]<mailto:[email protected]> 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/[email protected]/message/5QEBPZPUHDGS52266D4OLVX54CUEWEOB/ _______________________________________________ Users mailing list -- [email protected]<mailto:[email protected]> To unsubscribe send an email to [email protected]<mailto:[email protected]> 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/[email protected]/message/QRNHSLEZXM27GABD43IJ7DHUYZ4EJJIY/
_______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]/message/ERZAEEPYKGLU3QRUDSKVXZ26GF22U4WM/

