spiegel_podman/pkg/domain
Matthew Heon ef1a22cdea Fix a deadlock when removing pods
The infra container would try to remove the pod, despite the pod
already being in the process of being removed - oops. Add a check
to ensure we don't try and remove the pod when called by the
`podman pod rm` command.

Also, wire up noLockPod - it wasn't previously wired in, which is
concerning, and could be related?

Finally, make a few minor fixes to un-break lint.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2023-06-01 16:27:25 -04:00
..
entities Pods now return what containers were removed with them 2023-06-01 16:24:59 -04:00
filters fix != filter in volume prune 2023-02-15 10:55:21 +05:30
infra Fix a deadlock when removing pods 2023-06-01 16:27:25 -04:00
utils Merge pull request #17309 from dwagin/dwagin/ssh_exec_identity 2023-02-20 16:31:57 +01:00