mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 11:09:12 +08:00
fix compilation error
This commit is contained in:
parent
b3513d3167
commit
a7faefd4ce
@ -88,9 +88,9 @@ func (t *Topology) Vacuum(garbageThreshold string) int {
|
||||
volumeLayout := vl.(*VolumeLayout)
|
||||
for vid, locationlist := range volumeLayout.vid2location {
|
||||
|
||||
vl.accessLock.RLock()
|
||||
volumeLayout.accessLock.RLock()
|
||||
isReadOnly, hasValue := volumeLayout.readonlyVolumes[vid]
|
||||
vl.accessLock.RUnlock()
|
||||
volumeLayout.accessLock.RUnlock()
|
||||
|
||||
if hasValue && isReadOnly {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user