----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75177/ -----------------------------------------------------------
(Updated Aug. 15, 2024, 8:42 p.m.) Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- We enable support for nested containers on systems with cgroups v2 with this patch. This means that nested containers will now have their cgroups created for them, and that the cgroups2 isolator functions will be called for nested containers. Diffs (updated) ----- src/slave/containerizer/mesos/isolators/cgroups2/cgroups2.cpp d1507ecd979405d1fd4d56c5fcd990b22eb311f6 Diff: https://reviews.apache.org/r/75177/diff/2/ Changes: https://reviews.apache.org/r/75177/diff/1-2/ Testing ------- Compiles okay. When later patches are applied NamespacesIsolatorTest pass and NestedMesosContainerizerTests pass (except for the ones that check for subsystem hierarchies) Thanks, Jason Zhou
