DevinLeamy commented on code in PR #556:
URL: https://github.com/apache/mesos/pull/556#discussion_r1569553390
##########
src/slave/containerizer/mesos/isolators/cgroups2/cgroups2.hpp:
##########
@@ -32,6 +35,23 @@ namespace mesos {
namespace internal {
namespace slave {
+// Cgroups v2 Mesos isolator.
+//
+// Manages the cgroup v2 controllers that are used by containers. Each
+// container is associated with two cgroups: a non-leaf cgroup whose control
+// files are updated and a leaf cgroup where the container process lives.
+// The container pid cannot live in the non-leaf cgroup because of the cgroups
+// v2 internal process constraint.
+// Learn more here:
https://docs.kernel.org/admin-guide/cgroup-v2.html#no-internal-process-constraint
Review Comment:
Add no-lint.
--
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]