-
Notifications
You must be signed in to change notification settings - Fork 85
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
Minimum required kernel version #142
Comments
I know that non root fuse-overlay mounts is not supported in a user namespace in RHEL7/Centos7. We hope to have a fix for this in RHEL7.8 release. |
The mount was done using sudo, in that case should it be expected to work on Centos7? |
Then their might be a flag in overlay mounts that was not supported yet. |
Ok, thanks - closing this, for future reference to others, the minimum needed kernel version is probably somewhere between 4.04 and 4.15. |
Hi,
When trying to use the static build across hosts, we only managed to properly use the binary with relatively new kernels (in our config it works with 4.15.0-66).
On machines with older kernels (we tested 4.04 and also below, on Ubuntu and CentOS systems), the merged directory didn't work:
Is there some required minimum kernel version for using the statically built fuse-overlayfs binary?
Thanks,
Andras
The text was updated successfully, but these errors were encountered: