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 e5ba255f4 [cgroups2] 'cpu.max' parsing fix and introduce a test.
add d2392d7fc [cgroups2] Introduce the CpuControllerProcess.
No new revisions were added by this update.
Summary of changes:
src/CMakeLists.txt | 3 +-
src/Makefile.am | 5 +-
.../mesos/isolators/cgroups2/cgroups2.cpp | 55 +++++++
.../{volume/utils.hpp => cgroups2/constants.hpp} | 33 ++--
.../mesos/isolators/cgroups2/controller.cpp | 8 -
.../mesos/isolators/cgroups2/controller.hpp | 6 +-
.../mesos/isolators/cgroups2/controllers/cpu.cpp | 169 +++++++++++++++++++++
.../cgroups2/{cgroups2.hpp => controllers/cpu.hpp} | 39 ++---
8 files changed, 264 insertions(+), 54 deletions(-)
copy src/slave/containerizer/mesos/isolators/{volume/utils.hpp =>
cgroups2/constants.hpp} (63%)
create mode 100644
src/slave/containerizer/mesos/isolators/cgroups2/controllers/cpu.cpp
copy src/slave/containerizer/mesos/isolators/cgroups2/{cgroups2.hpp =>
controllers/cpu.hpp} (59%)