Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: fix pouchd cannot listen tcp address #917

Conversation

HusterWan
Copy link
Contributor

Signed-off-by: Michael Wan [email protected]

Ⅰ. Describe what this PR did

Set flagSet := cmd.PersistentFlags() in main.go

Ⅱ. Does this pull request fix one issue?

fixes #916

I know it works, but i still don't know why, may @allencloud , @skoo87 can tell me why :)

Ⅲ. Describe how you did it

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@HusterWan HusterWan force-pushed the zr/fix-pouchd-cannot-listen-tcp-address branch from a214b96 to dce54bd Compare March 18, 2018 02:52
@HusterWan HusterWan force-pushed the zr/fix-pouchd-cannot-listen-tcp-address branch from dce54bd to f9f4d21 Compare March 18, 2018 02:57
@codecov-io
Copy link

codecov-io commented Mar 18, 2018

Codecov Report

Merging #917 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #917   +/-   ##
=======================================
  Coverage   13.66%   13.66%           
=======================================
  Files         121      121           
  Lines        7667     7667           
=======================================
  Hits         1048     1048           
  Misses       6529     6529           
  Partials       90       90
Impacted Files Coverage Δ
cli/restart.go 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 55ad156...f9f4d21. Read the comment docs.

@HusterWan
Copy link
Contributor Author

@Letty5411 maybe we should add some test case for pouch daemon.

@allencloud
Copy link
Collaborator

LGTM

@pouchrobot pouchrobot added the LGTM one maintainer or community participant agrees to merge the pull reuqest. label Mar 23, 2018
@allencloud allencloud merged commit ecdb925 into AliyunContainerService:master Mar 23, 2018
HusterWan added a commit to HusterWan/pouch that referenced this pull request Mar 23, 2018
@HusterWan HusterWan mentioned this pull request Mar 23, 2018
allencloud added a commit that referenced this pull request Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LGTM one maintainer or community participant agrees to merge the pull reuqest.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] pouchd listen tcp address failed
4 participants