diff options
Diffstat (limited to 'weed/storage/volume.go')
| -rw-r--r-- | weed/storage/volume.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/storage/volume.go b/weed/storage/volume.go index fc77fa63a..3539efa85 100644 --- a/weed/storage/volume.go +++ b/weed/storage/volume.go @@ -293,6 +293,7 @@ func (v *Volume) collectStatus() (maxFileKey types.NeedleId, datFileSize int64, fileCount = uint64(v.nm.FileCount()) deletedCount = uint64(v.nm.DeletedCount()) deletedSize = v.nm.DeletedSize() + fileCount = uint64(v.nm.FileCount()) return } |
