hi,
I wanted to move a container and canceled the operation manually (^C) .
Now I am stuck in a state that I don’t know how could I change:
On the source:
# incus move samba13 v103: --stateless
Error: Failed instance creation: Failed creating instance record: Instance is busy running a "create" operation
The container itself is still running.
On the (wrong) destination (which is in fact v102):
# incus delete samba13
Error: Failed deleting instance "samba13" in project "default": Failed to create instance delete operation: Instance is busy running a "create" operation
So on the hypervisor, where the guest is running the guest cannot be moved anywhere, and on the destination, where the guest was already created, it cannot be deleted.
How can I deal with this?
Thanks,