----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74876/ -----------------------------------------------------------
Review request for mesos. Repository: mesos Description ------- In this patch we create an interface to the "cgroup.subtree_control" control, and use that interface to exclusively enable a provided list of subsystems, inside of a cgroup. The interface to the "cgroup.subtree_control" control has the client read the state of the file into a `subtree_control::State` object, modify the object using it's methods, and the write out the new state using `subtree_control::write`. Diffs ----- src/linux/cgroups2.hpp PRE-CREATION src/linux/cgroups2.cpp PRE-CREATION Diff: https://reviews.apache.org/r/74876/diff/1/ Testing ------- Thanks, Devin Leamy
