From 1c0c7eedaad84ea35c23c7ef55309375a0b7860c Mon Sep 17 00:00:00 2001 From: Thomas Guettler Date: Thu, 15 Aug 2024 13:07:15 +0200 Subject: [PATCH] :seedling: Better usage message for detect-linux-on-another-disk.sh Fixes #1216 --- .../baremetal/client/ssh/detect-linux-on-another-disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/baremetal/client/ssh/detect-linux-on-another-disk.sh b/pkg/services/baremetal/client/ssh/detect-linux-on-another-disk.sh index 941f4d663..c008cfc4a 100755 --- a/pkg/services/baremetal/client/ssh/detect-linux-on-another-disk.sh +++ b/pkg/services/baremetal/client/ssh/detect-linux-on-another-disk.sh @@ -27,7 +27,7 @@ function usage() { echo " Exit 1: There is a Linux on a different disk.". echo " Exit 3: Unexpected error." echo "Existing WWNs:" - lsblk -oNAME,WWN | grep -vi loop || true + lsblk -oNAME,WWN,SIZE,MOUNTPOINTS | grep -vi loop || true } if [ $# -eq 0 ]; then