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
|
echo
|
||||||
df -h /home/user
|
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
|
# Home dirs
|
||||||
echo
|
echo
|
||||||
echo "Home dirs:"
|
echo "Home dirs:"
|
||||||
|
|
Reference in New Issue