From 7e95e1e25c22193d7baf2a53dacd82e477589b4b Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 27 Jan 2020 12:04:43 -0500 Subject: Cirrus: collect podman system info Signed-off-by: Chris Evich --- contrib/cirrus/logcollector.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/cirrus/logcollector.sh b/contrib/cirrus/logcollector.sh index 17f5eb099..1769e9362 100755 --- a/contrib/cirrus/logcollector.sh +++ b/contrib/cirrus/logcollector.sh @@ -32,6 +32,7 @@ case $1 in df) showrun df -lhTx tmpfs ;; ginkgo) showrun cat $CIRRUS_WORKING_DIR/test/e2e/ginkgo-node-*.log ;; journal) showrun journalctl -b ;; + podman) showrun podman system info ;; varlink) if [[ "$TEST_REMOTE_CLIENT" == "true" ]] then -- cgit v1.2.3-54-g00ecf