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

Adding concept docs for operation and administration sections (#519)

Creates an administration/concepts.rst file.
Adds content to the operation/concepts.rst file stub.
This commit is contained in:
Daryl White
2022-08-24 16:40:48 -05:00
committed by GitHub
parent da199027d2
commit ac7f725e43
7 changed files with 387 additions and 210 deletions

View File

@ -22,7 +22,7 @@ corrupted and heals those objects.
:mc:`mc admin heal` is resource intensive and typically not required even
after disk failures or corruption events. Instead, MinIO automatically heals
objects damaged by silent bitrot corruption, disk failure, or other issues on
objects damaged by silent bit rot corruption, disk failure, or other issues on
POST/GET. MinIO also performs periodic background object healing.
.. admonition:: Use ``mc admin`` on MinIO Deployments Only