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

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


    from 9ec5e2b  Fixed the broken PathTest.PathIteration on windows.
     new e855f1e  Moved cgroup path helpers to `paths.hpp`.
     new 81555e8  Fixed `cgroups::create` for nested cgroups.
     new 220cf10  Cgroups isolator: added support for nested cgroups during 
launch.
     new 969836b  Cgroups isolator: added support for nested cgroups during 
recovery.
     new 96291c0  Updated nested mesos containerizer tests to support 
`share_cgroups`.
     new e452533  Added a test `LaunchNestedShareCgroups`.

The 6 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:
 src/linux/cgroups.cpp                              |  26 ++-
 .../mesos/isolators/cgroups/cgroups.cpp            | 182 +++++++++++++--------
 .../mesos/isolators/cgroups/cgroups.hpp            |   2 +
 .../mesos/isolators/network/ports.cpp              |   5 +-
 src/slave/containerizer/mesos/linux_launcher.cpp   |  77 ++-------
 src/slave/containerizer/mesos/linux_launcher.hpp   |   6 -
 src/slave/containerizer/mesos/paths.cpp            |  60 +++++++
 src/slave/containerizer/mesos/paths.hpp            |  14 ++
 .../nested_mesos_containerizer_tests.cpp           | 138 ++++++++++++++--
 9 files changed, 359 insertions(+), 151 deletions(-)

Reply via email to