You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2016/04/06 00:18:25 UTC

[jira] [Commented] (MESOS-4874) overlayfs does not work with kernel 4.2.3

    [ https://issues.apache.org/jira/browse/MESOS-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227236#comment-15227236 ] 

Jie Yu commented on MESOS-4874:
-------------------------------

commit e66a7790bce53209ec3eabe51d986f68ce4c0928
Author: Guangya Liu <gy...@gmail.com>
Date:   Wed Mar 30 21:59:03 2016 -0700

    Added support for "overlay" keyword.
    
    The "overlayfs" was renamed to "overlay" in kernel 4.2, for overlay
    support check function, it should check both "overlay" and "overlayfs"
    in "/proc/filesystems".
    
    Review: https://reviews.apache.org/r/44421/

> 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
>             Fix For: 0.28.1
>
>
> 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)