[pve-devel] [PATCH qemu-server] Fix #1051: typo: vpcus -> vcpus

Wolfgang Bumiller w.bumiller at proxmox.com
Mon Jul 11 14:49:46 CEST 2016


Otherwise only root can change this setting.
---
Note: already applied

 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 4b64312..7337887 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 = {
-- 
2.1.4





More information about the pve-devel mailing list