We've just updated our hosted engine to 4.2.4.
When trying to place one of the hosts in maintenance mode, we get the error
in the subject line. I've found the following that looks to be the issue
we are hitting:
https://bugzilla.redhat.com/show_bug.cgi?id=1586126
I've looked in the engine database with the following command and results:
engine=# select disk_id from image_transfers ;
disk_id
--------------------------------------
52966b71-2d01-4a16-9830-65a888717656
c72d64b7-93c9-485b-b031-29c785c5bf9a
(2 rows)
Full details on these records show that they are indeed old - there are no
transfers actually in progress.
Can anyone confirm the correct way to remedy this? The bug report notes
changing the phase on the record in question. Before I try that, I'd like
confirmation if anyone else has seen this issue and resolved it.
And if this is the resolution, can you describe the exact psql commands to
achieve this?
Thanks