-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60888/
-----------------------------------------------------------
Review request for mesos, Gilbert Song and Jie Yu.
Bugs: MESOS-7305
https://issues.apache.org/jira/browse/MESOS-7305
Repository: mesos
Description
-------
Although there is no way to launch standalone containers yet,
this commit outlines the expected layout of container metadata
which should be populated when launching standalone containers.
The layout is fairly simple, as standalone containers have no
framework, executor, or tasks to worry about. The sandbox and
metadata directories for standalone containers will be nested under
`slaves/<SlaveID>/standalone/<ContainerID>`.
In terms of metadata, standalone containers only checkpoint their
forked PID at the moment.
Diffs
-----
src/slave/containerizer/mesos/containerizer.cpp
9376d14d66f5dc7e91c7c0e9da253f5eb9347539
src/slave/paths.hpp 51b481fc0870f1e95448f85ee2fd485fceea1919
src/slave/paths.cpp c08e83c14be30c9ef376326d23a8ec6b6b9ff246
src/slave/state.hpp 18c43193349ca6ec3d18967dcee69324a435e2fa
src/slave/state.cpp 24efd4b108ec292223016151d01b10ff2c7f75ca
Diff: https://reviews.apache.org/r/60888/diff/1/
Testing
-------
See next patch and later ones too.
Thanks,
Joseph Wu