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

Some networks not created or removed with podman engine #2323

Closed
linggao opened this issue Feb 24, 2021 · 2 comments
Closed

Some networks not created or removed with podman engine #2323

linggao opened this issue Feb 24, 2021 · 2 comments
Assignees
Labels

Comments

@linggao
Copy link
Member

linggao commented Feb 24, 2021

In podman case, there are two cases:

  1. starting a service with dependent in an agent, both containers are up, but there are 3 networks. The one that was created with the dependent should be removed after the parent is up. The code for removing the old network never got executed.
  2. starting a service with dependent with hzn dev service start , both containers are up. 2 networks. But missing the network bridge between the parent and child. The one that was created with the dependent should be removed after the parent is up.
  3. In service retry case, stop the dependent service, it then was brought up. But
Feb 23 20:21:05 lingvs4 anax[618861]: E0223 20:21:05.238312  618861 container.go:1702] Failed to restore the network connection with the parents for service anaxsquad_lingPodmanDep1_0.0.1_d67d9faa-1316-40ee-bfa6-07a1e58597ec. original network not found
@linggao linggao changed the title Bridge network not created for 'hzn dev service start' with podman engine Some networks not created or removed with podman engine Feb 24, 2021
@linggao
Copy link
Member Author

linggao commented Mar 1, 2021

This is Podman issue 9526
and Posdman issue 9529.

@linggao linggao added test and removed test labels Mar 3, 2021
@linggao
Copy link
Member Author

linggao commented Mar 3, 2021

Both podman issues are fixed. All 3 cases in the description work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants