1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

Report file system space usage in agent-gather

This commit is contained in:
Zane Bitter
2025-11-05 16:58:07 +13:00
parent 54f4b77a68
commit 131985ab3b

View File

@@ -78,6 +78,8 @@ function gather_storage_data() {
cp /etc/mtab "${ARTIFACTS_DIR}/etc/mtab"
( >&2 echo -n ".")
lsblk > "${ARTIFACTS_DIR}/lsblk"
( >&2 echo -n ".")
df -h > "${ARTIFACTS_DIR}/df"
( >&2 echo " Done")
}