mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 14:18:18 +00:00
fix syntax error
This commit is contained in:
parent
62de2cbdfa
commit
8c609afd2b
@ -2888,8 +2888,9 @@ 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");
|
||||
if ($statefile && $statefile ne 'tcp') {
|
||||
eval { vm_mon_cmd($vmid, "cont"); };
|
||||
warn $@ if $@;
|
||||
}
|
||||
|
||||
# always set migrate speed (overwrite kvm default of 32m)
|
||||
|
Loading…
Reference in New Issue
Block a user