mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 21:14:59 +00:00
Fix #1051: typo: vpcus -> vcpus
Otherwise only root can change this setting.
This commit is contained in:
parent
c0966fc6cd
commit
84b31f488c
@ -184,7 +184,7 @@ my $cpuoptions = {
|
|||||||
'numa' => 1,
|
'numa' => 1,
|
||||||
'smp' => 1,
|
'smp' => 1,
|
||||||
'sockets' => 1,
|
'sockets' => 1,
|
||||||
'vpcus' => 1,
|
'vcpus' => 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
my $memoryoptions = {
|
my $memoryoptions = {
|
||||||
|
Loading…
Reference in New Issue
Block a user