----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75167/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- Currently we do not support nested containers. We need to let nested containers pick whether they want their own resource constraints. We will do give the ability to choose with an 'isolate' field. If this field is set to false, it indicates the container does not want its own resource constraints, and does not want cgroups2 isolator to update its control files. In later patches, we will use this to skip the update and isolate calls on the controllers if isolate == true. Diffs ----- src/slave/containerizer/mesos/isolators/cgroups2/cgroups2.hpp 07eb036818ba86c4171658cc40956b66ce5db8a5 src/slave/containerizer/mesos/isolators/cgroups2/cgroups2.cpp 762bb112203cdeac09d47c2350b7b767c9dc8340 Diff: https://reviews.apache.org/r/75167/diff/1/ Testing ------- Compiles okay Thanks, Jason Zhou
