[pve-devel] [RFC qemu-server 4/4] migrate: clarify comment
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Apr 19 15:19:50 CEST 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
PVE/QemuMigrate.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm
index 04118bd..68ec69f 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 {
--
2.1.4
More information about the pve-devel
mailing list