This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
from fd0817805 [cgroups2] Conditionally initialize cgroups v2 in the
agent's main.
new fa8e71411 [cgroups2] Introduce build files for the cgroups2
`Controller` abstraction.
new 8ec509bed [cgroups2] Introduces a `Controller` abstraction for cgroups
v2 controllers.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/CMakeLists.txt | 4 +-
src/Makefile.am | 2 +
.../mesos/isolators/cgroups2/cgroups2.cpp | 10 +-
.../mesos/isolators/cgroups2/cgroups2.hpp | 9 +-
.../subsystem.cpp => cgroups2/controller.cpp} | 114 +++++----------
.../mesos/isolators/cgroups2/controller.hpp | 156 +++++++++++++++++++++
6 files changed, 204 insertions(+), 91 deletions(-)
copy src/slave/containerizer/mesos/isolators/{cgroups/subsystem.cpp =>
cgroups2/controller.cpp} (50%)
create mode 100644
src/slave/containerizer/mesos/isolators/cgroups2/controller.hpp