On Fri, Mar 22, 2019 at 5:25 PM Gianluca Cecchi <[email protected]> wrote:
> > > On Fri, Mar 22, 2019 at 5:10 PM Gianluca Cecchi <[email protected]> > wrote: > >> Hello, >> node (plain CentOS) in 4.3.1. >> I have to update to 4.3.2, but when I try to put into maintrnance I see >> this message that preents me from doing it... >> " >> Error while executing action: Cannot switch Host ov200 to Maintenance >> mode. Image transfer is in progress for the following (2) disks: >> >> a97c70c1-512f-4b45-818d-9c32150b5aa1, >> f1135ee1-ef35-4b00-b81a-a983228323c9 >> >> Please wait for the operations to complete and try again. >> " >> It seems no operation are currently in place. >> I had uploaded two iso images to a data (iSCSI based) domain and I >> noticed that the transfer completed but inside disks page they remained >> with "completed" status and not ok. >> I removed them but still the message >> >> How to fix? >> Thanks, >> Gianluca >> > > > From db point of view: > > engine=# select last_updated, message, bytes_sent, bytes_total,active > from image_transfers ; > last_updated | message | bytes_sent | > bytes_total | active > > ----------------------------+-----------------------+------------+-------------+-------- > 2019-03-14 16:22:11.728+01 | Finalizing success... | 524288000 | > 565182464 | t > 2019-03-14 16:26:00.03+01 | Finalizing success... | 6585057280 | > 6963593216 | t > (2 rows) > > Can I safely delete from db? > Gianluca > I found this: https://bugzilla.redhat.com/show_bug.cgi?id=1518703 but in my case the phase is 9, that I don't know how to decode: 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 (2 rows) engine=# Gianluca
_______________________________________________ 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/TNYUAMDKH6QQDQEEULDYM4ZC2AY4FQ4U/

