Kevin Klues created MESOS-5551:
----------------------------------
Summary: Move the Nvidia GPU isolator from
`cgroups/devices/gpu/nvidia` to `gpu/nvidia`
Key: MESOS-5551
URL: https://issues.apache.org/jira/browse/MESOS-5551
Project: Mesos
Issue Type: Improvement
Reporter: Kevin Klues
Assignee: Kevin Klues
Currently, the Nvidia GPU isolator lives in
`src/slave/containerizers/mesos/isolators/cgroups/devices/gpu/nvidia`. However,
n the future this isolator will do more than simply isolate GPUs using the
cgroups devices subsystem (e.g. volume management for injecting machine
specific Nvidia libraries into a container). For this reason, we should
preemptively move this isolator up to
`src/slave/containerizers/mesos/isolators/gpu/nvidia`. As part of this, we
should update the string we pass to the `--isolator` agent flag to reflect this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)