we need to continue the VM after loading state

This commit is contained in:
Dietmar Maurer 2012-09-19 10:40:30 +02:00
parent ab33a7c280
commit 62de2cbdfa

View File

@ -2888,6 +2888,10 @@ sub vm_start {
print "migration listens on port $migrate_port\n" if $migrate_port;
if ($statefile && $statefile ne 'tcp') eval {
vm_mon_cmd($vmid, "cont");
}
# always set migrate speed (overwrite kvm default of 32m)
# we set a very hight default of 8192m which is basically unlimited
my $migrate_speed = $defaults->{migrate_speed} || 8192;