Bug 2086936: vSphere: change socket back to cores#5914
Conversation
Virtual machines running on vSphere should be configured for cores over sockets for NUMA. The change in openshift#5841 missed that. Changing vSphere back to using a single socket and multiple cores.
|
In vSphere: NumCPUs / NumCoresPerSocket = socket count |
|
@jcpowermac: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
This is only affecting compute nodes, right? I believe this value is already I definitely defer to your judgment. Also, @rna-afk had this set to |
|
/approve @jcpowermac would you mind creating a bz for this? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Yeah I should have updated it after #5001 |
Sure |
|
@jcpowermac: This pull request references Bugzilla bug 2086936, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@jcpowermac: This pull request references Bugzilla bug 2086936, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (gpei@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/lgtm |
|
@jcpowermac: All pull requests linked via external trackers have merged: Bugzilla bug 2086936 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Virtual machines running on
vSphere should be configured for cores
over sockets for NUMA. The change
in #5841 missed that.
Changing vSphere back to using a single
socket and multiple cores.