diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2020-07-09 22:24:11 +0200 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-07-16 11:31:34 -0400 |
commit | 0d04bc94d5f29895356a47e95d12fc2e2bc4a39c (patch) | |
tree | bb288d748e55426f8787f2d06ba55bd970d74ff4 | |
parent | 2b46bf710ff266a5727f5c101872c778d470dcb4 (diff) | |
download | sos-0d04bc94d5f29895356a47e95d12fc2e2bc4a39c.tar.gz |
[podman] remove "podman pod ps -a" command
"-a" option is not used for a while (if ever) and we collect
"podman pod ps" already.
Resolves: #2146
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | sos/report/plugins/podman.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/report/plugins/podman.py b/sos/report/plugins/podman.py index f6632776..5aa57eb7 100644 --- a/sos/report/plugins/podman.py +++ b/sos/report/plugins/podman.py @@ -38,7 +38,6 @@ class Podman(Plugin, RedHatPlugin, UbuntuPlugin): 'info', 'images', 'pod ps', - 'pod ps -a', 'port --all', 'ps', 'ps -a', |