Hello,
I'm using oVirt 4.3.2 and I have an iSCSI based storage domain.
I see that if I upload an iso image or a qcow2 file, at the end it remains in "Complete" status and not "OK"
See here:
https://drive.google.com/file/d/1rTuVB1_MGxudVCx-ok7mE2BirWF0rx7x/view?usp=sharing

I can use them, but it seems a bit strange and in fact I had a problem in putting a host into maintenance due to this. See here:
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4UJ75YMYSPW5QIV7JVANSVHBSICVB72L/

In fact from db point of view I can see this (for other 2 more uploads done in March as described above), where status remains in phase 9....

engine=# select last_updated, message, bytes_sent, bytes_total,active,phase from image_transfers ;
        last_updated        |        message        | bytes_sent  | bytes_total | active | phase 
----------------------------+-----------------------+-------------+-------------+--------+-------
 2019-03-14 16:22:11.728+01 | Finalizing success... |   524288000 |   565182464 | t      |     9
 2019-03-14 16:26:00.03+01  | Finalizing success... |  6585057280 |  6963593216 | t      |     9
 2019-04-04 17:16:29.889+02 | Finalizing success... | 21478375424 | 21478375424 | f      |     9
 2019-04-04 19:35:28.688+02 | Finalizing success... |  4542431232 |  4588568576 | t      |     9
(4 rows)

engine=# 

Any hint? anyone to verify an upload on block storage on 4.3.2?

Thanks,
Gianluca