1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Updates for RELEASE.2023-07-18T17-49-40Z (#962)

- Adds information about 3 attempts at site or bucket replication tasks
- Adds note about additional info for delete markers
- Updates mc admin info command example output

Partially addresses #931 .

Not staged, but can do if needed.
This commit is contained in:
Daryl White
2023-08-21 13:07:36 -05:00
committed by GitHub
parent aac614d083
commit f05a8aae32
3 changed files with 21 additions and 12 deletions

View File

@ -88,6 +88,13 @@ Site Healing
Any MinIO deployment in the site replication configuration can resynchronize damaged :ref:`replica-eligible data <minio-site-replication-what-replicates>` from the peer with the most updated ("latest") version of that data.
.. versionchanged:: RELEASE.2023-07-18T17-49-40Z
Site replication operations retry up to three (3) times.
MinIO dequeues replication operations that fail to replicate after three attempts.
The scanner can pick up those affected objects at a later time and requeue them for replication.
.. versionchanged:: RELEASE.2022-08-11T04-37-28Z
Failed or pending replications requeue automatically when performing any ``GET`` or ``HEAD`` API method.