-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50123/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler, Kevin Klues, and Rajat Phull.
Bugs: MESOS-5795
https://issues.apache.org/jira/browse/MESOS-5795
Repository: mesos
Description
-------
This added 'NvidiaGpuAllocator' to docker containerizer so that the
docker containerizer can use it to allocate GPUs to the task with 'gpus'
resource. Also, allocated GPUs will automatically deallocated after the
job destroyed.
Diffs
-----
src/slave/containerizer/docker.hpp 43ca4317d608b3b43dd7bd0d1b55c721e7364885
src/slave/containerizer/docker.cpp f1ecf3b25d85597f6c3dcaa47968860ed119dbd5
Diff: https://reviews.apache.org/r/50123/diff/
Testing
-------
make check
Thanks,
Yubo Li