aboutsummaryrefslogtreecommitdiff
path: root/weed/stats/disk_supported.go
AgeCommit message (Collapse)AuthorFilesLines
2025-02-17freebsd has fs.Bavail as int64chrislu1-1/+1
fix freebsd building https://github.com/seaweedfs/seaweedfs/actions/runs/13380531394/job/37368195169
2025-02-17fix: The free disk size and percentage are quite different from the output ↵zouyixiong1-1/+5
of df -h. (#6550) * fix: record and delete bucket metrics after inactive * feat: match available disk size with system cmd `dh -h` * feat: move temp test to unmaintained/ --------- Co-authored-by: XYZ <XYZ>
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2021-09-01go fmtChris Lu1-0/+1
2020-02-23fillInDiskStatus: update function to calculate new statsLazyDBA247-Anyvision1-0/+2
2018-10-15move DiskStatus and MemStatus to protobufChris Lu1-1/+3
2016-06-02directory structure change to work with glideChris Lu1-0/+19
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.