mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 17:53:43 +01:00
simplify MRF, converge it to regular healing (#17026)
This commit is contained in:
@@ -1227,7 +1227,7 @@ func (er erasureObjects) CompleteMultipartUpload(ctx context.Context, bucket str
|
||||
if disk != nil && disk.IsOnline() {
|
||||
continue
|
||||
}
|
||||
er.addPartial(bucket, object, fi.VersionID, fi.Size)
|
||||
er.addPartial(bucket, object, fi.VersionID)
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user