-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bugfix/#16232 cgroup update #2
Conversation
The Label Bot has predicted the following:
|
Also, this doesnt pass the rubocop linter
|
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.
This PR needs to be linted before merge
# Chef::Config.from_file("/etc/chef/client.rb") | ||
# Chef::Config[:client_key] = "/etc/chef/admin.pem" | ||
# Chef::Config[:http_retry_count] = 5 |
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.
why there is unused code here?
# node = Chef::Node.load(hostname) | ||
# memory_services=node.default.memory_services.keys() |
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.
also here
packaging/rpm/redborder-cgroups.spec
Outdated
* Fri Feb 23 2024 - Luis Blanco <ljblanco@redborder.com> | ||
- Ruby wrapper added |
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.
the version is missing here
end | ||
end | ||
|
||
RedBorder::Checker.check_memservices_cgroups() |
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.
Using parentheses with no arguments?
No description provided.