-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62143/
-----------------------------------------------------------
(Updated Oct. 16, 2017, 4:44 p.m.)
Review request for mesos, Gilbert Song and Jie Yu.
Summary (updated)
-----------------
Added validation for Standalone Container APIs.
Bugs: MESOS-7492
https://issues.apache.org/jira/browse/MESOS-7492
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/2/
Changes: https://reviews.apache.org/r/62143/diff/1-2/
Testing
-------
See later in chain.
Thanks,
Joseph Wu