-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45963/
-----------------------------------------------------------
(Updated Aug. 4, 2016, 8:26 p.m.)
Review request for mesos and Jiang Yan Xu.
Changes
-------
Rebased.
Bugs: MESOS-4324
https://issues.apache.org/jira/browse/MESOS-4324
Repository: mesos
Description
-------
Allow the task to specify the persistent volume access to be read-only
or read-write. Note that the persistent volume is always created as
read-write.
If the task is the first consumer of the shared persistent volume, then
set the ownership of the persistent volume to match that of the task.
Otherwise, allow the task to be executed only if the ownership of the
persistent volume matches that of the task.
Added an option to run the test in mixed (default) mode or shared-only
mode. In mixed mode, multiple shards alternate between shared and
unshared persistent volumes for the tasks. In shared-only mode, all
shards use shared persistent volumes for the tasks.
Diffs (updated)
-----
src/examples/persistent_shared_volume_framework.cpp PRE-CREATION
src/master/validation.hpp 43d876b00511d4ef652c2685d4950c994b5eef31
src/master/validation.cpp af18e5aef3be59830b0a7b0235bbc739dba1029c
src/slave/containerizer/mesos/isolators/filesystem/linux.hpp
0a85935550e36c9142d845465cfa70a1634a647a
src/slave/containerizer/mesos/isolators/filesystem/linux.cpp
6bf9a4a6438697657750f62980480205c558b6cc
src/slave/containerizer/mesos/isolators/filesystem/posix.hpp
794b6e5990db5f8eb21a6535872f284ca02e0553
src/slave/containerizer/mesos/isolators/filesystem/posix.cpp
af427c6e5691f1770ab3ebef79502eb2c2176c4a
Diff: https://reviews.apache.org/r/45963/diff/
Testing
-------
Tests successful.
Thanks,
Anindya Sinha