-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63388/
-----------------------------------------------------------
(Updated Dec. 7, 2017, 6:38 p.m.)
Review request for mesos, James DeFelice, Jie Yu, Joseph Wu, and Jan Schlicht.
Changes
-------
Addressed Jie's comments.
Bugs: MESOS-8108
https://issues.apache.org/jira/browse/MESOS-8108
Repository: mesos
Description
-------
For legacy operations, we just call Resources::apply(). New operations
CREATE_VOLUME, DESTROY_VOLUME, CREATE_BLOCK, DESTROY_BLOCK are
implemented through CSI. Specially, DESTROY_* requires unpublishing
the resources first.
Diffs (updated)
-----
src/resource_provider/storage/provider.cpp
d79874290d3de5242fe78cd9e6f72e6878b65882
Diff: https://reviews.apache.org/r/63388/diff/7/
Changes: https://reviews.apache.org/r/63388/diff/6-7/
Testing
-------
make
Thanks,
Chun-Hung Hsiao