diff --git a/source/glossary.rst b/source/glossary.rst index d9e4e42d..a09f4f6f 100644 --- a/source/glossary.rst +++ b/source/glossary.rst @@ -2,6 +2,8 @@ Glossary ======== +.. default-domain:: minio + .. glossary:: :sorted: @@ -20,7 +22,7 @@ Glossary alias A locally defined reference to a MinIO Deployment used in most command line interface operations. - See :mc-cmd:`mc alias set`. + See :mc:`mc alias set`. audit logs Granular descriptions of each operation on a MinIO deployment. @@ -29,7 +31,7 @@ Glossary See also: :term:`server logs`. bit rot - Data corruption that occurrs without the user’s knowledge. + Data corruption that occurs without the user’s knowledge. MinIO combats bit rot with :term:`hashing` and :term:`erasure coding`. diff --git a/source/reference/minio-mc-admin/mc-admin-trace.rst b/source/reference/minio-mc-admin/mc-admin-trace.rst index b48d86f1..d0b3b3a1 100644 --- a/source/reference/minio-mc-admin/mc-admin-trace.rst +++ b/source/reference/minio-mc-admin/mc-admin-trace.rst @@ -15,9 +15,7 @@ Description .. start-mc-admin-trace-desc -The :mc-cmd:`mc admin trace` command displays the results of an -`HTTP TRACE `__ -request against each MinIO server in a deployment. +The :mc-cmd:`mc admin trace` command displays API operations occurring on the target MinIO deployment. .. end-mc-admin-trace-desc @@ -31,8 +29,7 @@ request against each MinIO server in a deployment. Example ------- -Use :mc-cmd:`mc admin trace` to perform an HTTP trace of each MinIO server in -the deployment: +Use :mc-cmd:`mc admin trace` to monitor API operations on a MinIO deployment: .. code-block:: shell :class: copyable @@ -56,8 +53,7 @@ Syntax .. mc-cmd:: TARGET - Specify the :mc:`alias ` of a configured MinIO deployment - against which the command issues ``HTTP TRACE`` requests. + Specify the :mc:`alias ` of a configured MinIO deployment for which to monitor API operations. .. mc-cmd:: --all, a @@ -68,9 +64,9 @@ Syntax .. mc-cmd:: --verbose - Returns verbose ``HTTP TRACE`` output. + Returns verbose output. .. mc-cmd:: --errors, e - Returns failed ``HTTP TRACE`` requests only. + Returns failed API operations only.