-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32139/
-----------------------------------------------------------
(Updated March 25, 2015, 6:47 p.m.)
Review request for mesos, Alexander Rukletsov, Ben Mahler, and Jie Yu.
Changes
-------
Updated the comment for the `reservation` field, Removed the list of valid
states/transitions for (role, reservation) pair. I'll update this with a link
to the user guide when the user guide is ready to be added to the repo.
Bugs: MESOS-2475
https://issues.apache.org/jira/browse/MESOS-2475
Repository: mesos
Description
-------
The beginning of `Resource::ReservationInfo`. This patch only introduces the
`framework_id` field. We don't need the required `principal` field yet and will
be introduced together with the "unreserve" ACLs. An optional `id` may be
introduced in the future as well.
Diffs (updated)
-----
include/mesos/mesos.proto 3c592d5ab3092ecbeddfaff95e0c1addc3ac58f8
Diff: https://reviews.apache.org/r/32139/diff/
Testing
-------
make check
Thanks,
Michael Park