[pve-devel] [PATCH stable-4 qemu-server 2/3] migrate: clarify comment

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Oct 4 08:57:20 CEST 2017


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
(cherry picked from commit 877e2ea746616237f4a8d7169d23193a73c5a142)
---
 PVE/QemuMigrate.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm
index b513a67..d3f717f 100644
--- a/PVE/QemuMigrate.pm
+++ b/PVE/QemuMigrate.pm
@@ -894,7 +894,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.14.1





More information about the pve-devel mailing list