mirror of
https://github.com/minio/minio.git
synced 2025-11-10 22:10:12 -05:00
committed by
Harshavardhana
parent
37cbcae6ba
commit
9358ee011b
@@ -64,7 +64,7 @@ func erasureHealFile(latestDisks []StorageAPI, outDatedDisks []StorageAPI, volum
|
||||
}
|
||||
err := disk.AppendFile(healBucket, healPath, enBlocks[index])
|
||||
if err != nil {
|
||||
return nil, err
|
||||
return nil, traceError(err)
|
||||
}
|
||||
hashWriters[index].Write(enBlocks[index])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user