Files
podman/pkg
Daniel J Walsh 41f94a4dc1 Fix podman unpause,pause,kill --all to work like podman stop --all
Currently if you execute podman unpause --all, podman pause --all
Podman shows attempts to unpause containers that are not paused
and prints an error.  This PR catches this error and only prints errors if
a paused container was not able to be unpaused.

Currently if you execute podman pause --all or podman kill --all, Podman
Podman shows attempts to pause or kill containers that are not running
and prints an error.  This PR catches this error and only prints errors if
a running container was not able to be paused or killed.

Also change printing of multiple errors to go to stderr and to prefix
"Error: " in front to match the output of the last error.

Fixes: https://github.com/containers/podman/issues/11098

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-08-04 12:50:00 -04:00
..
2020-12-22 13:34:31 -05:00
2021-02-11 23:01:56 +01:00
2021-07-15 11:39:50 +02:00
2021-05-06 11:51:15 +02:00
2021-07-27 15:32:23 +02:00
2021-07-27 16:10:44 +02:00
2019-07-23 15:43:40 -04:00
2021-02-22 09:03:51 +01:00
2021-02-22 09:03:51 +01:00
2021-02-25 10:02:41 -06:00
2021-02-11 23:01:56 +01:00
2021-08-03 09:25:06 -05:00
2021-03-15 14:01:52 +01:00
2021-02-22 09:03:51 +01:00
2021-07-16 14:19:56 +02:00
2021-02-22 09:03:51 +01:00
2020-12-22 13:34:31 -05:00
2021-07-02 19:00:36 +02:00
2020-01-13 14:27:02 +01:00
2021-02-11 23:01:56 +01:00