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:
@ -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
|
- 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
|
- 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
|
Sample YAML Description File for a ``replicate`` Job Type
|
||||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
|
@ -17,6 +17,12 @@
|
|||||||
- ``mc admin bucket remote rm`` replaced by :mc-cmd:`mc replicate rm`
|
- ``mc admin bucket remote rm`` replaced by :mc-cmd:`mc replicate rm`
|
||||||
- ``mc admin bucket remote ls`` replaced by :mc-cmd:`mc replicate ls`
|
- ``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
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
@ -2469,3 +2469,12 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See
|
|||||||
This environment variable corresponds with the
|
This environment variable corresponds with the
|
||||||
:mc-conf:`identity_openid comment
|
:mc-conf:`identity_openid comment
|
||||||
<identity_openid.comment>` setting.
|
<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.
|
Reference in New Issue
Block a user