-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60170/
-----------------------------------------------------------
(Updated June 26, 2017, 3:39 p.m.)
Review request for mesos, haosdent huang, Hao Yixin, Jason Lai, Jie Yu, and Vinod Kone.
Changes
-------
Removed the agent flag option and used --isolation="cgroups" to represent auto cgroups.
Bugs: MESOS-7691
https://issues.apache.org/jira/browse/MESOS-7691
Repository: mesos
Description
-------
This patch introduced a new agent isolation option 'cgroups', which
represents all local machine supported cgroup subsystems will be
turned on automatically.
Note that if this 'cgroups' option is specified in isolation, all
other specified cgroup subsystems will be included.
Diffs (updated)
-----
src/slave/containerizer/mesos/containerizer.cpp 9376d14d66f5dc7e91c7c0e9da253f5eb9347539
src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp d7a95b2d49fd2ae743e2bffc25f15c4ce4b96f39
Diff: https://reviews.apache.org/r/60170/diff/3/
Changes: https://reviews.apache.org/r/60170/diff/2-3/
Testing
-------
make check
Thanks,
Gilbert Song
|