You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Jie Yu <yu...@gmail.com> on 2015/08/08 00:37:06 UTC

Review Request 37236: Added the linux filesystem isolator.

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

Review request for mesos, Ian Downes, Timothy Chen, Vinod Kone, and Jiang Yan Xu.


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


Repository: mesos


Description
-------

Added the linux filesystem isolator.

Note that the persistent volume part (i.e., update) hasn't been implemented yet.

This review is derived from https://reviews.apache.org/r/36429/

Tests are in the subsequent review.


Diffs
-----

  src/Makefile.am 35ebbbd0bd9c9dd059c02ce3dc22c780b929be81 
  src/slave/containerizer/isolators/filesystem/linux.hpp PRE-CREATION 
  src/slave/containerizer/isolators/filesystem/linux.cpp PRE-CREATION 
  src/slave/containerizer/mesos/containerizer.cpp 6d07ff151770bac4eeeb7cd8c9d03f54f2e78ec1 

Diff: https://reviews.apache.org/r/37236/diff/


Testing
-------

sudo make check


Thanks,

Jie Yu