On Tue, Nov 17, 2020, 18:42 <3c.monitor@gruppofilippetti.it> wrote:
Hi.
taskcleaner and unlock_entity are just 2 items of reported rhel solution I've used , but didn't worked.
Locked Image still there!
I would try also to unlock it at db. Some steps from version 3.x. should be same for 4.x: 

log into the DB and perform the following
SELECT vm_name frim vms where vm_guid = (SELECT vm_guid FROM
vm_images_view where imagestatus = 2);

See if you get the VM which the disk is locked on it.

If so do:
SELECT image_guid from vm_images_view where imagestatus=2;
# Get the guid returned and then
Update images SET imagestatus=1 where image_guid = {The guid which
returned in the last query}

Thanks.
M.
_______________________________________________
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/74QMVFTM356GHFIHWPUKMIZLIRDOPYHT/