-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44047/
-----------------------------------------------------------
Review request for mesos, Michael Park and Vinod Kone.
Bugs: MESOS-4667
https://issues.apache.org/jira/browse/MESOS-4667
Repository: mesos
Description
-------
This allows operators to list all the dynamic reservations and persistent
volumes in a cluster. This is important in itself; it also makes it easier to
use the `/unreserve` and `/destroy-volumes` endpoints.
Diffs
-----
docs/persistent-volume.md 2a794a572ff930aa1f95706b89fef9243be627de
docs/reservation.md b98ebe6df0739b48c5fa58e087fd64b1c6c5d456
src/master/http.cpp 950206baf7f3a1cccdc49d810126473966d8d021
src/tests/persistent_volume_endpoints_tests.cpp
6069ca1e9ed278459c5182e438417e95955b1924
Diff: https://reviews.apache.org/r/44047/diff/
Testing
-------
make check
Thanks,
Neil Conway