-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51266/
-----------------------------------------------------------
(Updated Aug. 26, 2016, 2:43 p.m.)
Review request for mesos, Alexander Rukletsov, Benjamin Mahler, Gastón Kleiman,
Gilbert Song, Jie Yu, and Timothy Chen.
Bugs: MESOS-5727
https://issues.apache.org/jira/browse/MESOS-5727
Repository: mesos
Description
-------
When launching a task from the mesos-executor, ensure that the mount
namespace is not shared between the task and the executor if the task
specifies rootfs. Otherwise, `pivot_root` in the mesos-containerizer
binary would affect the mount namespace of the executor and possibly
prevent it from accessing some binaries or libraries.
Diffs
-----
src/launcher/posix/executor.cpp 50b9b305a5f722a2407f333a849683d32ac7abff
Diff: https://reviews.apache.org/r/51266/diff/
Testing
-------
Test by running
```
sudo GLOG_v=1 ./bin/mesos-tests.sh --gtest_filter="HealthCheckTest.*" --verbose
```
Thanks,
haosdent huang