From: Fabian Grünbichler Date: Wed, 19 Apr 2017 13:19:50 +0000 (+0200) Subject: migrate: clarify comment X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=877e2ea746616237f4a8d7169d23193a73c5a142;p=qemu-server.git migrate: clarify comment Signed-off-by: Fabian Grünbichler --- diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm index 04118bd6..68ec69f8 100644 --- a/PVE/QemuMigrate.pm +++ b/PVE/QemuMigrate.pm @@ -899,7 +899,7 @@ sub phase3_cleanup { $self->{errors} = 1; } } - # now that config file is move, we can resume vm on target if livemigrate + # config moved and nbd server stopped - now we can resume vm on target my $cmd = [@{$self->{rem_ssh}}, 'qm', 'resume', $vmid, '--skiplock', '--nocheck']; eval{ PVE::Tools::run_command($cmd, outfunc => sub {}, errfunc => sub {