1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Changes for mid-February releases (#737)

- Adds information about a new batch replication environment variable
(PR #16609)
- Adds note about metrics in `mc admin bucket remote bandwidth` moved to
`mc replicate status`

Partially addresses #736
This commit is contained in:
Daryl White
2023-02-21 12:13:53 -06:00
committed by GitHub
parent d407d3bf52
commit c8e0e8a1a5
3 changed files with 19 additions and 0 deletions

View File

@ -97,6 +97,10 @@ The advantages of Batch Replication over :mc:`mc mirror` include:
- The job provides for retry attempts in event that objects do not replicate
- Batch jobs are one-time, curated processes allowing for fine control replication
.. versionchanged:: RELEASE.2023-02-17T17-52-43Z
Run batch replication with multiple workers in parallel by specifying the :envvar:`MINIO_BATCH_REPLICATION_WORKERS` environment variable.
Sample YAML Description File for a ``replicate`` Job Type
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++

View File

@ -17,6 +17,12 @@
- ``mc admin bucket remote rm`` replaced by :mc-cmd:`mc replicate rm`
- ``mc admin bucket remote ls`` replaced by :mc-cmd:`mc replicate ls`
.. versionchanged:: RELEASE.2023-02-16T19-20-11Z
- ``mc admin bucket remote bandwidth`` replaced by :mc-cmd:`mc replicate status`
Replication related statistics are moving to the ``mc replicate status`` command.
Description
-----------

View File

@ -2469,3 +2469,12 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See
This environment variable corresponds with the
:mc-conf:`identity_openid comment
<identity_openid.comment>` setting.
Batch Replication
~~~~~~~~~~~~~~~~~
.. envvar:: MINIO_BATCH_REPLICATION_WORKERS
*Optional*
Enable parallel workers by specifying the maximum number of processes to use when performing the batch application job.