aboutsummaryrefslogtreecommitdiff
path: root/weed/stats/disk.go
AgeCommit message (Collapse)AuthorFilesLines
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2020-08-01dynamically change the log level for reading the disk statusChris Lu1-1/+3
2020-06-19less noisy disk size checkingChris Lu1-1/+1
2020-04-04add disk stat to logsChris Lu1-1/+5
2018-10-15move DiskStatus and MemStatus to protobufChris Lu1-9/+4
2016-06-02directory structure change to work with glideChris Lu1-0/+14
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.