You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "AndyPang (JIRA)" <ji...@apache.org> on 2016/11/07 03:16:58 UTC

[jira] [Comment Edited] (MESOS-6555) Namespace 'mnt' is not supported

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

AndyPang edited comment on MESOS-6555 at 11/7/16 3:16 AM:
----------------------------------------------------------

{code:borderStyle=solid}
ls -l /proc/self/ns/
total 0
-r-------- 1 xxx users 0 Nov  7 11:11 ipc
-r-------- 1 xxx users 0 Nov  7 11:11 net
-r-------- 1 xxx users 0 Nov  7 11:11 uts
{code}

have no mount namespaces.


was (Author: andypang):
{code:title=mesos-execute|borderStyle=solid}
ls -l /proc/self/ns/
total 0
-r-------- 1 xxx users 0 Nov  7 11:11 ipc
-r-------- 1 xxx users 0 Nov  7 11:11 net
-r-------- 1 xxx users 0 Nov  7 11:11 uts
{code}

have no mount namespaces.

> Namespace 'mnt' is not supported
> --------------------------------
>
>                 Key: MESOS-6555
>                 URL: https://issues.apache.org/jira/browse/MESOS-6555
>             Project: Mesos
>          Issue Type: Bug
>          Components: cgroups, containerization
>    Affects Versions: 1.0.0
>         Environment: suse11 sp3,  kernal: 3.0.101-0.47.71-default #1 SMP Thu Nov 12 12:22:22 UTC 2015 (b5b212e) x86_64 x86_64 x86_64 GNU/Linux 
>            Reporter: AndyPang
>
> the same code run in debain os,kernal version is '4.1.0-0' is ok; while in sus 11 sp3 it has error.
> {code:title=mesos-execute|borderStyle=solid}
> ./mesos-execute --command="sleep 100" --master=xxxx:xxx  --name=sleep --docker_image=ubuntu
> I1105 11:26:21.090703 194814 scheduler.cpp:172] Version: 1.0.0
> I1105 11:26:21.092821 194837 scheduler.cpp:461] New master detected at master@xxxx:xxx
> Subscribed with ID 'fdb8546d-ca11-4a51-a297-8401e53b7692-0000'
> Submitted task 'sleep' to agent 'fdb8546d-ca11-4a51-a297-8401e53b7692-S0'
> Received status update TASK_FAILED for task 'sleep'
>   message: 'Failed to launch container: Collect failed: Failed to setup hostname and network files: Failed to enter the mount namespace of pid 194976: Namespace 'mnt' is not supported
> ; Executor terminated'
>   source: SOURCE_AGENT
>   reason: REASON_CONTAINER_LAUNCH_FAILED
> {code}



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