mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
ci: dump the rbd-nbd logs
print the rbd-nbd logs from the VM location /var/log/ceph/ Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
parent
2f24c7f47d
commit
a373882099
@ -39,6 +39,9 @@ log minikube_ssh journalctl --boot
|
|||||||
log df -hT
|
log df -hT
|
||||||
log minikube_ssh 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
|
# 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
|
log minikube_ssh sudo tar c /var/lib/rook | tar xvO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user