-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Do not log on startup if Intel RDT is not supported #5293
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
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert 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 |
bc4d7e0 to
c4d517e
Compare
This reduces the noise on systems not having Intel RDT enabled. Signed-off-by: Sascha Grunert <[email protected]>
c4d517e to
15f7f7e
Compare
Codecov Report
@@ Coverage Diff @@
## master #5293 +/- ##
=======================================
Coverage 43.72% 43.72%
=======================================
Files 118 118
Lines 11723 11722 -1
=======================================
Hits 5126 5126
+ Misses 6110 6109 -1
Partials 487 487 |
|
would you remove the corresponding one in internal/config/blockio/blockio.go as well? |
Hey Peter, do you mean to remove the log from the Load() in blockio.go as well? If so, wouldn't that be a bit different than here (removing the log from the New() only)? |
you are right! nevermind haha /lgtm |
|
/cherry-pick release-1.22 |
|
@haircommander: once the present PR merges, I will cherry-pick it on top of release-1.22 in a new PR and assign it to you. 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. |
|
@saschagrunert: 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. |
|
lgtm |
|
@haircommander: new pull request created: #5298 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. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This reduces the noise on systems not having Intel RDT enabled. We already log that RDT is not enabled on profile load.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?