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

docker: cpuset fixer not working on cgroups v1 systems #20293

Closed
shoenig opened this issue Apr 4, 2024 · 1 comment · Fixed by #20294
Closed

docker: cpuset fixer not working on cgroups v1 systems #20293

shoenig opened this issue Apr 4, 2024 · 1 comment · Fixed by #20294
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/cgroups cgroups issues type/bug
Milestone

Comments

@shoenig
Copy link
Contributor

shoenig commented Apr 4, 2024

While investigating #20275 (potential fix in #20276) I realized the docker driver's cpuset fixer is broken on cgroups v1 systems.

[error] cpuset copyCpuset read source error=open /sys/fs/cgroup/cpuset/nomad/share/cpuset.cpus.effective: no such file or directory

That filename is a cgroups v2 thing; in cgroups v1 it should be cpuset.effective_cpus

Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/cgroups cgroups issues type/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant