-
Notifications
You must be signed in to change notification settings - Fork 62
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
RHEL 8 fs.may_detach_mounts error #120
Comments
Hi I can verify your issue
This is the second issue wich seems to be related to the current version of containerd.io (see #121 ). What I can see is that some of the issues introduced in runc-rc92 are resolved in current versions. The current version of containerd is already using runc 1.0-rc95 But I think this issue should be raised directly at Elastic, since even the official documentation for CentOS/RHEL 8 mentions to install an older version of containderd.io, but I experience the same issue
Regards, |
Hi, However, Edit! From my understanding, sysctl -p not being able to stat may_detach_mounts just means the kernel does not have that option at all. If the option does not exist it should not be a problem? |
I found this source stating the following :
I believe RHEL8 does not need this flag at all and it can be safely removed for 4.18 Kernels. |
RHEL 8.3 kernel 4.18.0-240.22.1.el8_3.x86_64
Ansible role adds fs.may_detach_mounts=1 to /etc/sysctl.conf
The following error is seen when executing sysctl -p:
sysctl: cannot stat /proc/sys/fs/may_detach_mounts: No such file or directory
Various Google searches indicate the version of runc included with the version of containerd may be related.
The text was updated successfully, but these errors were encountered: