mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
fix(heal):heal failed replication via must_replicate instead of check replicate_delete (#2072)
This commit is contained in:
@@ -2667,6 +2667,7 @@ impl DefaultObjectUsecase {
|
||||
}
|
||||
|
||||
if obj_info.replication_status == ReplicationStatusType::Replica
|
||||
|| obj_info.replication_status == ReplicationStatusType::Pending
|
||||
|| obj_info.version_purge_status == VersionPurgeStatusType::Pending
|
||||
{
|
||||
schedule_replication_delete(DeletedObjectReplicationInfo {
|
||||
|
||||
Reference in New Issue
Block a user