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:
@ -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.
|
||||
|
Reference in New Issue
Block a user