diff --git a/weed/storage/store.go b/weed/storage/store.go index e34f0d79a..3e2c8bcca 100644 --- a/weed/storage/store.go +++ b/weed/storage/store.go @@ -535,7 +535,6 @@ func (s *Store) UnmountVolume(i needle.VolumeId) error { err := location.UnloadVolume(i) if err == nil { glog.V(0).Infof("UnmountVolume %d", i) - stats.DeleteCollectionMetrics(v.Collection) s.DeletedVolumesChan <- message return nil } else if err == ErrVolumeNotFound {