mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03: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