-
Notifications
You must be signed in to change notification settings - Fork 372
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
Handle errors while mounting cgroup controllers #1573
Conversation
azurelinuxagent/common/osutil/default.py, line 349 at r1 (raw file):
Shouldn't this line |
azurelinuxagent/common/osutil/default.py, line 349 at r1 (raw file): Previously, larohra wrote…
The except a few lines below logs the warning/error (depending on the exception type) |
azurelinuxagent/common/osutil/default.py, line 349 at r1 (raw file):
Ohh saw it now, thanks for clarifying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @pgombar and @vrdmr)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## develop #1573 +/- ##
==========================================
Coverage ? 64.29%
==========================================
Files ? 78
Lines ? 11080
Branches ? 1566
==========================================
Hits ? 7124
Misses ? 3615
Partials ? 341
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #1573 +/- ##
==========================================
Coverage ? 64.29%
==========================================
Files ? 78
Lines ? 11080
Branches ? 1566
==========================================
Hits ? 7124
Misses ? 3615
Partials ? 341
Continue to review full report at Codecov.
|
If specific controller fails to mount we need to continue with the other controllers
PR information
Quality of Code and Contribution Guidelines
This change is