-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48240/
-----------------------------------------------------------
Review request for mesos and Jiang Yan Xu.
Bugs: MESOS-5543
https://issues.apache.org/jira/browse/MESOS-5543
Repository: mesos
Description
-------
This is necessary to enable bash subshell redirection within the
container.
Diffs
-----
src/linux/fs.cpp 3190fcec572eddef3e3d5e81f5e508798deee1bd
Diff: https://reviews.apache.org/r/48240/diff/
Testing
-------
I ran a task using the filesystem/linux isolator, that used bash subshell
redirection (i.e., `grep -q -E 'something' <(tail -q -c +0 -f somefile)`.
Without this line, the task fails. With it, it runs just fine.
Thanks,
Silas Snider