Latest 7.4 proxmox, was moving a VM from one cluster to another using the "qm remote-migrate" command. First VM moved fine, second one got hung up:
Any known issues that might cause this? I just unlocked the VM on the new cluster and it seemed fine.
Code:
2023-11-09 09:29:28 stopping NBD storage migration server on target.
tunnel: -> sending command "nbdstop" to remote
tunnel: <- got reply
tunnel: -> sending command "resume" to remote
tunnel: <- got reply
2023-11-09 09:29:28 issuing guest fstrim
tunnel: -> sending command "fstrim" to remote
2023-11-09 09:39:28 ERROR: no reply to command '{"cmd":"fstrim"}': reading from tunnel failed: got timeout
2023-11-09 09:39:28 ERROR: migration finished with problems (duration 00:31:49)
Any known issues that might cause this? I just unlocked the VM on the new cluster and it seemed fine.