
I tried adding a 400 gig disk to a VM. I could see the disk being built out on the storage, mounted via nfs, but clearly something is stuck. A few hours later and I see nothing finishing. Nothing seems to be logging to the engine.log and I have restarted vdsmd on all the hosts and have restarted the ovirt-engine and httpd on the engine. I see this running in my Events: https://www.screencast.com/t/OnnWAdTCjQi0 I have added other 400 gig disks to other VM's while this was running and they have completed fine in less than 5 minutes. Not sure where to look to fix this after pretty much restarting everything I could think of to try and unlock the process. /usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh -t all -q Locked VMs Locked templates Locked disks Locked snapshots Illegal images Thanks!

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.
participants (1)
-
Dev Ops