----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63377/ ----------------------------------------------------------- (Updated Nov. 24, 2017, 6:48 p.m.) Review request for mesos, Jie Yu, Joseph Wu, and Jan Schlicht. Changes ------- Addressed jieyu's comment. Bugs: MESOS-8141 https://issues.apache.org/jira/browse/MESOS-8141 Repository: mesos Description ------- A CSI plugin can now store the following persistent CSI data in `/csi///`: 1. Mount points of CSI volumes: `volumes/` 2. States of CSI volumes: `states//state` 3. Directory to place CSI endpoints: `/tmp/mesos-csi-XXXXXX`, which would be symlinked by `containers//endpoint`. Diffs (updated) ----- src/Makefile.am 9641ad4cf2a1f7fe56a4dcccb6eeff7130872fa8 src/csi/paths.hpp PRE-CREATION src/csi/paths.cpp PRE-CREATION src/slave/paths.hpp 66dfa4544772d78ccc9229dc861da60c79913f24 src/slave/paths.cpp b03ffeeed83cb73228cca27769262fb08df38fb5 Diff: https://reviews.apache.org/r/63377/diff/4/ Changes: https://reviews.apache.org/r/63377/diff/3-4/ Testing ------- make Thanks, Chun-Hung Hsiao