----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60890/#review184020 -----------------------------------------------------------
include/mesos/agent/agent.proto Line 65 (original), 67 (patched) <https://reviews.apache.org/r/60890/#comment260035> We should deprecate this as well. `REMOVE_CONTAINER` will be useful for standalone container as well (to remove the runtime dir which won't be deleted until this call). - Jie Yu On Aug. 29, 2017, 12:26 a.m., Joseph Wu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/60890/ > ----------------------------------------------------------- > > (Updated Aug. 29, 2017, 12:26 a.m.) > > > Review request for mesos, Gilbert Song and Jie Yu. > > > Bugs: MESOS-7305 > https://issues.apache.org/jira/browse/MESOS-7305 > > > Repository: mesos > > > Description > ------- > > Launching a standalone container is very similar to launching a > nested container, except that the caller must specify some Resources. > As such, this patch deprecates some nested container APIs > and replaces them with more generically named APIs. > > This applies to the Launch, Wait, and Kill (nested) container APIs. > > > Diffs > ----- > > include/mesos/agent/agent.proto 7c8c8a7d8298e91e4e002327b3b27d4c74b5cbae > include/mesos/v1/agent/agent.proto 3e199124b23fa027232790d99370fe2f33660096 > > > Diff: https://reviews.apache.org/r/60890/diff/2/ > > > Testing > ------- > > make > > See later patches in chain. > > > Thanks, > > Joseph Wu > >
