From c08374a6ff02235a3aa42b751d48a8046ebe0a4f Mon Sep 17 00:00:00 2001 From: Allan Roger Reid Date: Thu, 20 Feb 2025 05:54:20 -0800 Subject: [PATCH 1/2] Rename _MINIO_BATCH_REPLICATION_WORKERS --- source/administration/batch-framework-job-replicate.rst | 2 +- source/reference/minio-server/settings/core.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/administration/batch-framework-job-replicate.rst b/source/administration/batch-framework-job-replicate.rst index daeb23d9d..ea1cf8853 100644 --- a/source/administration/batch-framework-job-replicate.rst +++ b/source/administration/batch-framework-job-replicate.rst @@ -30,7 +30,7 @@ Batch Replication between MinIO deployments have the following advantages over u .. versionchanged:: MinIO Server RELEASE.2023-02-17T17-52-43Z - Run batch replication with multiple workers in parallel by specifying the :envvar:`MINIO_BATCH_REPLICATION_WORKERS` environment variable. + Run batch replication with multiple workers in parallel by specifying the :envvar:`_MINIO_BATCH_REPLICATION_WORKERS` environment variable. Starting with the MinIO Server ``RELEASE.2023-05-04T21-44-30Z``, the other deployment can be either another MinIO deployment or any S3-compatible location using a realtime storage class. Use filtering options in the replication ``YAML`` file to exclude objects stored in locations that require rehydration or other restoration methods before serving the requested object. diff --git a/source/reference/minio-server/settings/core.rst b/source/reference/minio-server/settings/core.rst index 6b7ecaac5..5b20b7cb8 100644 --- a/source/reference/minio-server/settings/core.rst +++ b/source/reference/minio-server/settings/core.rst @@ -191,7 +191,7 @@ Batch Replication .. tab-item:: Environment Variable - .. envvar:: MINIO_BATCH_REPLICATION_WORKERS + .. envvar:: _MINIO_BATCH_REPLICATION_WORKERS *Optional* From 2d1045582d15e37429727fe1696c7c7437201ecd Mon Sep 17 00:00:00 2001 From: Allan Roger Reid Date: Thu, 20 Feb 2025 06:08:35 -0800 Subject: [PATCH 2/2] Remove documentation references to hidden _MINIO_BATCH_REPLICATION_WORKERS --- source/administration/batch-framework-job-replicate.rst | 4 ---- source/reference/minio-server/settings/core.rst | 8 -------- 2 files changed, 12 deletions(-) diff --git a/source/administration/batch-framework-job-replicate.rst b/source/administration/batch-framework-job-replicate.rst index ea1cf8853..aac17ed82 100644 --- a/source/administration/batch-framework-job-replicate.rst +++ b/source/administration/batch-framework-job-replicate.rst @@ -28,10 +28,6 @@ Batch Replication between MinIO deployments have the following advantages over u - Batch jobs are one-time, curated processes allowing for fine control replication - (MinIO to MinIO only) The replication process copies object versions from source to target -.. versionchanged:: MinIO Server RELEASE.2023-02-17T17-52-43Z - - Run batch replication with multiple workers in parallel by specifying the :envvar:`_MINIO_BATCH_REPLICATION_WORKERS` environment variable. - Starting with the MinIO Server ``RELEASE.2023-05-04T21-44-30Z``, the other deployment can be either another MinIO deployment or any S3-compatible location using a realtime storage class. Use filtering options in the replication ``YAML`` file to exclude objects stored in locations that require rehydration or other restoration methods before serving the requested object. Batch replication to these types of remotes uses ``mc mirror`` behavior. diff --git a/source/reference/minio-server/settings/core.rst b/source/reference/minio-server/settings/core.rst index 5b20b7cb8..d8f8964f1 100644 --- a/source/reference/minio-server/settings/core.rst +++ b/source/reference/minio-server/settings/core.rst @@ -189,14 +189,6 @@ Batch Replication .. tab-set:: - .. tab-item:: Environment Variable - - .. envvar:: _MINIO_BATCH_REPLICATION_WORKERS - - *Optional* - - Specifying the maximum number of parallel processes to use when performing the batch application job. - .. tab-item:: Configuration Setting .. include:: /includes/common-mc-admin-config.rst