----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60170/ -----------------------------------------------------------
(Updated June 26, 2017, 3:37 p.m.) Review request for mesos, haosdent huang, Hao Yixin, Jason Lai, Jie Yu, and Vinod Kone. Summary (updated) ----------------- Supported auto cgroups in unified cgroup isolator. Bugs: MESOS-7691 https://issues.apache.org/jira/browse/MESOS-7691 Repository: mesos Description (updated) ------- 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/2/ Changes: https://reviews.apache.org/r/60170/diff/1-2/ Testing ------- make check Thanks, Gilbert Song