mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
committed by
GitHub
parent
628ef081d1
commit
feaf8dfb9a
+1
-1
@@ -993,7 +993,7 @@ func (i *crawlItem) healReplication(ctx context.Context, o ObjectLayer, oi Objec
|
||||
case replication.Failed:
|
||||
sizeS.failedSize += oi.Size
|
||||
globalReplicationState.queueReplicaTask(oi)
|
||||
case replication.Complete:
|
||||
case replication.Completed, "COMPLETE":
|
||||
sizeS.replicatedSize += oi.Size
|
||||
case replication.Replica:
|
||||
sizeS.replicaSize += oi.Size
|
||||
|
||||
Reference in New Issue
Block a user