mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
add new errors for Disks with timeouts (#17770)
This commit is contained in:
@@ -243,13 +243,6 @@ func makeBucketLocal(ctx context.Context, bucket string, opts MakeBucketOptions)
|
||||
}
|
||||
|
||||
errs := g.Wait()
|
||||
|
||||
for _, err := range errs {
|
||||
if err != nil && !IsErr(err, bucketOpIgnoredErrs...) {
|
||||
logger.LogIf(ctx, err)
|
||||
}
|
||||
}
|
||||
|
||||
return reduceWriteQuorumErrs(ctx, errs, bucketOpIgnoredErrs, (len(globalLocalDrives)/2)+1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user