You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2019/04/04 00:28:47 UTC

[mesos] branch master updated (f728ce3 -> f88880b)

This is an automated email from the ASF dual-hosted git repository.

jieyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from f728ce3  Cleaned up `mesos::csi::v0::Client` interface.
     new 76e583a  Switched to used `/proc/1/ns/pid` to test pid namespaces.
     new f88880b  Mounted /proc properly a container shares pid namespace with its parent.

The 16886 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../mesos/isolators/namespaces/pid.cpp             | 73 +++++++++++++++-------
 src/slave/containerizer/mesos/paths.cpp            | 11 ++++
 src/slave/containerizer/mesos/paths.hpp            |  9 +++
 src/tests/containerizer/isolator_tests.cpp         |  4 +-
 .../nested_mesos_containerizer_tests.cpp           |  6 +-
 src/tests/default_executor_tests.cpp               |  4 +-
 6 files changed, 79 insertions(+), 28 deletions(-)