-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12343/
-----------------------------------------------------------
(Updated July 15, 2013, 11:12 p.m.)
Review request for mesos and Benjamin Hindman.
Changes
-------
Removed the --reservations flag in favor of having users specify roles for
resources as part of the --resources flag.
Bugs: MESOS-505
https://issues.apache.org/jira/browse/MESOS-505
Repository: mesos
Description
-------
Add reservations to slaves, including a command line flag and field in
SlaveInfo. Also update HierarchicalAllocatorProcess to consider reservations
when making allocations.
Diffs (updated)
-----
src/common/resources.hpp 42dfb6a
src/common/resources.cpp 8bc1057
src/master/hierarchical_allocator_process.hpp c959c3f
src/slave/flags.hpp 94c393e
src/slave/slave.cpp 9a2c671
Diff: https://reviews.apache.org/r/12343/diff/
Testing
-------
make check
Thanks,
Thomas Marshall