From 84b31f488c9bc3e0c1d068ff8229f7291361d7a5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 11 Jul 2016 14:44:24 +0200 Subject: [PATCH] Fix #1051: typo: vpcus -> vcpus Otherwise only root can change this setting. --- PVE/API2/Qemu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 4b64312f..73378879 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -184,7 +184,7 @@ my $cpuoptions = { 'numa' => 1, 'smp' => 1, 'sockets' => 1, - 'vpcus' => 1, + 'vcpus' => 1, }; my $memoryoptions = {