Skip to content

Commit 0b2e2d4

Browse files
authored
Merge pull request #58312 from xenolinux/cores-per-socket
OCPBUGS#9158: Change the default value of coresPerSocket
2 parents fd5c9f8 + 46cbf13 commit 0b2e2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,11 +1672,11 @@ Optional VMware vSphere machine pool configuration parameters are described in t
16721672
|Integer
16731673

16741674
|`platform.vsphere.cpus`
1675-
|The total number of virtual processor cores to assign a virtual machine.
1675+
|The total number of virtual processor cores to assign a virtual machine. The value of `platform.vsphere.cpus` must be a multiple of `platform.vsphere.coresPerSocket` value.
16761676
|Integer
16771677

16781678
|`platform.vsphere.coresPerSocket`
1679-
|The number of cores per socket in a virtual machine. The number of virtual sockets on the virtual machine is `platform.vsphere.cpus`/`platform.vsphere.coresPerSocket`. The default value is `1`
1679+
|The number of cores per socket in a virtual machine. The number of virtual sockets on the virtual machine is `platform.vsphere.cpus`/`platform.vsphere.coresPerSocket`. The default value for control plane nodes and worker nodes is `4` and `2`, respectively.
16801680
|Integer
16811681

16821682
|`platform.vsphere.memoryMB`

0 commit comments

Comments
 (0)