-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63388/
-----------------------------------------------------------
(Updated Dec. 6, 2017, 8:05 p.m.)
Review request for mesos, James DeFelice, Jie Yu, Joseph Wu, and Jan Schlicht.
Changes
-------
Validation for `createVolume` and `deleteVolume`.
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
d35b0d02992e3730ca47906b34c21e1ba9c653e7
Diff: https://reviews.apache.org/r/63388/diff/6/
Changes: https://reviews.apache.org/r/63388/diff/5-6/
Testing
-------
make
Thanks,
Chun-Hung Hsiao