1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

DOCS-607: Fixing mc admin trace, minor syntax fix to glossary

This commit is contained in:
Ravind Kumar
2022-10-10 18:32:14 -04:00
parent 90829c962c
commit a8bf5a0037
2 changed files with 9 additions and 11 deletions

View File

@ -2,6 +2,8 @@
Glossary Glossary
======== ========
.. default-domain:: minio
.. glossary:: .. glossary::
:sorted: :sorted:
@ -20,7 +22,7 @@ Glossary
alias alias
A locally defined reference to a MinIO Deployment used in most command line interface operations. 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 audit logs
Granular descriptions of each operation on a MinIO deployment. Granular descriptions of each operation on a MinIO deployment.
@ -29,7 +31,7 @@ Glossary
See also: :term:`server logs`. See also: :term:`server logs`.
bit rot bit rot
Data corruption that occurrs without the users knowledge. Data corruption that occurs without the users knowledge.
MinIO combats bit rot with :term:`hashing` and :term:`erasure coding`. MinIO combats bit rot with :term:`hashing` and :term:`erasure coding`.

View File

@ -15,9 +15,7 @@ Description
.. start-mc-admin-trace-desc .. start-mc-admin-trace-desc
The :mc-cmd:`mc admin trace` command displays the results of an The :mc-cmd:`mc admin trace` command displays API operations occurring on the target MinIO deployment.
`HTTP TRACE <https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/TRACE>`__
request against each MinIO server in a deployment.
.. end-mc-admin-trace-desc .. end-mc-admin-trace-desc
@ -31,8 +29,7 @@ request against each MinIO server in a deployment.
Example Example
------- -------
Use :mc-cmd:`mc admin trace` to perform an HTTP trace of each MinIO server in Use :mc-cmd:`mc admin trace` to monitor API operations on a MinIO deployment:
the deployment:
.. code-block:: shell .. code-block:: shell
:class: copyable :class: copyable
@ -56,8 +53,7 @@ Syntax
.. mc-cmd:: TARGET .. mc-cmd:: TARGET
Specify the :mc:`alias <mc alias>` of a configured MinIO deployment Specify the :mc:`alias <mc alias>` of a configured MinIO deployment for which to monitor API operations.
against which the command issues ``HTTP TRACE`` requests.
.. mc-cmd:: --all, a .. mc-cmd:: --all, a
@ -68,9 +64,9 @@ Syntax
.. mc-cmd:: --verbose .. mc-cmd:: --verbose
Returns verbose ``HTTP TRACE`` output. Returns verbose output.
.. mc-cmd:: --errors, e .. mc-cmd:: --errors, e
Returns failed ``HTTP TRACE`` requests only. Returns failed API operations only.