-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69402/
-----------------------------------------------------------
(Updated Nov. 21, 2018, 3:41 a.m.)
Review request for mesos, Benjamin Bannier and Jie Yu.
Changes
-------
Check the volume capabilities outside the conditional.
Bugs: MESOS-9275
https://issues.apache.org/jira/browse/MESOS-9275
Repository: mesos
Description
-------
This patch makes sure that `CreateVolume` is idempotent, and check if
the specified volume capability is supported.
Diffs (updated)
-----
src/examples/test_csi_plugin.cpp 66f4ee0e2381e94bf9110d1e6e9f79eac939f683
Diff: https://reviews.apache.org/r/69402/diff/2/
Changes: https://reviews.apache.org/r/69402/diff/1-2/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao