----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51835/ -----------------------------------------------------------
Review request for mesos, haosdent huang and Qian Zhang. Repository: mesos Description ------- For command tasks that have rootfs defined, the command executor will be running as root. However, the task might want to manipulate cgroups. This patch allows that. Diffs ----- src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp 8b6dfde366caf82d30afb891c8f1337ceed12157 Diff: https://reviews.apache.org/r/51835/diff/ Testing ------- sudo make check Thanks, Jie Yu