[GitHub] mesos pull request #221: Fixed a bug in the logging of cni isolator.

2017-06-20 Thread haoyixin
GitHub user haoyixin opened a pull request: https://github.com/apache/mesos/pull/221 Fixed a bug in the logging of cni isolator. the old errno would always be 0, and we can't get the reason that why execute ifconfig failed. so, we use the return value of spawn

[GitHub] mesos pull request #220: Fix a bug of logging in cni isolator.

2017-06-20 Thread haoyixin
Github user haoyixin closed the pull request at: https://github.com/apache/mesos/pull/220 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] mesos issue #220: Fix a bug of logging in cni isolator.

2017-06-20 Thread haoyixin
Github user haoyixin commented on the issue: https://github.com/apache/mesos/pull/220 i will close the pr and make a new one. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] mesos pull request #220: Fix a bug of logging in cni isolator.

2017-06-20 Thread haoyixin
GitHub user haoyixin opened a pull request: https://github.com/apache/mesos/pull/220 Fix a bug of logging in cni isolator. the old errno would always be 0, and we can't get the reason that why execute ifconfig failed. so, we use the return value of spawn for WSTRINGIFYing