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

Documents the scanner.speed config and minio_scanner_speed envvar (#973)

Closes #796

And a few other paragraphs here there and yon.
This commit is contained in:
Daryl White
2023-08-29 10:49:10 -05:00
committed by GitHub
parent 870d5c9881
commit e7e83d91b4
6 changed files with 81 additions and 0 deletions

View File

@ -115,6 +115,22 @@ API Configuration
.. _minio-server-config-logging-logs:
Scanner
~~~~~~~
.. mc-conf:: scanner
Configuration settings that affect the scanner process.
MinIO utilizes the scanner for :ref:`bucket replication <minio-bucket-replication>`, :ref:`site replication <minio-site-replication-overview>`, and :ref:`lifecycle management <minio-lifecycle-management>` tasks.
.. mc-conf:: speed
This configuration setting corresponds with the :envvar:`MINIO_SCANNER_SPEED` environment variable.
.. include:: /includes/common/scanner.rst
:start-after: start-scanner-speed-values
:end-before: end-scanner-speed-values
HTTP Webhook Log Target
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -294,6 +294,16 @@ Core Configuration
If this setting is omitted, the default is to only accept path-style requests. For example, ``minio.example.net/data``.
.. _minio-scanner-speed-options:
.. envvar:: MINIO_SCANNER_SPEED
Manage the maximum wait period for the scanner when balancing MinIO read/write performance to scanner processes.
.. include:: /includes/common/scanner.rst
:start-after: start-scanner-speed-values
:end-before: end-scanner-speed-values
Root Credentials
~~~~~~~~~~~~~~~~