-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40255/
-----------------------------------------------------------
(Updated Nov. 14, 2015, 12:25 a.m.)
Review request for mesos, Jie Yu, Michael Park, and Neil Conway.
Changes
-------
Rebase.
Bugs: MESOS-3065
https://issues.apache.org/jira/browse/MESOS-3065
Repository: mesos
Description
-------
Added framework authorization for persistent volumes.
Diffs (updated)
-----
src/master/master.cpp 7bac0fea4bcd040307fdfdcd002387d5baee46d1
src/tests/persistent_volume_tests.cpp
8b791ac0861171b0c655307e965165d9ad7ba966
Diff: https://reviews.apache.org/r/40255/diff/
Testing
-------
This is the fifth in a chain of 7 patches. New tests were added to
`persistent_volume_tests.cpp` in order to test a framework attempting both
successful and failed authorizations for `CREATE` and `DESTROY` offer
operations. `make check` was used to test after all patches were applied.
Note that this chain of patches touches many of the same files as another chain
beginning with Review #39985 and ending with Review #39989, which is currently
in review as well. To avoid conflicts, the beginning of this chain begins on
top of Review #39989.
Thanks,
Greg Mann