mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-07 03:01:00 +00:00
we need to continue the VM after loading state
This commit is contained in:
parent
ab33a7c280
commit
62de2cbdfa
@ -2888,6 +2888,10 @@ sub vm_start {
|
|||||||
|
|
||||||
print "migration listens on port $migrate_port\n" if $migrate_port;
|
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)
|
# always set migrate speed (overwrite kvm default of 32m)
|
||||||
# we set a very hight default of 8192m which is basically unlimited
|
# we set a very hight default of 8192m which is basically unlimited
|
||||||
my $migrate_speed = $defaults->{migrate_speed} || 8192;
|
my $migrate_speed = $defaults->{migrate_speed} || 8192;
|
||||||
|
Loading…
Reference in New Issue
Block a user