migrate: clarify comment

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2017-04-19 15:19:50 +02:00 committed by Wolfgang Bumiller
parent 28412ae488
commit 877e2ea746

View File

@ -899,7 +899,7 @@ sub phase3_cleanup {
$self->{errors} = 1; $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']; my $cmd = [@{$self->{rem_ssh}}, 'qm', 'resume', $vmid, '--skiplock', '--nocheck'];
eval{ PVE::Tools::run_command($cmd, outfunc => sub {}, eval{ PVE::Tools::run_command($cmd, outfunc => sub {},
errfunc => sub { errfunc => sub {