[
https://issues.apache.org/jira/browse/MESOS-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Peach updated MESOS-4874:
-------------------------------
Summary: overlayfs does not work with kernel 4.2.3 (was: overlayfs does
not work with kerenel 4.2.3)
> overlayfs does not work with kernel 4.2.3
> -----------------------------------------
>
> Key: MESOS-4874
> URL: https://issues.apache.org/jira/browse/MESOS-4874
> Project: Mesos
> Issue Type: Bug
> Affects Versions: 0.28.0
> 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)