aboutsummaryrefslogtreecommitdiff
path: root/weed/command/compact.go
AgeCommit message (Collapse)AuthorFilesLines
2017-08-29preallocate disk space during compaction also, add cleanup for failed compactionChris Lu1-2/+4
2017-01-08change the basic unit to MBChris Lu1-2/+2
2017-01-08support Fallocate on linuxChris Lu1-5/+6
2016-09-22add a new way to manually compact corrupted volumeChris Lu1-2/+9
fix https://github.com/chrislusf/seaweedfs/issues/371
2016-06-02directory structure change to work with glideChris Lu1-0/+45
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.