[jira] [Comment Edited] (MESOS-4969) improve overlayfs detection

2017-08-10 Thread Aaron Wood (JIRA)

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

Aaron Wood edited comment on MESOS-4969 at 8/10/17 9:34 PM:


Sorry, I thought Mesos was only looking at {{/proc/modules}}.


was (Author: aaron.wood):
Sorry, I thought Mesos was only looking at {noformat}/proc/modules{noformat}.

> improve overlayfs detection
> ---
>
> Key: MESOS-4969
> URL: https://issues.apache.org/jira/browse/MESOS-4969
> Project: Mesos
>  Issue Type: Bug
>  Components: containerization, storage
>Reporter: James Peach
>Priority: Minor
>
> On my Fedora 23, overlayfs is a module that is not loaded by default 
> (attempting to mount an overlayfs automatically triggers the module loading). 
> However {{mesos-slave}} won't start until I manually load the module since it 
> is not listed in {{/proc/filesystems}} until is it loaded.
> It would be nice if there was a more reliable way to determine overlayfs 
> support.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (MESOS-4969) improve overlayfs detection

2016-03-20 Thread Yan Xu (JIRA)

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

Yan Xu edited comment on MESOS-4969 at 3/17/16 6:35 PM:


{{modprobe -q overlay}} and check exit status sound reasonable to me.

Since this doesn't apply to all filesystems, we can do it in 
{{OverlayBackend::create(const Flags&)}} and keep {{Try supported(const 
std::string& fsname);}} unchanged.


was (Author: xujyan):
{{modprobe -q overlay}} and check exit status sound reasonable to me.

> improve overlayfs detection
> ---
>
> Key: MESOS-4969
> URL: https://issues.apache.org/jira/browse/MESOS-4969
> Project: Mesos
>  Issue Type: Bug
>  Components: isolation, volumes
>Reporter: James Peach
>Priority: Minor
>
> On my Fedora 23, overlayfs is a module that is not loaded by default 
> (attempting to mount an overlayfs automatically triggers the module loading). 
> However {{mesos-slave}} won't start until I manually load the module since it 
> is not listed in {{/proc/filesystems}} until is it loaded.
> It would be nice if there was a more reliable way to determine overlayfs 
> support.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (MESOS-4969) improve overlayfs detection

2016-03-19 Thread haosdent (JIRA)

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

haosdent edited comment on MESOS-4969 at 3/17/16 5:58 PM:
--

how about use {{lsmod}} or {{/proc/modules}} to detect this? CentOS 7 is same 
on this.


was (Author: haosd...@gmail.com):
how about use {{lsmod}} to detect this? CentOS 7 is same on this.

> improve overlayfs detection
> ---
>
> Key: MESOS-4969
> URL: https://issues.apache.org/jira/browse/MESOS-4969
> Project: Mesos
>  Issue Type: Bug
>  Components: isolation, volumes
>Reporter: James Peach
>Priority: Minor
>
> On my Fedora 23, overlayfs is a module that is not loaded by default 
> (attempting to mount an overlayfs automatically triggers the module loading). 
> However {{mesos-slave}} won't start until I manually load the module since it 
> is not listed in {{/proc/filesystems}} until is it loaded.
> It would be nice if there was a more reliable way to determine overlayfs 
> support.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)