]> git.proxmox.com Git - qemu-server.git/commit
migration: add missing eval on nbdstop with tunnel v2
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 29 Sep 2023 08:28:59 +0000 (10:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Nov 2023 18:46:43 +0000 (19:46 +0100)
commitc2f448205312d60ba3a7c4d2d32e00540205bd8f
treeee93b63736fa570d4fbb9738f31155abd5f67e19
parent6cb2338f5338b47b960b71e0bcd1dd08ca5b8054
migration: add missing eval on nbdstop with tunnel v2

It was already done in tunnel v1.

Avoid to avoid migration (and keep both source/targetvm locked) if
nbdstop error occur

2023-09-28 16:20:39 ERROR: error - tunnel command '{"cmd":"nbdstop"}' failed - failed to handle 'nbdstop' command - VM 140 qmp command 'nbd-server-stop' failed - got timeout
2023-09-28 16:20:39 ERROR: migration finished with problems (duration 00:01:42)

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/QemuMigrate.pm