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:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user