-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60888/
-----------------------------------------------------------

(Updated Aug. 21, 2017, 3:21 p.m.)


Review request for mesos, Gilbert Song and Jie Yu.


Changes
-------

Rework the structure completely.  Checkpointing of standalone containers is now 
handled entirely within the --runtime_dir.


Bugs: MESOS-7305
    https://issues.apache.org/jira/browse/MESOS-7305


Repository: mesos


Description (updated)
-------

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 directory
will live under a new top-level directory `containers` and there is
no metadata to checkpoint at the moment.


Diffs (updated)
-----

  src/slave/containerizer/mesos/containerizer.cpp 
5772421c3078d36225b946a5286b8c1bf2f007e8 
  src/slave/containerizer/mesos/paths.hpp 
12ae7c7329f9e8d334cb32c30cc38465bddc046c 
  src/slave/containerizer/mesos/paths.cpp 
0c61c20c345a327ec469b382558aaeed0280e754 
  src/slave/paths.hpp 51b481fc0870f1e95448f85ee2fd485fceea1919 
  src/slave/paths.cpp eb6a28e3bdfb520a08f6985d45f6fc1a2346d99e 


Diff: https://reviews.apache.org/r/60888/diff/2/

Changes: https://reviews.apache.org/r/60888/diff/1-2/


Testing
-------

See next patch and later ones too.


Thanks,

Joseph Wu

Reply via email to