-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65900/
-----------------------------------------------------------
(Updated May 17, 2018, 1:16 a.m.)
Review request for mesos, Anish Gupta, Eric Chung, Gilbert Song, Jie Yu, James
Peach, and Zhitao Li.
Changes
-------
* Rebased to the latest `master` branch;
* Renamed `getAbsoluteMountPoint` to `getAbsolutePathForMountPoint`;
* Removed references to `ContainerConfig` in `getAbsolutePathForMountPoint`;
* Minor refactors on `isolators/volume/sandbox_path.cpp`, some code extracted
to `isolators/volume/utils.cpp`;
Bugs: MESOS-8257
https://issues.apache.org/jira/browse/MESOS-8257
Repository: mesos
Description
-------
Defer creation of volume target paths to container launch.
Diffs (updated)
-----
src/Makefile.am c08ac6e2f5deec4d05f59f71ff6c51382f216708
src/slave/containerizer/mesos/isolators/volume/host_path.cpp
9127cf4a9d8aa2b16bb5b9903103f1f76a1e2b1a
src/slave/containerizer/mesos/isolators/volume/image.cpp
631553e2f61a1b95dd93d333b547ff237f65f59e
src/slave/containerizer/mesos/isolators/volume/sandbox_path.cpp
e0cae1036e2e49b4f61705c77f31ae166d1b1380
src/slave/containerizer/mesos/isolators/volume/utils.hpp PRE-CREATION
Diff: https://reviews.apache.org/r/65900/diff/3/
Changes: https://reviews.apache.org/r/65900/diff/2-3/
Testing
-------
Thanks,
Jason Lai