-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63388/
-----------------------------------------------------------
(Updated Nov. 4, 2017, 1:23 a.m.)
Review request for mesos, James DeFelice, Jie Yu, Joseph Wu, and Jan Schlicht.
Changes
-------
Rebased and set up `disk.source.*.root`.
Summary (updated)
-----------------
Handling offer operations in storage local resource provider.
Bugs: MESOS-8108
https://issues.apache.org/jira/browse/MESOS-8108
Repository: mesos
Description (updated)
-------
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 46224997430ac0c568904d80014166a6f059907f
Diff: https://reviews.apache.org/r/63388/diff/2/
Changes: https://reviews.apache.org/r/63388/diff/1-2/
Testing
-------
make
Thanks,
Chun-Hung Hsiao
|