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

cgroup,setup: set CGROUP_PATH in setup program with full path to current cgroup #85

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

Snaipe
Copy link
Member

@Snaipe Snaipe commented Oct 27, 2023

It is useful for the setup program to be able to change or inspect the cgroup directory of the spacetime process. The problem is that by the time the setup program executes, bst will have pivoted into the cgroup namespace, leaving it with no consistent way to know what the path of that cgroup is.

This commit arranges for the path of the cgroup to be defined in the CGROUP_PATH environment variable when the setup program executes.

…ent cgroup

It is useful for the setup program to be able to change or inspect the
cgroup directory of the spacetime process. The problem is that by the
time the setup program executes, bst will have pivoted into the cgroup
namespace, leaving it with no consistent way to know what the path of
that cgroup is.

This commit arranges for the path of the cgroup to be defined in the
CGROUP_PATH environment variable when the setup program executes.
@Snaipe Snaipe merged commit 588d370 into aristanetworks:main Oct 27, 2023
3 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