----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75190/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- The NvidiaGpuIsolatorProcess currently still does not declare itself to support nesting because nested containers were not supported for the cgroups isolator. Nested container support was added for cgroups isolator in: https://reviews.apache.org/r/75177/ As such we will declare NvidiaGpuIsolatorProcess to be good for nesting. Diffs ----- src/slave/containerizer/mesos/isolators/gpu/isolator.cpp 78c63510dd6ab721a7a3c6f3dfaeed7e8cacc41f Diff: https://reviews.apache.org/r/75190/diff/1/ Testing ------- All NvidiaGpuTests pass. Thanks, Jason Zhou
