mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
committed by
GitHub
parent
db35bcf2ce
commit
674c6f7a7b
+1
-1
@@ -1173,7 +1173,7 @@ func (i *scannerItem) healReplication(ctx context.Context, o ObjectLayer, oi Obj
|
||||
return
|
||||
}
|
||||
// if replication status is Complete on DeleteMarker and existing object resync required
|
||||
if existingObjResync && oi.ReplicationStatus == replication.Completed {
|
||||
if existingObjResync && (oi.ReplicationStatus == replication.Completed) {
|
||||
i.healReplicationDeletes(ctx, o, oi, existingObjResync)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user