Browse Source

Merge branch 'master' of https://github.com/seaweedfs/seaweedfs

pull/5724/head
chrislu 6 months ago
parent
commit
1c0718f26d
  1. 2
      weed/storage/disk_location.go

2
weed/storage/disk_location.go

@ -138,7 +138,7 @@ func (l *DiskLocation) loadExistingVolume(dirEntry os.DirEntry, needleMapKind Ne
// skip if ec volumes exists
if skipIfEcVolumesExists {
if util.FileExists(l.Directory + "/" + volumeName + ".ecx") {
if util.FileExists(l.IdxDirectory + "/" + volumeName + ".ecx") {
return false
}
}

Loading…
Cancel
Save