Hi,
Creating snapshot of one of the VM vailed, and zombie tasks was killed with:
su postgres
psql -d engine -U postgres
select * from job order by start_time desc;
select DeleteJob('UUID_FROZEN_TASK_ID’);
However, VM remains in locked state (with lock sign left-below red “DOWN” arrow in status
column of web interface.
I run:
/usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh -t all
then rebooted engine VM, still no luck. Can’t do anything with that VM.
Please advise how to fix.
Thanks in advance.