Skip to content
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

nit(cgroup): correct device path construction for cgroup management #5299

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

servusdei2018
Copy link
Contributor

This commit fixes incorrect device path construction in cgroup management. In the original code, path.Join was used incorrectly with a single concatenated string, rather than passing individual path components as separate arguments.

@davies
Copy link
Contributor

davies commented Nov 15, 2024

The behavior is different than before, have you check the correctness?

@servusdei2018
Copy link
Contributor Author

The behavior is different than before, have you check the correctness?

Oh my bad, I misread it the first time. This should now preserve the original behavior

@davies davies merged commit 69008e6 into juicedata:main Nov 15, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants