From 3cb7a534b88a165c5c6fd6f914958b833e9ba3ea Mon Sep 17 00:00:00 2001 From: Lukas Zapletal Date: Tue, 16 Apr 2024 13:44:02 +0200 Subject: [PATCH] ci_details: add volumes and fs info Signed-off-by: Lukas Zapletal --- schutzbot/ci_details.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/schutzbot/ci_details.sh b/schutzbot/ci_details.sh index 9e833d9093..581c7b8001 100755 --- a/schutzbot/ci_details.sh +++ b/schutzbot/ci_details.sh @@ -33,9 +33,13 @@ CI MACHINE SPECS EOF echo -e "\033[0m" +echo "Volume and file system info:" +sudo lsblk +sudo findmnt +echo "------------------------------------------------------------------------------" + echo "List of system repositories:" sudo yum repolist -v - echo "------------------------------------------------------------------------------" echo "List of installed packages:"