add a command to force compaction of a volume, removing deleted files

This commit is contained in:
Chris Lu
2013-09-28 22:18:52 -07:00
parent 738e528329
commit 3f5f8657d2
4 changed files with 47 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ var IsDebug *bool
var server *string
var commands = []*Command{
cmdCompact,
cmdFix,
cmdMaster,
cmdUpload,