----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72122/ -----------------------------------------------------------
Review request for mesos, Greg Mann and Qian Zhang. Repository: mesos Description ------- This patch modifies `cgroups::create` function to call `cloneCpusetCpusMems` for all non-existent nested cgroups. For instance, if `cgroups::create` is called to create three non-existent cgroups recursively for the path `/a/b/c`, then `cloneCpusetCpusMems` will clone both `cpuset.cpus` and `cpuset.mems` for `/a`, then `/a/b`, and then `/a/b/c`. Diffs ----- src/linux/cgroups.cpp 73646c9eb39948192acedb67e3d2fb13acb14b30 Diff: https://reviews.apache.org/r/72122/diff/1/ Testing ------- Thanks, Andrei Budnik
