lxc / lxcfs

FUSE filesystem for LXC
https://linuxcontainers.org/lxcfs
Other
1.04k stars 251 forks source link

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

Closed amateur80lvl closed 8 months ago

amateur80lvl commented 8 months ago

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 https://github.com/lxc/lxcfs/issues/559

stgraber commented 8 months ago

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

amateur80lvl commented 8 months ago

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