-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63022/
-----------------------------------------------------------
(Updated Nov. 28, 2017, 11:39 p.m.)
Review request for mesos, James DeFelice, Jie Yu, Joseph Wu, and Jan Schlicht.
Changes
-------
Added a helper function to create raw disk resources and updated the reconciliation algorithm.
Bugs: MESOS-8101
https://issues.apache.org/jira/browse/MESOS-8101
Repository: mesos
Description
-------
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 NodeProbe
1.4 GetNodeID
2. Launch the controller plugin
2.1 GetSuportedVersions
2.2 GetPluginInfo
2.3 ControllerProbe
2.3 GetControllerCapabilities
3. Get preprovisioned volumes
3.1 ListVolumes
3.2 ValidateVolumeCapabilities for each volume
4. GetCapacity for each profile
5. Reconcile with the checkpointed state
6. Report the reconciled resources through UPDATE_STATE
Diffs (updated)
-----
src/resource_provider/storage/provider.cpp 49c042cdb1837860aaedde2e48f318ed5ac8b1d1
Diff: https://reviews.apache.org/r/63022/diff/12/
Changes: https://reviews.apache.org/r/63022/diff/11-12/
Testing
-------
Thanks,
Chun-Hung Hsiao
|