On Wed, Mar 3, 2021 at 11:38 AM <n.bouwhuis@speakup.nl> wrote:
> On Wed, Mar 03, 2021 at 09:08:25AM -0000, n.bouwhuis(a)speakup.nl wrote:
>
> I don't know if it will still work after running the unlock tool, but
> normally you should be able to cancel the operation (Storage -> Disks ->
> Transfer -> Cancel). Or was that operation grayed out?
>
>     Tomas
Yep. That option is grayed out unfortunately. The only available option under the Transfer menu is 'Start', funnily enough.

Please file a bug for this. Engine should get stuck in an endless loop,
and it should be possible to cancel the operation from the UI.

In the past we did not have the necessary support on the host for
this, but now it is easy to add.

To get rid of the stuck transfer, you need to remove it from the db manually.

Find it in the image_transfers table, and delete it.

You may also need to change the imagestatus of the related disk from
2 (Locked) to 1 (OK) in the images table.

I hope Benny can provide more detailed instructions tomorrow.

Nir