-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63022/
-----------------------------------------------------------
(Updated Oct. 17, 2017, 12:53 a.m.)
Review request for mesos, James DeFelice, Jie Yu, Joseph Wu, and Jan Schlicht.
Summary (updated)
-----------------
Imported resources from CSI plugins in storage local resource provider.
Bugs: MESOS-8101
https://issues.apache.org/jira/browse/MESOS-8101
Repository: mesos
Description (updated)
-------
The following lists the steps to import resources from a CSI plugin:
1. Launch the node plugin
1.1 GetSupportedVersions
1.2 GetPluginInfo
1.3 ProbeNode
1.4 GetNodeCapabilities
2. Launch the controller plugin
2.1 GetSuportedVersions
2.2 GetPluginInfo
2.3 GetControllerCapabilities
3. GetCapacity
4. ListVolumes
5. Report to the resource provider through UPDATE_TOTAL_RESOURCES
Diffs (updated)
-----
src/resource_provider/storage/provider.cpp
46224997430ac0c568904d80014166a6f059907f
Diff: https://reviews.apache.org/r/63022/diff/2/
Changes: https://reviews.apache.org/r/63022/diff/1-2/
Testing
-------
Thanks,
Chun-Hung Hsiao