Hi David, Have you tried running the taskcleaner script with the updated password? $ PGPASSWORD=xxxxxx /usr/share/ovirt-engine/setup/dbutils/taskcleaner.sh -R
You can also verify if the SPM itself has some locked tasks by running on it: vdsm-client Host getAllTasksStatuses Then clear those tasks: vdsm-client Task clear taskID=12345 To verify there are no more async tasks, you can run this SQL query on the engine: engine=# select * from async_tasks WHERE storage_pool_id = '123'; *Regards,* *Shani Leviim* On Sun, Oct 17, 2021 at 12:14 PM Strahil Nikolov <[email protected]> wrote: > Try unlock_entitiy.sh with '-t all -r' > > Best Regards, > Strahil Nikolov > > On Sat, Oct 16, 2021 at 13:43, David White via Users > <[email protected]> wrote: > _______________________________________________ > 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/4CUOM4K4EUKT5XUR2AW35ZCI3XKVU5TL/ > >
_______________________________________________ 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/Q6LWCPIVDTQRQ6LOTLESYDQG45WGA6NB/

