[pve-devel] [PULL 4/4] Fixed a small typo
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Mar 18 09:30:31 CET 2016
From: Caspar Smit <casparsmit at supernas.eu>
Signed-off-by: Caspar Smit <casparsmit at supernas.eu>
Reviewed-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
PVE/API2/Nodes.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm
index 191d648..9a89b22 100644
--- a/PVE/API2/Nodes.pm
+++ b/PVE/API2/Nodes.pm
@@ -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 });
--
2.1.4
More information about the pve-devel
mailing list