Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are cases where the container storage unmount has been already (partially) done. This would cause `StopContainer()` in `server/container_stop.go:76` fail and therefore make containers get stuck in recreation, making their pods stuck in `NotReady`. We now double check the two c/stroage errors `ErrContainerUnknown` and `ErrLayerUnknown` Somehow related to: containers/podman#11207 (comment) Cherry-pick of: cri-o#6517 Signed-off-by: Sascha Grunert <[email protected]> Cherry-picked: 260dfc0
- Loading branch information