aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weed/storage/volume_vacuum.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/storage/volume_vacuum.go b/weed/storage/volume_vacuum.go
index 81db68492..51d74e311 100644
--- a/weed/storage/volume_vacuum.go
+++ b/weed/storage/volume_vacuum.go
@@ -56,6 +56,7 @@ func (v *Volume) commitCompact() error {
}
func makeupDiff(newDatFile, newIdxFile, oldDatFile, oldIdxFile string) (err error) {
+ return nil
}
func (v *Volume) copyDataAndGenerateIndexFile(dstName, idxName string) (err error) {