-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69563/
-----------------------------------------------------------
(Updated Dec. 17, 2018, 6:30 a.m.)
Review request for mesos, Benjamin Bannier, Greg Mann, James DeFelice, and Jan
Schlicht.
Changes
-------
Addressed Benjamin's comments.
Summary (updated)
-----------------
Made master to authorize `CREATE_DISK` and `DESTROY_DISK` properly.
Bugs: MESOS-9474
https://issues.apache.org/jira/browse/MESOS-9474
Repository: mesos
Description (updated)
-------
This patch fixes a bug where the master does not respect the
authorization result for `CREATE_DISK` or`DESTROY_DISK`, causing
subsequent operations to drop if the authorization is denied.
Diffs (updated)
-----
src/master/master.cpp 3de0fd35cc815f4b5787ee2cb5e81f5059d7a47c
Diff: https://reviews.apache.org/r/69563/diff/2/
Changes: https://reviews.apache.org/r/69563/diff/1-2/
Testing
-------
sudo make check
Thanks,
Chun-Hung Hsiao