-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40255/
-----------------------------------------------------------
(Updated Dec. 18, 2015, 9:37 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 470b542729b01f41fc6a2e601a7a6c3d0c5353d5
src/tests/persistent_volume_tests.cpp
01b3c13751a5558d5f06edb8f650c8644dc54486
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.
Thanks,
Greg Mann