mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 03:37:24 +08:00
returen chunks file size when delete a chunkmanifest
This commit is contained in:
@@ -76,6 +76,7 @@ func (vs *VolumeServer) DeleteHandler(w http.ResponseWriter, r *http.Request) {
|
||||
writeJsonError(w, r, http.StatusInternalServerError, errors.New("Delete chunks error: " + e.Error()))
|
||||
return
|
||||
}
|
||||
count = chunkManifest.Size
|
||||
}
|
||||
|
||||
ret := topology.ReplicatedDelete(vs.GetMasterNode(), vs.store, volumeId, n, r)
|
||||
|
Reference in New Issue
Block a user