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

Prevent mount hook failure if /sys is not mounted. #625

Closed
wants to merge 1 commit into from
Closed

Prevent mount hook failure if /sys is not mounted. #625

wants to merge 1 commit into from

Conversation

amateur80lvl
Copy link

This patch fixes lxcfs failure when I don't want anything mounted in a container by placing

lxc.mount.auto =

in the container's configuration file.

This should also fix #559

@stgraber
Copy link
Member

stgraber commented Jan 9, 2024

Your commit message appears to be missing the required Signed-off-by line.

@amateur80lvl
Copy link
Author

Signed-off-by does not make sense because: a) I'm an anonymous person; b) it's a trivial patch.

stgraber added a commit to stgraber/lxcfs that referenced this pull request Jan 14, 2024
Closes lxc#625

Suggested-by: amateur80lvl
Signed-off-by: Stéphane Graber <[email protected]>
@hallyn hallyn closed this in #626 Jan 15, 2024
stgraber added a commit that referenced this pull request Mar 18, 2024
Closes #625

Suggested-by: amateur80lvl
Signed-off-by: Stéphane Graber <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Mount hook fails on sysfs-less containers
2 participants