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

linux: remove tmpmount workaround #1621

Merged

Conversation

giuseppe
Copy link
Member

remove the workaround to mount a cgroup on top of another cgroup mpunt using a temporary mount. This has the disadvantage to leak a mount on the host, while the alternative one, which is the only mechanism used now, does not since it uses a private tmpfs.

Fixes: https://issues.redhat.com/browse/RHEL-70694

remove the workaround to mount a cgroup on top of another cgroup mpunt
using a temporary mount.  This has the disadvantage to leak a mount on
the host, while the alternative one, which is the only mechanism used
now, does not since it uses a private tmpfs.

Fixes: https://issues.redhat.com/browse/RHEL-70694

Signed-off-by: Giuseppe Scrivano <[email protected]>
Copy link
Collaborator

@flouthoc flouthoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@flouthoc flouthoc merged commit 3ec6298 into containers:main Dec 10, 2024
51 of 53 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