Problem putting node into maintenance

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

On Fri, Mar 22, 2019 at 5:10 PM Gianluca Cecchi <gianluca.cecchi@gmail.com> 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

On Fri, Mar 22, 2019 at 5:25 PM Gianluca Cecchi <gianluca.cecchi@gmail.com> wrote:
On Fri, Mar 22, 2019 at 5:10 PM Gianluca Cecchi <gianluca.cecchi@gmail.com> 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
participants (1)
-
Gianluca Cecchi