mirror of
https://git.proxmox.com/git/pve-manager
synced 2026-01-03 22:58:33 +00:00
Fixed a small typo
Signed-off-by: Caspar Smit <casparsmit@supernas.eu> Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
92c11ee1ca
commit
d6c493923a
@ -1297,7 +1297,7 @@ __PACKAGE__->register_method ({
|
||||
print STDERR "Starting CT $vmid\n";
|
||||
$upid = PVE::API2::LXC::Status->vm_start({node => $nodename, vmid => $vmid });
|
||||
} elsif ($d->{type} eq 'qemu') {
|
||||
$default_delay = 3; # to redruce load
|
||||
$default_delay = 3; # to reduce load
|
||||
return if PVE::QemuServer::check_running($vmid, 1);
|
||||
print STDERR "Starting VM $vmid\n";
|
||||
$upid = PVE::API2::Qemu->vm_start({node => $nodename, vmid => $vmid });
|
||||
|
||||
Loading…
Reference in New Issue
Block a user