-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support for idmapped mounts instead of shiftfs #10181
Comments
Hi @utam0k, we need to wait for kernel 5.19 because only then overlayfs will support id mapped mounts. |
@Furisto cc: @kylos101 |
Good timing, @Furisto , thanks for the heads up. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe
We may have a chance to use idmapped mounts instead of shifts. idmapped has the merit that it doesn't need to kernel module because this feature is included kernel since >= 5.12. I'm not sure the performance, but at least it's better than fuse.
https://github.com/lxc/lxd/pull/8778/files
And, it may help the self-hosted users because the users use it easily, and don't need to install fuse-overlayfs or kernel module.
Describe the behaviour you'd like
workspace-preview
changed to id-mapped and testedDescribe alternatives you've considered
Additional context
Internal conversation
The text was updated successfully, but these errors were encountered: