DevinLeamy opened a new pull request, #494: URL: https://github.com/apache/mesos/pull/494
### Bootstrapping for cgroups2 - `linux/cgroups2.hpp` - `linux/cgroups2.cpp` - `tests/containerizer/cgroups2_tests.cpp` ### Overview The main namespace for cgroups v2 is `cgroups2`. The top-level control are in `cgroups2::control::<name>`. Controls for subsystems will similarly be put in `cgroups2::<subsystem>::control::<name>`. The patch adds the ability to mount, unmount, query subsystems, enable subsystems, and introduces utilities for making these operations easier. Tests are also introduced. --- Depends on: https://github.com/apache/mesos/pull/493 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
