-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63213/
-----------------------------------------------------------
Review request for mesos, Gilbert Song, James Peach, and Joseph Wu.
Bugs: MESOS-7306
https://issues.apache.org/jira/browse/MESOS-7306
Repository: mesos
Description
-------
This allows a container to declare a host path volume such that the
mounts under that volume can be propagated in both directions.
Previously, all volume mounts are default to use host to container
propagation mode.
Diffs
-----
include/mesos/mesos.proto 859fdff4d9a0604bc506b08af79075084ae23466
src/slave/containerizer/mesos/isolators/volume/host_path.cpp
949510aba6b1f30a64f5f9a0777a4f03e2701302
src/slave/containerizer/mesos/launch.cpp
49f11f1d586672bb46f6eccabcfda9321cc3c607
src/tests/containerizer/volume_host_path_isolator_tests.cpp
1d006727e5bf76cc659e862cb64fe3facd608c8c
src/tests/mesos.hpp 4b61f2dbd67a5e8a65a6655519c8f03e5d6c6954
Diff: https://reviews.apache.org/r/63213/diff/1/
Testing
-------
sudo make check
Thanks,
Jie Yu