-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50947/
-----------------------------------------------------------
(Updated Nov. 16, 2016, 3:28 a.m.)
Review request for mesos, Benjamin Mahler, Guangya Liu, Kevin Klues, and Rajat
Phull.
Summary (updated)
-----------------
Only check `gpu/nvidia` isolator for mesos containerizer.
Bugs: MESOS-5975
https://issues.apache.org/jira/browse/MESOS-5975
Repository: mesos
Description (updated)
-------
Mesos containerizer uses isolator `gpu/nvidia` for GPU isolation while
docker containerizers do not need it. This patch is making the isolator
`gpu/nvidia` check only available for mesos containerizer but not docker
containerizer in GPU allocator.
Diffs (updated)
-----
src/slave/containerizer/mesos/isolators/gpu/allocator.cpp
2e722691475c84afae14009014ea70cc0fdd0e65
Diff: https://reviews.apache.org/r/50947/diff/
Testing
-------
make check
Thanks,
Yubo Li