podman inspect ctr is broken after network disconnect #9234
Labels
In Progress
This issue is actively being worked by the assignee, please do not work on this at this time.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
After running network disconnect on a container
podman inspect
fails withError: network inspection mismatch: asked to join 1 CNI network(s) [foo-a], but have information on 2 network(s): internal libpod error
Steps to reproduce the issue:
podman run --name test --network foo-a -d alpine sleep 1000
podman network connect foo-b test
podman network disconnect foo-b test
podman inspect test
Describe the results you received:
Describe the results you expected:
inspect should work
The text was updated successfully, but these errors were encountered: