vacuum metrics and force sync dst files (#3832)
This commit is contained in:
committed by
GitHub
parent
f5d4952d73
commit
1f7e52c63e
@@ -364,7 +364,7 @@ func (l *DiskLocation) VolumesLen() int {
|
||||
func (l *DiskLocation) SetStopping() {
|
||||
l.volumesLock.Lock()
|
||||
for _, v := range l.volumes {
|
||||
v.SetStopping()
|
||||
v.SyncToDisk()
|
||||
}
|
||||
l.volumesLock.Unlock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user