You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Bhuvan Arumugam (JIRA)" <ji...@apache.org> on 2014/09/13 02:46:34 UTC

[jira] [Commented] (MESOS-1741) mesos-slave shouldn't fail if dockerd is down

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

Bhuvan Arumugam commented on MESOS-1741:
----------------------------------------

this is the only blocking issue for 0.20.1 rc1 release.

any volunteers to fix it?

> mesos-slave shouldn't fail if dockerd is down
> ---------------------------------------------
>
>                 Key: MESOS-1741
>                 URL: https://issues.apache.org/jira/browse/MESOS-1741
>             Project: Mesos
>          Issue Type: Bug
>          Components: slave
>    Affects Versions: 0.20.1
>            Reporter: Bhuvan Arumugam
>             Fix For: 0.20.1
>
>
> When using {{--containerizers=docker,mesos}} for mesos-slave, it fail to come up if dockerd is not running. It use {{docker version}} to figure out docker access. The {{docker version}} exit 1 if dockerd is not running.
> mesos-slave should launch with other containerzer (mesos), if dockerd is down.
> {code}
> I0827 21:33:23.953763 19448 logging.cpp:142] INFO level logging started!
> I0827 21:33:23.954180 19448 main.cpp:126] Build: 2014-08-21 21:26:28 by jenkins
> I0827 21:33:23.954190 19448 main.cpp:128] Version: 0.21.0
> I0827 21:33:23.954196 19448 main.cpp:135] Git SHA: 70784a9f234b2902d6fee11298365d9b08756313
> Failed to create a containerizer: Could not create DockerContainerizer: Failed to execute 'docker version': exited with status exited with status 1
> {code}



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