Add root dir sizes to dump on health checker disable
This commit is contained in:
parent
fd26441077
commit
0f8384436b
|
@ -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:"
|
||||
|
|
Reference in New Issue