-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49566/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler, Yubo Li, and Vikrama Ditya.
Bugs: MESOS-5401
https://issues.apache.org/jira/browse/MESOS-5401
Repository: mesos
Description
-------
This makes it so that the 'NvidiaVolume' component can be shared
across containerizers in the same way that the 'NvidiaGpuAllocator' is
currently being shared.
Diffs
-----
src/slave/containerizer/containerizer.cpp
a436a5d6e367bfd310a003193c9d3770c3fcbac9
src/slave/containerizer/mesos/isolators/gpu/components.hpp
39c6126f5a5023e59b1bd2d90f1aaa47b09d6b28
Diff: https://reviews.apache.org/r/49566/diff/
Testing
-------
`GTEST_FILTER="*NVIDIA_GPU_Volume*" make -j check`
Thanks,
Kevin Klues