-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63017/
-----------------------------------------------------------
(Updated Oct. 16, 2017, 5:58 p.m.)
Review request for mesos, Benjamin Bannier, James DeFelice, Jie Yu, Joseph Wu,
and Jan Schlicht.
Summary (updated)
-----------------
Add storage resource provider information in ResourceProviderInfo.
Bugs: MESOS-7561
https://issues.apache.org/jira/browse/MESOS-7561
Repository: mesos
Description (updated)
-------
The `CSIPlugiInfo` protobuf specifies the configurations to launch a CSI
plugin in a standalone container.
The `ResourceProviderInfo::StorageInfo` protobuf specifies which CSI
plugins are the controller and node plugins for a storage resource
provider.
Diffs
-----
include/mesos/mesos.proto 830985a3265b7c104d8fdc50749c395d98f5f3c8
include/mesos/v1/mesos.proto a6d662fb26aa4f78ef20ffe6e013f7a45f7f8c21
Diff: https://reviews.apache.org/r/63017/diff/1/
Testing (updated)
-------
make
Thanks,
Chun-Hung Hsiao