Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"More accurate disk percent usage" #157 change produces strange numbers #161

Open
VeselaHouba opened this issue Nov 24, 2020 · 0 comments
Open

Comments

@VeselaHouba
Copy link
Contributor

VeselaHouba commented Nov 24, 2020

I appreciate @SaviourSelf work #157 as now the warning comes before it's too late, but we found some strange numbers:
In version 5.1.2

CheckDisk CRITICAL: /backup 100.14% bytes usage (10.46 TiB/10.55 TiB)

Old version 5.1.1

CheckDisk WARNING: /backup 99.14% bytes usage (10.46 TiB/10.55 TiB)

Check definition

check-disk-usage.rb -r -w 75 -c 90 -l 20 -m 0.8 -x proc,tmpfs,aufs,nsfs,debugfs,tracefs,nfs,nfs4 -p '/var/lib/docker/'

df numbers

# df -h /backup/
Filesystem              Size  Used Avail Use% Mounted on
/dev/mapper/vg0-backup   11T   11T   94G 100% /backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@VeselaHouba and others