-
Notifications
You must be signed in to change notification settings - Fork 85
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
podman network crash on container restart #985
Comments
First keep in mind that we only support the latest version upstream so for issue sin RHEL you should contact the Red Hat support. That said this is most likly caused because you use |
can we consider this closed? |
The panic place should still be fixed. If the config is not valid it should return a proper error or on teardown try to cleanup as much as possible. |
I wanted to give an update on the issue. In the end the issue came from something unrelated to the The container in question was started using default podman network. However later on during our deployment the default network subnet was changed while the container was still running. Since the container still had the old address, netavark did not know how to clean up the network after container was stopped. While it is clearly an user error on out part I still believe it should be handled as right now it completely bricks up the port. An error message informing the user that the address is no longer within network's subnet would probably have made it it a lot easier to debug. |
podman version 4.4.1, netavark 1.5.1-3 on RHEL 9.2
Hello, I'm trying to create a docker registry using
podman generate systemd
command from the container specified below:after creating and restarting the service container becomes unreachable and the following stack trace is generated with added RUST_BACKTRACE=full environment variable
subsequent service restarts seem to not generate same error, however the container is still unreachable
podman network details
The text was updated successfully, but these errors were encountered: