-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48979/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
Bugs: MESOS-5257
https://issues.apache.org/jira/browse/MESOS-5257
Repository: mesos
Description
-------
We add this check because we decided it makes sense to only do
autodiscovery of GPUs when this isolator is turned on (unlike for
CPUs, memory, and disk where autodiscovery happens by default). We
decided to take this approach, because GPU support is still
experimental, and is only known to work well if this isolator is
enabled. We didn't want to start advertising GPUs in our resource
offer and have people attempt to use them in scenarious we haven't
considered yet. In the future we may support other use cases, but for
now we are being cautious.
Diffs
-----
src/slave/containerizer/containerizer.cpp
ea1473f25dbb2e6bca097592b85f801d9b376c3a
src/tests/containerizer/nvidia_gpu_isolator_tests.cpp
e06d107f2dcdb9b470e330c8ceee66a54220d41b
Diff: https://reviews.apache.org/r/48979/diff/
Testing
-------
Thanks,
Kevin Klues