1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Release updates mc RELEASE.2022-11-07T23-47-39Z (#640)

Changes to the docs related to mc
[RELEASE.2022-11-07T23-47-39Z](https://github.com/minio/mc/releases/tag/RELEASE.2022-11-07T23-47-39Z)

- Replaces `mc replicate edit` with `mc replicate update`
- Adds `mc admin idp oidc | ldap` commands
- Update to `mc support inspect` format
- Adds `mc admin rebalance` command
- Updates mc replicate edit references throughout docs to point to mc
replicate update.
- Adds a rebalance pools section to the expand deployment doc.
- Clarifies precedence for environment variables vs config settings.

Closes #636
Closes #632
This commit is contained in:
Daryl White
2022-11-18 12:31:11 -06:00
committed by GitHub
parent 422d0d915f
commit 2f8c5a94f6
18 changed files with 903 additions and 101 deletions

View File

@ -28,6 +28,7 @@ The procedure on this page expands an existing
:ref:`distributed <deploy-minio-distributed>` MinIO deployment with an
additional server pool.
.. _expand-minio-distributed-prereqs:
Prerequisites
@ -132,10 +133,12 @@ erasure parity settings.
Considerations
--------------
.. _minio-writing-files:
Writing Files
~~~~~~~~~~~~~
MinIO does not rebalance objects across the new server pools.
MinIO does not automatically rebalance objects across the new server pools.
Instead, MinIO performs new write operations to the pool with the most free
storage weighted by the amount of free space on the pool divided by the free space across all available pools.
@ -158,6 +161,9 @@ MinIO calculates the probability of a write operation to each of the pools as:
In addition to the free space calculation, if a write option (with parity) would bring a disk
usage above 99% or a known free inode count below 1000, MinIO does not write to the pool.
If desired, you can manually initiate a rebalance procedure with :mc:`mc admin rebalance`.
For more about how rebalancing works, see :ref:`managing objects across a deployment <minio-rebalance>`.
Likewise, MinIO does not write to pools in a decommissioning process.
Homogeneous Node Configurations