I found a task running in the db that was was my task and was just spinning 
apparently. I deleted it and this zombie process is gone. 

engine=# select * from job order by start_time desc;
-[ RECORD 1 ]---------+-------------------------------------
job_id                | 7c6b899e-ada2-456e-9562-4cff569c9820
action_type           | AddDisk
description           | Adding Disk
status                | STARTED
owner_id              | 04876849-fe47-4bc7-9e03-782fd9289e86
visible               | t
start_time            | 2019-02-19 17:43:12.843-05
end_time              |
last_update_time      | 2019-02-19 19:02:43.278-05
correlation_id        | 1cc61003-942b-4622-92d7-9067a000d1ba
is_external           | f
is_auto_cleared       | t
engine_session_seq_id | 14703

engine=# select DeleteJob('7c6b899e-ada2-456e-9562-4cff569c9820');
-[ RECORD 1 ]
deletejob |

This has been resolved just sharing what I did to clear it. 
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/5MHBIYKKBKMZ2UC3XCYSGW3HHVHVDNFT/

Reply via email to