[
https://issues.apache.org/jira/browse/MESOS-5543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15317213#comment-15317213
]
Jie Yu commented on MESOS-5543:
-------------------------------
Backported to the 0.28.x branch:
{noformat}
commit b7f0d569c370da2da1ec7f59c5d76825bb06ef22
Author: Jie Yu <[email protected]>
Date: Mon Jun 6 13:46:42 2016 -0700
Updated CHANGELOG for tracking 0.28.3.
commit 1f03f13dc0f4e3a10d894a2c16ea8bb18a2aa7ef
Author: Silas Snider <[email protected]>
Date: Mon Jun 6 09:38:53 2016 -0700
Added /dev/fd to the list of symlinks created by filesystem/linux.
This is necessary to enable bash subshell redirection within the
container.
Review: https://reviews.apache.org/r/48240/
{noformat}
> /dev/fd is missing in the Mesos containerizer environment
> ---------------------------------------------------------
>
> Key: MESOS-5543
> URL: https://issues.apache.org/jira/browse/MESOS-5543
> Project: Mesos
> Issue Type: Bug
> Components: containerization
> Reporter: Silas Snider
> Assignee: Silas Snider
> Fix For: 1.0.0, 0.28.3
>
>
> I have launched a task using the mesos containerizer with a docker image as
> the rootfs. However, inside the environment the bash invocation I'm using
> fails with an error about /dev/fd/63.
> When I nsenter the container, I can see that the /dev/fd entry (should be a
> link to /proc/self/fd) is not present, which apparently prevents bash from
> doing subshell redirection.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)