From 86d5c17ba48c34ef03788b4aaac114d2e4a1e3a7 Mon Sep 17 00:00:00 2001 From: Yug Date: Wed, 12 May 2021 14:06:05 +0530 Subject: [PATCH] ci: use "-T" to display the filesystem type Provide filesystem type information with logs Signed-off-by: Yug --- system-status.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-status.sh b/system-status.sh index 1b73eaedc..6dfe6a82a 100755 --- a/system-status.sh +++ b/system-status.sh @@ -36,5 +36,5 @@ log minikube_ssh top -b -c -n1 -w log minikube_ssh journalctl --boot # filesystem status for host and VM -log df -h -log minikube_ssh df -h +log df -hT +log minikube_ssh df -hT