From cf85580c16d7a8793f4925e185b5b4503e45de18 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 12 Oct 2022 17:36:01 +0200 Subject: [PATCH] ci: include `journalctl --boot` from the host in system status Now that we run with Podman, the journal from the container that was started by minikube is not very useful. In addition to the journal from the minikube container or VM, include the journal from the host. Signed-off-by: Niels de Vos --- system-status.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system-status.sh b/system-status.sh index b26c92e75..f6f80dd7f 100755 --- a/system-status.sh +++ b/system-status.sh @@ -22,6 +22,9 @@ function log() { echo "###" >/dev/stderr } +# get the logs from the host +log journalctl --boot + # get the status of the VM in libvirt log virsh list