1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Clarify mc support inspect usage (#1170)

If a customer's SUBNET issue requires information from `mc support
inspect` we will give them the correct command to run.

Staged:

http://192.241.195.202:9000/staging/mc-support-inspect/linux/reference/minio-mc/mc-support-inspect.html
This commit is contained in:
Andrea Longo
2024-03-25 16:06:18 -06:00
committed by GitHub
parent 3c2258375b
commit 6e52ebf0dd

View File

@ -24,9 +24,12 @@ The :mc:`mc support inspect` command collects the data and metadata associated t
.. end-mc-support-inspect-desc
MinIO assembles this data from each backend drive storing an :ref:`erasure shard <minio-erasure-coding>` for each specified object.
The command produces an encrypted zip file that includes all matching files with their respective *host+drive+path*.
If this information is required to diagnose a |SUBNET| issue, MinIO Engineering will provide the appropriate command.
The resulting report is intended for use by MinIO Engineering via SUBNET and may contain internal or private data points associated to the object.
Exercise caution before sending a report to a third party or posting the report in a public forum.
.. versionchanged:: RELEASE.2023-01-11T03-14-16Z
The file uploads to MinIO for use by the engineering team in support efforts.
@ -36,9 +39,6 @@ The command produces an encrypted zip file that includes all matching files with
When writing the zip archive, MinIO also encrypts the zip index of file names included in the archive.
The resulting report is intended for use by MinIO Engineering via |SUBNET| and may contain internal or private data points associated to the object.
Exercise caution before sending a report to a third party or posting the report in a public forum.
.. important::
:mc:`mc support inspect` requires a MinIO deployment server from October 2021 or later.