-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65127/
-----------------------------------------------------------

(Updated Jan. 17, 2018, 12:09 a.m.)


Review request for mesos, Alexander Rukletsov and Andrew Schwartzmeyer.


Changes
-------

Fixed linux build break.


Repository: mesos


Description
-------

The network health checks called curl and then executed setns to
enter to container network namespace, which did not work on Windows.
To do the equivalent, Windows nows calls docker run with powershell's
curl equivalent (Invoke-WebRequest) and uses the
network=container:<ID> flag to enter the container's namespace.


Diffs (updated)
-----

  src/checks/checker_process.hpp 510f3b2e6e689faaf26595214ce377c2b5518f28 
  src/checks/checker_process.cpp ddb197b8cc2c503fef5ae20af32f5881fff9833f 


Diff: https://reviews.apache.org/r/65127/diff/3/

Changes: https://reviews.apache.org/r/65127/diff/2-3/


Testing
-------


Thanks,

Akash Gupta

Reply via email to