aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/volume.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-06-10 06:38:17 -0700
committerchrislu <chris.lu@gmail.com>2022-06-10 06:38:17 -0700
commit9f8b72a54d8c97db5963f5204e2857e93bf22612 (patch)
treeb8126540c81be7c01b781df2a1408c81446a2259 /weed/storage/volume.go
parent873830a7bf37e6d1fcb2f03880f4e28fb279e91d (diff)
downloadseaweedfs-9f8b72a54d8c97db5963f5204e2857e93bf22612.tar.xz
seaweedfs-9f8b72a54d8c97db5963f5204e2857e93bf22612.zip
Revert "Merge pull request #3159 from shichanglin5/_duplicateUUID"
This reverts commit 37da68931941b1f084b7f4312722e4241e9ab0b0, reversing changes made to 00d53c34c44dd6442ec276f184344faa20c16db0.
Diffstat (limited to 'weed/storage/volume.go')
-rw-r--r--weed/storage/volume.go1
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
}