From 6e52ebf0dd71c64bd30bda4b1a105771eff31842 Mon Sep 17 00:00:00 2001 From: Andrea Longo Date: Mon, 25 Mar 2024 16:06:18 -0600 Subject: [PATCH] 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 --- source/reference/minio-mc/mc-support-inspect.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/reference/minio-mc/mc-support-inspect.rst b/source/reference/minio-mc/mc-support-inspect.rst index b466a97f..a1532d60 100644 --- a/source/reference/minio-mc/mc-support-inspect.rst +++ b/source/reference/minio-mc/mc-support-inspect.rst @@ -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 ` 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.