-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62068/
-----------------------------------------------------------
Review request for mesos, Gilbert Song and Joseph Wu.
Bugs: MESOS-7936
https://issues.apache.org/jira/browse/MESOS-7936
Repository: mesos
Description
-------
Before this patch, the sandbox path volume logics are in two places:
the 'filesystem/linux' isolator and the 'volume/sandbox_path'
isolator, depending on the type of the sandbox path volume (SELF or
PARENT). This patch moved all the sandbox path volume related logics
to the 'volume/sandbox_path' isolator.
Diffs
-----
src/slave/containerizer/mesos/containerizer.cpp 4ff014e278100ea99ad93f02c6688ec9ac047059
src/slave/containerizer/mesos/isolators/filesystem/linux.cpp bc14324087860402b0b11076837df84413383c88
src/slave/containerizer/mesos/isolators/volume/sandbox_path.cpp b321b86d0ddd65263fb9291d7edac98c3e579467
Diff: https://reviews.apache.org/r/62068/diff/1/
Testing
-------
sudo make check
Thanks,
Jie Yu
|