----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13043/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Ben Mahler, Ian Downes, and Vinod Kone. Repository: mesos-git Description ------- uts hostname isolation When a uts namespace is created the hostname and dnsdomainname are copied from the existing uts namespace. So from an application perspective this should be invisible unless the hostnanme changes. This doesn't do much except keep hostname changes in a slave from propogating across the parent. But the code is cheap so why not. Diffs ----- src/slave/cgroups_isolator.cpp 0faf7d5 Diff: https://reviews.apache.org/r/13043/diff/ Testing ------- make -j8 check And watched the tests pass. Thanks, Eric Biederman
