-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53627/
-----------------------------------------------------------
(Updated Nov. 14, 2016, 6:51 p.m.)
Review request for mesos and Jie Yu.
Bugs: MESOS-6556
https://issues.apache.org/jira/browse/MESOS-6556
Repository: mesos
Description
-------
Implement a very simple namespaces/uts isolator that can be used to set
the hostname and domainname of a container without the necessity of a
CNI plugin.
Since we already had a `hostname` field in the ContainerInfo, we can
use that to set the host name once we are in the UTS namespace. Add a
corresponding `domainname` to the ContainerInfo to allow setting the
domain name.
Diffs (updated)
-----
include/mesos/mesos.proto 380575904a5a29ee53bdc87ae8791ed14e3cafca
include/mesos/slave/containerizer.proto
2621522ae59cf9275f607679b4678ac54508993d
src/Makefile.am 5a47c93388234a68c3c486a021ccdbe3213c5bac
src/cli/execute.cpp b47c427c5ad29dda1985ee8fef6c4efe054df879
src/slave/containerizer/mesos/containerizer.cpp
ec4ae32485a7ab6c9f73c512004d1220482a188e
src/slave/containerizer/mesos/isolators/namespaces/uts.hpp PRE-CREATION
src/slave/containerizer/mesos/isolators/namespaces/uts.cpp PRE-CREATION
src/slave/containerizer/mesos/launch.hpp
155e3c5a27b8c710971ee4b508600d3b5589a2e0
src/slave/containerizer/mesos/launch.cpp
320e42748adbabf09f77cb4f5951e2a7ea58fe64
src/tests/containerizer/isolator_tests.cpp
9766aaf144722b18d88f694ff37ffd53974cb60d
Diff: https://reviews.apache.org/r/53627/diff/
Testing
-------
make check.
Thanks,
James Peach