Add root dir sizes to dump on health checker disable

This commit is contained in:
Filip Rysavy 2021-12-08 09:59:46 +01:00
parent fd26441077
commit 0f8384436b
No known key found for this signature in database
GPG Key ID: EA1F430401C92D99
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ dump () {
echo
df -h /home/user
# Root dirs
echo
echo "Root dirs:"
docker run -v /:/host-root alpine:3.15.0 sh -c 'du -hs /host-root/*'
# Home dirs
echo
echo "Home dirs:"