]> git.proxmox.com Git - qemu-server.git/commit
migrate : add nocheck for resume
authorAlexandre Derumier <aderumier@odiso.com>
Wed, 14 Oct 2015 09:06:06 +0000 (11:06 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 15 Oct 2015 10:41:13 +0000 (12:41 +0200)
commit289e0b8564dce494481cd3a5d534b801835f85b6
tree8089b93324465fbfaa7a8df850d7e33f4efeae62
parent9accf2d797d3557ecf75fdf7dec95df72fb09e34
migrate : add nocheck for resume

Users have reported resume bug when HA is used.

They seem to have a little race (bench show >0s < 1s) between the vm conf file move on source node and replication to,
and resume on target node.

I don't known why this is only with HA, maybe this occur will standard migration too.

Anyway, we don't need to read the vm config file to resume the vm on target host,
as we are sure that the vm is migrated, and config file move action is correct in the cluster.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/API2/Qemu.pm
PVE/QemuMigrate.pm
PVE/QemuServer.pm