-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63498/
-----------------------------------------------------------
Review request for mesos, Gilbert Song, Jie Yu, Joseph Wu, and Jan Schlicht.
Bugs: MESOS-7550
https://issues.apache.org/jira/browse/MESOS-7550
Repository: mesos
Description
-------
If the `root` field is set to a relative path, it would mean that the
path is relative to the agent work directory. This provides the ability
for an isolator to construct the mount point of a CSI volume without
knowing the resource provider info.
Diffs
-----
include/mesos/mesos.proto 68a5538904b601a91a40db68cebde96f74a2f160
include/mesos/v1/mesos.proto c46cec78db63dc3714e357a954a4e7bf080485fd
src/slave/paths.hpp f000508d414daf9f943561f89c7105503a8a98b3
src/slave/paths.cpp fd546525b900cb6524fb9196d19616ef18de0f30
Diff: https://reviews.apache.org/r/63498/diff/1/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao