-
Notifications
You must be signed in to change notification settings - Fork 19
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
runtime: Implement mount option filtering #31
Comments
The mount system call does not support to ignore unsupported mount options.
Currently |
containers/storage does check for supported mount options. |
Mount options are now filtered to ignore unsupported options, but that's not a final solution. Line 31 in cbc79e1
|
liblxc fails to mount filesystems if unsupported mount options are passed to
lxc.mount.entry
.It does however support the option
optional
to continue with container startup even if a mountpoint fails.See
man lxc.container.conf
crio-lxc
should support filtering of mount options, to handle unsupported mount options gracefully.The text was updated successfully, but these errors were encountered: