-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42995/
-----------------------------------------------------------
(Updated Feb. 5, 2016, 10:57 p.m.)
Review request for mesos and Adam B.
Bugs: MESOS-4324
https://issues.apache.org/jira/browse/MESOS-4324
Repository: mesos
Description
-------
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.
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.
Diffs (updated)
-----
src/examples/persistent_shared_volume_framework.cpp PRE-CREATION
src/master/master.cpp e1ca81dab85a7ab1391eca0d6bd995548bf79c22
src/master/validation.hpp 380b40279faf180a6f401a5e28280b601dbc648c
src/master/validation.cpp 66898e914c7b4ab83c4580be67530f355cfb05ca
src/slave/containerizer/mesos/isolators/filesystem/linux.cpp
b9615becc87e6c69c5c56b6ae76ccae180c26917
src/slave/containerizer/mesos/isolators/filesystem/posix.cpp
01c0ad6dbb6d509e62e769365586b3d23dcb240d
Diff: https://reviews.apache.org/r/42995/diff/
Testing
-------
make check done.
Thanks,
Anindya Sinha