From a373882099e97095c0c73bf7611bf9f33e999ca0 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Thu, 12 Aug 2021 19:40:40 +0530 Subject: [PATCH] ci: dump the rbd-nbd logs print the rbd-nbd logs from the VM location /var/log/ceph/ Signed-off-by: Prasanna Kumar Kalever --- system-status.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system-status.sh b/system-status.sh index 81a6856fb..a9bd54739 100755 --- a/system-status.sh +++ b/system-status.sh @@ -39,6 +39,9 @@ log minikube_ssh journalctl --boot log df -hT log minikube_ssh df -hT +# get the rbd-nbd logs from the VM and write them to stdout +log minikube_ssh "sudo find /var/log/ceph/ -type f | xargs sudo tail -n +1" + # fetch all logs from /var/lib/rook in the VM and write them to stdout log minikube_ssh sudo tar c /var/lib/rook | tar xvO