mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
fix: background heal rely on getOnlineDisks() (#10687)
This commit is contained in:
@@ -1026,6 +1026,7 @@ func (s *erasureSets) startMergeWalksVersionsN(ctx context.Context, bucket, pref
|
||||
wg.Add(1)
|
||||
go func(disk StorageAPI) {
|
||||
defer wg.Done()
|
||||
|
||||
entryCh, err := disk.WalkVersions(GlobalContext, bucket, prefix, marker, recursive, endWalkCh)
|
||||
if err != nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user