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 b8936677f [cgroups2] Pass device manager to controllers & cgroups2
isolator.
new 803868152 [cgroups2] Introduces the DeviceControllerProcess.
new 2f545b112 [cgroups2] create device controller in Cgroups2Isolator.
new 5bed66c00 [cgroups2] Skip enabling of devices controller.
The 3 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 | 1 +
src/Makefile.am | 2 +
.../mesos/isolators/cgroups2/cgroups2.cpp | 34 ++---
.../mesos/isolators/cgroups2/constants.hpp | 1 +
.../controllers}/devices.cpp | 137 ++++++++-------------
.../controllers}/devices.hpp | 35 +++---
6 files changed, 92 insertions(+), 118 deletions(-)
copy src/slave/containerizer/mesos/isolators/{cgroups/subsystems =>
cgroups2/controllers}/devices.cpp (51%)
copy src/slave/containerizer/mesos/isolators/{cgroups/subsystems =>
cgroups2/controllers}/devices.hpp (68%)