----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50271/#review146805 -----------------------------------------------------------
Patch looks great! Reviews applied: [51428, 51429, 51042, 51043, 50269, 50270, 50271] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh - Mesos ReviewBot On Aug. 25, 2016, 3:18 p.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/50271/ > ----------------------------------------------------------- > > (Updated Aug. 25, 2016, 3:18 p.m.) > > > Review request for mesos and Jie Yu. > > > Bugs: MESOS-5275 > https://issues.apache.org/jira/browse/MESOS-5275 > > > Repository: mesos > > > Description > ------- > > This isolator evaluates agent allowed capabilities and passes net > capabilities on to `mesos-containerizer` which enforces the > capabilities. > > Capability information is passed via a new field in > `ContainerLaunchInfo`. > > > Diffs > ----- > > include/mesos/slave/containerizer.proto > 16dd3a19145b9764273cdb9a8899e353c98730e5 > src/Makefile.am 69e56551f0adca6d6a9811cafea9a8d3c56d1df9 > src/slave/containerizer/mesos/containerizer.cpp > e87292f7dc3d51f8d4a5ff2e1b9e0090748cdee6 > src/slave/containerizer/mesos/isolators/capabilities.hpp PRE-CREATION > src/slave/containerizer/mesos/isolators/capabilities.cpp PRE-CREATION > src/tests/containerizer/isolator_tests.cpp > 2725eb0f76f4e2668381c0d6686a99649f4f9f25 > > Diff: https://reviews.apache.org/r/50271/diff/ > > > Testing > ------- > > `make check` and `sudo make check` (Debian jessie, gcc-4.9.2, w/o > optimizations) > > > Thanks, > > Benjamin Bannier > >