Nikita Mochalov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
weed/storage/disk_location.go
|
|
@ -83,6 +83,7 @@ func NewDiskLocation(dir string, maxVolumeCount int32, minFreeSpace util.MinFree |
|
|
|
location.ecVolumes = make(map[needle.VolumeId]*erasure_coding.EcVolume) |
|
|
|
location.closeCh = make(chan struct{}) |
|
|
|
go func() { |
|
|
|
location.CheckDiskSpace() |
|
|
|
for { |
|
|
|
select { |
|
|
|
case <-location.closeCh: |
|
|
|