-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62143/
-----------------------------------------------------------
(Updated Nov. 13, 2017, 5:27 p.m.)
Review request for mesos, Gilbert Song and Jie Yu.
Changes
-------
Changed some of the resource validation to use the common helpers.
Functionality should remain the same.
Bugs: MESOS-7305
https://issues.apache.org/jira/browse/MESOS-7305
Repository: mesos
Description
-------
The Standalone Container APIs act much like the nested container APIs,
except that ContainerIDs do not necessarily need to have a parent.
Additionally, the 'resources' field in the `LAUNCH_CONTAINER` API
has some restrictions due to how these resources are not reported
to the master.
Diffs (updated)
-----
src/slave/validation.cpp a575d88dffd2714447d7780a7433506a6e8c085f
Diff: https://reviews.apache.org/r/62143/diff/4/
Changes: https://reviews.apache.org/r/62143/diff/3-4/
Testing
-------
See later in chain.
Thanks,
Joseph Wu