Guangya Liu created MESOS-4874:
----------------------------------
Summary: overlayfs does not work with kerenel 4.2.3
Key: MESOS-4874
URL: https://issues.apache.org/jira/browse/MESOS-4874
Project: Mesos
Issue Type: Bug
Reporter: Guangya Liu
Assignee: Guangya Liu
The current {{overlay}} support logic is checking {{/proc/filesystems}} to see
if has the field of {{overlayfs}}, but this is not true for kernel 4.2 and
higher version as the {{overlayfs}} has been renamed to {{overlay}}.
https://lists.launchpad.net/kernel-packages/msg102430.html
{code}
root@mesos002:/home/gyliu# uname -r
4.2.3-040203-generic
root@mesos002:/home/gyliu# lsmod | grep overlay
overlay 45056 0
root@mesos002:/home/gyliu# cat /proc/filesystems | grep overlay
nodev overlay
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)