Skip to content

Commit 564990f

Browse files
committed
Report file system space usage in agent-gather
1 parent 5dff10a commit 564990f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/data/agent/files/usr/local/bin/agent-gather

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ function gather_storage_data() {
7878
cp /etc/mtab "${ARTIFACTS_DIR}/etc/mtab"
7979
( >&2 echo -n ".")
8080
lsblk > "${ARTIFACTS_DIR}/lsblk"
81+
( >&2 echo -n ".")
82+
df -h > "${ARTIFACTS_DIR}/df"
8183
( >&2 echo " Done")
8284
}
8385

0 commit comments

Comments
 (0)