fix: background heal rely on getOnlineDisks() (#10687)

This commit is contained in:
Harshavardhana
2020-10-15 13:06:23 -07:00
committed by GitHub
parent 3820a905e0
commit f1cc16e788
3 changed files with 5 additions and 1 deletions

View File

@@ -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