mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-23 13:39:55 +00:00
migrate: clarify comment
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
28412ae488
commit
877e2ea746
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user