mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Adds an admonition for exclusive drive access (#1196)
Admonition added as an include, then put in many files throughout the docs. Where it is included, it's the same admonition and text. It's worth making sure where I placed the include makes sense. Closes #1186
This commit is contained in:
@ -104,6 +104,10 @@ Storage Requirements
|
||||
:start-after: start-storage-requirements-desc
|
||||
:end-before: end-storage-requirements-desc
|
||||
|
||||
.. include:: /includes/common-admonitions.rst
|
||||
:start-after: start-exclusive-drive-access
|
||||
:end-before: end-exclusive-drive-access
|
||||
|
||||
Memory Requirements
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -33,6 +33,10 @@ Storage Requirements
|
||||
:start-after: start-storage-requirements-desc
|
||||
:end-before: end-storage-requirements-desc
|
||||
|
||||
.. include:: /includes/common-admonitions.rst
|
||||
:start-after: start-exclusive-drive-access
|
||||
:end-before: end-exclusive-drive-access
|
||||
|
||||
Memory Requirements
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -82,6 +82,10 @@ Persist Drive Mounting and Mapping Across Reboots
|
||||
|
||||
Non-Linux Operating Systems should use the equivalent drive mount management tool.
|
||||
|
||||
.. include:: /includes/common-admonitions.rst
|
||||
:start-after: start-exclusive-drive-access
|
||||
:end-before: end-exclusive-drive-access
|
||||
|
||||
Memory Requirements
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -174,6 +174,10 @@ See :ref:`deploy-operator-kubernetes` for complete documentation on deploying th
|
||||
Persistent Volumes
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. include:: /includes/common-admonitions.rst
|
||||
:start-after: start-exclusive-drive-access
|
||||
:end-before: end-exclusive-drive-access
|
||||
|
||||
.. cond:: not eks
|
||||
|
||||
MinIO can use any Kubernetes :kube-docs:`Persistent Volume (PV) <concepts/storage/persistent-volumes>` that supports the :kube-docs:`ReadWriteOnce <concepts/storage/persistent-volumes/#access-modes>` access mode.
|
||||
|
@ -97,6 +97,10 @@ Storage Requirements
|
||||
:start-after: start-storage-requirements-desc
|
||||
:end-before: end-storage-requirements-desc
|
||||
|
||||
.. include:: /includes/common-admonitions.rst
|
||||
:start-after: start-exclusive-drive-access
|
||||
:end-before: end-exclusive-drive-access
|
||||
|
||||
Minimum Drives for Erasure Code Parity
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -37,6 +37,10 @@ The MinIO Operator provides configurations for controlling pod affinity and anti
|
||||
Persistent Volumes
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. include:: /includes/common-admonitions.rst
|
||||
:start-after: start-exclusive-drive-access
|
||||
:end-before: end-exclusive-drive-access
|
||||
|
||||
.. cond:: not eks
|
||||
|
||||
MinIO can use any Kubernetes :kube-docs:`Persistent Volume (PV) <concepts/storage/persistent-volumes>` that supports the :kube-docs:`ReadWriteOnce <concepts/storage/persistent-volumes/#access-modes>` access mode.
|
||||
|
Reference in New Issue
Block a user