mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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 <ndevos@redhat.com>
This commit is contained in:
parent
fce1892115
commit
cf85580c16
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user