----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75130/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- Similar to the `perf_event` controller, the `devices` controller cannot be written into cgroup.subtree_control file, so we skip the call to cgroups2::controllers::enable for the device controller. Otherwise we will run into an "Invalid argument" error from cgroups. Diffs ----- src/slave/containerizer/mesos/isolators/cgroups2/cgroups2.cpp 2ca3880790be0cd092ec05a359711e2d8e641314 Diff: https://reviews.apache.org/r/75130/diff/1/ Testing ------- Code compiles Thanks, Jason Zhou
