-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63377/
-----------------------------------------------------------
Review request for mesos, Jie Yu, Joseph Wu, and Jan Schlicht.
Bugs: MESOS-8141
https://issues.apache.org/jira/browse/MESOS-8141
Repository: mesos
Description
-------
A storage resource provider can now store the following persistent CSI
data in `<work_dir>/csi/resource_providers/<type>/<name>`:
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
-----
src/Makefile.am b60a54a031260de6f1fb43584ae5083df2dc7e31
src/resource_provider/storage/paths.hpp PRE-CREATION
src/resource_provider/storage/paths.cpp PRE-CREATION
src/slave/paths.hpp f000508d414daf9f943561f89c7105503a8a98b3
Diff: https://reviews.apache.org/r/63377/diff/1/
Testing
-------
make
Thanks,
Chun-Hung Hsiao