df can hang

This commit is contained in:
Girish Ramakrishnan
2024-02-21 12:47:30 +01:00
parent c1bb4de6a3
commit fa3e908afc
2 changed files with 5 additions and 3 deletions

View File

@@ -125,7 +125,9 @@ function send_diagnostics() {
fi
echo -e $LINE"Filesystem stats"$LINE >> $log
df -h &>> $log
if ! timeout --kill-after 10s 15s df -h &>> $log 2>&1; then
echo -e "df is not responding" >> $log
fi
echo -e $LINE"Appsdata stats"$LINE >> $log
du -hcsL /home/yellowtent/appsdata/* &>> $log || true