spiegel_podman/pkg/domain
Daniel J Walsh ac8b7ddd8d Drop container does not exist on removal to debugf
We have race conditions where a container can be removed
by two different processes when running podman --remove rm.

It can be cleaned up in the API or by the conmon executing
podman container cleanup.

When we fail to remove a container that does not exists we should
not be printing errors or warnings, we should just debug the fact.

[NO TESTS NEEDED] Since this is a race condition it is difficult to
test.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-05-25 15:17:35 -04:00
..
entities Add restart-policy to container filters & --filter to podman start 2021-05-06 14:35:15 +03:00
filters Add restart-policy to container filters & --filter to podman start 2021-05-06 14:35:15 +03:00
infra Drop container does not exist on removal to debugf 2021-05-25 15:17:35 -04:00
utils Fixup issues found by golint 2020-06-10 05:49:41 -04:00