-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Determine online CPUs from a standard source. #3318
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Hi @kishen-v. Thanks for your PR. I'm waiting for a google member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/cc @mkumatag |
f26375c
to
0d70112
Compare
/ok-to-test |
Fix is awaiting approval in #3304. |
Signed-off-by: Kishen V <kishen.viswanathan@ibm.com>
Determine CPUs that are online from
/sys/devices/system/cpu/online
compared to the path generated from the parameters, which may not exist.I'm really looking forward to any suggestions or insights from the community.
Addresses: #3317