-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48373/
-----------------------------------------------------------
(Updated June 23, 2016, 4:34 p.m.)
Review request for mesos and Benjamin Mahler.
Changes
-------
Rebased after some changes pushed to master already.
Bugs: MESOS-5559
https://issues.apache.org/jira/browse/MESOS-5559
Repository: mesos
Description
-------
All logic to do GPU allocation is now conducted asynchronously through
the `NvidiaGpuAllocator` component.
Diffs (updated)
-----
src/slave/containerizer/mesos/isolators/gpu/nvidia.hpp
28ad0b3d1d8e7642a93e4ebb0fcc399e182be393
src/slave/containerizer/mesos/isolators/gpu/nvidia.cpp
cfb23244d0e6f6e0d94685a35826b35f3297c6fe
Diff: https://reviews.apache.org/r/48373/diff/
Testing
-------
GTEST_FILTER="" make -j check && sudo GTEST_FILTER="*NVIDIA*" src/mesos-tests
Thanks,
Kevin Klues