Hide Forgot
Platform: vsphere Please specify: IPI What happened? https://github.com/openshift/installer/pull/5841 What did you expect to happen? Set the NumCoresPerSocket to the same of NumCPUs.
Verified on 4.11.0-0.nightly-2022-05-18-171831 and passed, move bug to VERIFIED. Use default platform configuration and install ipi cluster on vsphere successfully with expected config. $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.11.0-0.nightly-2022-05-18-171831 True False 21m Cluster version is 4.11.0-0.nightly-2022-05-18-171831 worker: $ govc vm.info -json jima17bug-mkc4v-worker-bqv5c | jq -r ".VirtualMachines[].Config.Hardware.NumCPU" 4 $ govc vm.info -json jima17bug-mkc4v-worker-bqv5c | jq -r ".VirtualMachines[].Config.Hardware.NumCoresPerSocket" 4 master: $ govc vm.info -json jima17bug-mkc4v-master-0 | jq -r ".VirtualMachines[].Config.Hardware.NumCPU" 4 $ govc vm.info -json jima17bug-mkc4v-master-0 | jq -r ".VirtualMachines[].Config.Hardware.NumCoresPerSocket" 4
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5069