-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63022/
-----------------------------------------------------------
(Updated Dec. 6, 2017, 7:50 p.m.)
Review request for mesos, James DeFelice, Jie Yu, Joseph Wu, and Jan Schlicht.
Changes
-------
Added `sendResourceProviderStateUpdate` and sending pending operations.
Bugs: MESOS-8101
https://issues.apache.org/jira/browse/MESOS-8101
Repository: mesos
Description
-------
The following lists the steps to reconcile resources:
1. Import resources from the CSI plugin:
a. Get preprovisioned volumes:
ListVolumes
ValidateVolumeCapabilities for each volume
b. GetCapacity for each profile to get RAW resources
2. For each resource in the checkpointed resources:
a. Strip away metadata (reservation, persistence, etc)
b. Additional resources after subtracting the stripped resources
from the imported resources are new resources.
3. Report the reconciled resources through UPDATE_STATE
Diffs (updated)
-----
src/resource_provider/storage/provider.cpp
d35b0d02992e3730ca47906b34c21e1ba9c653e7
Diff: https://reviews.apache.org/r/63022/diff/17/
Changes: https://reviews.apache.org/r/63022/diff/16-17/
Testing
-------
Thanks,
Chun-Hung Hsiao