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

Add concept pages for Scanner and Healing (#1192)

Adds concept pages for healing and the scanner.
Updates other related files for better context.
    
Adds ref links and other related updates.
    
Closes #1168
This commit is contained in:
Daryl White
2024-04-25 14:27:25 -04:00
committed by GitHub
parent c676da2376
commit 96224468c4
26 changed files with 303 additions and 100 deletions

View File

@ -97,7 +97,7 @@ Any MinIO deployment in the site replication configuration can resynchronize dam
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.
The :ref:`scanner <minio-concepts-scanner>` picks up those affected objects at a later time and requeues them for replication.
.. versionchanged:: RELEASE.2022-08-11T04-37-28Z
@ -107,7 +107,7 @@ Any MinIO deployment in the site replication configuration can resynchronize dam
.. versionchanged:: RELEASE.2022-12-02T23-48-47Z
If one site loses data for any reason, resynchronize the data from another healthy site with :mc-cmd:`mc admin replicate resync`.
This launches an active process that resynchronizes the data without waiting for the passive MinIO scanner to recognize the missing data.
This launches an active process that resynchronizes the data without waiting for the passive :ref:`MinIO scanner <minio-concepts-scanner>` to recognize the missing data.
.. include:: /includes/common/scanner.rst
:start-after: start-scanner-speed-config