-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67343/
-----------------------------------------------------------
(Updated May 29, 2018, 10:21 p.m.)
Review request for mesos and Gilbert Song.
Bugs: MESOS-7691
https://issues.apache.org/jira/browse/MESOS-7691
Repository: mesos
Description (updated)
-------
When `cgroups/*` is specified in the agent flag `--isolation`, we will
automatically load all the local enabled cgroups subsystems in the
cgroups isolator with one exception: the `perf_event` subsystem, we
will only automatically load it when the agent flag `--perf_events` is
specified, otherwise it will be skipped.
Diffs (updated)
-----
src/slave/containerizer/mesos/containerizer.cpp
93197b05eb837d02c6c113264f20a33d6ed92d7f
src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp
6d663a5770418b7ffe2b3af50b9181ecde183c67
Diff: https://reviews.apache.org/r/67343/diff/2/
Changes: https://reviews.apache.org/r/67343/diff/1-2/
Testing
-------
sudo make check
Thanks,
Qian Zhang