-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61905/
-----------------------------------------------------------
Review request for mesos, Gilbert Song and Joseph Wu.
Bugs: MESOS-7306
https://issues.apache.org/jira/browse/MESOS-7306
Repository: mesos
Description
-------
This patch removed the host volume logics from the 'filesystem/linux'
isolator, and integrated the new 'volume/host_path' isolator. For
backward compatibility, we always enable 'volume/host_path' isolator
if 'filesystem/linux' isolator is enabled.
Diffs
-----
src/slave/containerizer/mesos/containerizer.cpp
f91eef22dbaf040cb0026862cd8922d84c090b73
src/slave/containerizer/mesos/isolators/filesystem/linux.cpp
d7fe9a8f43ab6436fc1e202443e71cf6b7e2d0d3
Diff: https://reviews.apache.org/r/61905/diff/1/
Testing
-------
sudo make check
Thanks,
Jie Yu