-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63377/
-----------------------------------------------------------
(Updated Nov. 4, 2017, 12:58 a.m.)
Review request for mesos, Jie Yu, Joseph Wu, and Jan Schlicht.
Changes
-------
Addressed Jie's comments.
Bugs: MESOS-8141
https://issues.apache.org/jira/browse/MESOS-8141
Repository: mesos
Description (updated)
-------
A storage resource provider can now store the following persistent CSI
data in `<work_dir>/resource_providers/<type>/<name>/csi`:
1. Mount points of CSI volumes: `volumes/<volume_id>`
2. States of CSI volumes: `states/<volume_id>/state`
3. Directory to place CSI endpoints: `/tmp/mesos-csi-XXXXXX`, which
would be symlinked by `plugins/<plugin_name>/endpoint`.
Diffs (updated)
-----
src/Makefile.am 1c97b1fd8151f87c4e9e6d62884b0ef7d582c312
src/resource_provider/storage/paths.hpp PRE-CREATION
src/resource_provider/storage/paths.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/63377/diff/2/
Changes: https://reviews.apache.org/r/63377/diff/1-2/
Testing
-------
make
Thanks,
Chun-Hung Hsiao
|