1
0
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:
Daryl White
2024-04-25 14:19:30 -04:00
committed by GitHub
parent 8b24974faf
commit c676da2376
18 changed files with 105 additions and 10 deletions

View File

@ -2,7 +2,6 @@
- /monitoring/bucket-notifications/publish-events-to-amqp.rst
.. Used in the following pages:
/reference/minio-cli/minio-mc/mc-rm.rst
/reference/minio-cli/minio-mc/mc-mv.rst
/reference/minio-cli/minio-mc/mc-mirror.rst
@ -46,4 +45,36 @@ directory path and an implicitly created one. If |command| deletes the last
object at a filesystem path, :mc:`mc` recursively deletes all empty directories
within that path up to the root as part of the removal operation.
.. end-remove-api-trims-prefixes-fs
.. end-remove-api-trims-prefixes-fs
.. The following exclusive access admonition is used on a number of pages:
- administration/object-management.rst
- administration/concepts.rst
- operations/concepts.rst
- operations/data-recovery.rst
- operations/checklists/hardware.rst
- operations/checklists/software.rst
- operations/concepts/availability-and-resiliency.rst
- operations/concepts/erasure-coding.rst
- operations/data-recover/recover-after-drive-failure.rst
- operations/data-recover/recover-after-node-failure.rst
- operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.rst
- operations/install-deploy-manage/deploy-minio-single-node-multi-drive.rst
- operations/install-deploy-manage/deploy-minio-single-node-single-drive.rst
- operations/install-deploy-manage/deploy-minio-tenant.rst
- operations/install-deploy-manage/expand-minio-deployment.rst
- operations/install-deploy-manage/expand-minio-tenant.rst
- glossary.rst
.. start-exclusive-drive-access
.. admonition:: Exclusive access to drives
:class: warning
MinIO **requires** *exclusive* access to the drives or volumes provided for object storage.
No other processes, software, scripts, or persons should perform *any* actions directly on the drives or volumes provided to MinIO or the objects or files MinIO places on them.
Unless directed by MinIO Engineering, do not use scripts or tools to directly modify, delete, or move any of the data shards, parity shards, or metadata files on the provided drives, including from one drive or node to another.
Such operations are very like to result in widespread corruption and data loss beyond MinIO's ability to heal.
.. end-exclusive-drive-access