-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27558/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-1941
https://issues.apache.org/jira/browse/MESOS-1941
Repository: mesos-git
Description
-------
MesosContainerizer Isolators using cgroups will chown the cgroup to
the executor user, if specified, enabling the executor to create child
cgroups. Cgroup control files are not chowned so the executor cannot
modify its own cgroups, only control files for child cgroups.
Diffs
-----
src/slave/containerizer/isolators/cgroups/cpushare.cpp
f9531e447bc2b39ee99d6fb0c8f911a70a3498a3
src/slave/containerizer/isolators/cgroups/mem.cpp
96bc506bb9dce7a455b443d9e24236babe91d890
src/slave/containerizer/isolators/cgroups/perf_event.cpp
7ed418a8e8c4a0a68715ffb13660e57afeaef69e
src/tests/isolator_tests.cpp 4d03f46cbe20c0e7aff15bab0a26d7738b55aab9
Diff: https://reviews.apache.org/r/27558/diff/
Testing
-------
# New test added
make check
Thanks,
Ian Downes