mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Minor fixes for several smaller issues (#1380)
- Adds missing config settings throughout storage class page. Closes #1349 - Adds instructions for adding certificates for connecting by sftp. Closes #1354 - Corrects information about which key to use for self-signed CAs. Closes #1358 - Moves `context` to optional for batch key rotate jobs. Closes #1356 - clean up missing ref links causing build warnings.
This commit is contained in:
@ -44,9 +44,8 @@ Standard Storage Class
|
||||
.. tab-item:: Configuration Setting
|
||||
:sync: config
|
||||
|
||||
.. include:: /includes/common-mc-admin-config.rst
|
||||
:start-after: start-minio-settings-no-config-option
|
||||
:end-before: end-minio-settings-no-config-option
|
||||
.. mc-conf:: storage_class standard
|
||||
:delimiter: " "
|
||||
|
||||
The :ref:`parity level <minio-ec-parity>` for the deployment.
|
||||
MinIO shards objects written with the default ``STANDARD`` storage class using this parity value.
|
||||
@ -113,9 +112,8 @@ Reduced Redundancy Storage Class
|
||||
.. tab-item:: Configuration Setting
|
||||
:sync: config
|
||||
|
||||
.. include:: /includes/common-mc-admin-config.rst
|
||||
:start-after: start-minio-settings-no-config-option
|
||||
:end-before: end-minio-settings-no-config-option
|
||||
.. mc-conf:: storage_class rrs
|
||||
:delimiter: " "
|
||||
|
||||
The :ref:`parity level <minio-ec-parity>` for objects written with the ``REDUCED`` storage class.
|
||||
|
||||
@ -133,7 +131,6 @@ Defaults to ``EC:0`` for deployments of erasure set size of 1.
|
||||
Parity Retention Optimization
|
||||
-----------------------------
|
||||
|
||||
|
||||
.. tab-set::
|
||||
|
||||
.. tab-item:: Environment Variable
|
||||
|
Reference in New Issue
Block a user