-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57190/
-----------------------------------------------------------
Review request for mesos, Michael Park and Neil Conway.
Bugs: MESOS-7047
https://issues.apache.org/jira/browse/MESOS-7047
Repository: mesos
Description
-------
This commit adjusts the way persistent volumes are stored on the
agent. Instead of interpreting the role of the volume as a literal
path, we replace `/` with ` ` when creating the path. This prevents
that subdirectories are created for volumes with hierarchical roles.
Directly interpreting the role as a path is undesirable as it can lead
to volumes overlapping (e.g., a volume with role `a/b/c/d` and id `id`
would be visible as `id` in a volume with role `a/b/c` and id `d`).
Diffs
-----
src/slave/paths.cpp 38ad1993aa36a627ec97a7865488677495ee4c5a
src/tests/role_tests.cpp 77f3d46a544a51ba71476e2f0735bb32758dd9e1
Diff: https://reviews.apache.org/r/57190/diff/1/
Testing
-------
make check
Thanks,
Benjamin Bannier