----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75131/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- Currently, the containerizer only creates the cgroups v1 version of the GPU isolator, even if cgroups v2 is mounted. We need to create the cgroups2 version of the GPU isolator if cgroups2 is mounted to avoid running into compatibility issues. Diffs ----- src/slave/containerizer/mesos/containerizer.cpp f7ff6b8e56e80881ac89ba650b7aa4f4eec3484b Diff: https://reviews.apache.org/r/75131/diff/1/ Testing ------- Existing GPU isolator tests pass, with the exception of the DefaultExecutorVerifyDeviceAccess test which is because we currently don't support nested containers. Thanks, Jason Zhou
