-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63213/
-----------------------------------------------------------
(Updated Oct. 23, 2017, 4:46 a.m.)
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 (updated)
-----
include/mesos/mesos.proto 859fdff4d9a0604bc506b08af79075084ae23466
include/mesos/v1/mesos.proto cfd4abd3af1d8c9fbd31659161eada9ec9f92282
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/2/
Changes: https://reviews.apache.org/r/63213/diff/1-2/
Testing
-------
sudo make check
Thanks,
Jie Yu