----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55790/#review168128 -----------------------------------------------------------
Fix it, then Ship it! Ship It! src/slave/containerizer/mesos/isolators/network/cni/cni.cpp Lines 999 (patched) <https://reviews.apache.org/r/55790/#comment240258> Do you explicitly need this? Even if you do please define this at the top. src/tests/containerizer/cni_isolator_tests.cpp Lines 165 (patched) <https://reviews.apache.org/r/55790/#comment240259> s/mockPlugin/`mockPlugin` src/tests/containerizer/cni_isolator_tests.cpp Lines 174 (patched) <https://reviews.apache.org/r/55790/#comment240260> s/mockPlugin/`mockPlugin` src/tests/containerizer/cni_isolator_tests.cpp Lines 1048 (patched) <https://reviews.apache.org/r/55790/#comment240262> s/formatResolverConfig()/`formatResolverConfig()`/ src/tests/containerizer/cni_isolator_tests.cpp Lines 1112 (patched) <https://reviews.apache.org/r/55790/#comment240263> Instead of setting this to the hosts IP address can we set it to the `loopback` (127.0.0.1). We want the query to this nameserver to fail before it hits the google servers. Just being a bit cautious here in case there is a DNS masquerade running on the host :). - Avinash sridharan On March 1, 2017, 4:51 p.m., James Peach wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/55790/ > ----------------------------------------------------------- > > (Updated March 1, 2017, 4:51 p.m.) > > > Review request for mesos, Avinash sridharan, Jie Yu, and Jiang Yan Xu. > > > Bugs: MESOS-6858 > https://issues.apache.org/jira/browse/MESOS-6858 > > > Repository: mesos > > > Description > ------- > > Add support for the full set of DNS resolver configuration items that > a CNI IPAM plugin can specify. This implements updating the container's > resolv.conf with the 'domain', 'search', and 'options' keywords. > > > Diffs > ----- > > src/slave/containerizer/mesos/isolators/network/cni/cni.cpp > 84dc157e7d9e332a6da0f1fc33303e9ef9bdc147 > src/slave/containerizer/mesos/isolators/network/cni/spec.hpp > ccd511ec14810dcc1020dec5e1641141f3a319b4 > src/slave/containerizer/mesos/isolators/network/cni/spec.cpp > ac48159dadcea422f605e723db94a7f3bb573fa2 > src/tests/containerizer/cni_isolator_tests.cpp > cb893d3ef005a9cc60c40768fa669b27c4863020 > > > Diff: https://reviews.apache.org/r/55790/diff/4/ > > > Testing > ------- > > sudo make check (Fedora 25) > > > Thanks, > > James Peach > >
