mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
mc updates for RELEASE.2022-12-02T23-48-47Z (#667)
Updates mc docs for
[RELEASE.2022-12-02T23-48-47Z](623de88abd
)
and closes several issues:
- Adds `mc support callhome`
- Simplifies and moves `mc support logs` to `mc admin logs`
- Adds `mc support proxy` command
- Adds `mc admin replicate resync` command
Closes #655
Closes #663
Closes #644
This commit is contained in:
@ -83,6 +83,11 @@ Any MinIO deployment in the site replication configuration can resynchronize dam
|
||||
Failed or pending replications requeue automatically when performing any ``GET`` or ``HEAD`` API method.
|
||||
For example, using :mc:`mc stat`, :mc:`mc cat`, or :mc:`mc ls` commands after a site comes back online prompts healing to requeue.
|
||||
|
||||
.. versionchanged:: RELEASE.2022-12-02T23-48-47Z
|
||||
|
||||
If one site loses data for any reason, resynchronize the data from another healthy site with :mc:`mc admin replicate resync`.
|
||||
This launches an active process that resynchronizes the data without waiting for the passive MinIO scanner to recognize the missing data.
|
||||
|
||||
Prerequisites
|
||||
-------------
|
||||
|
||||
|
@ -164,11 +164,12 @@ For more details about encrypting or decrypting such files, see :ref:`Encrypting
|
||||
Logs
|
||||
----
|
||||
|
||||
Use the subcommands for ``mc support logs`` to :mc:`~mc support logs enable` or :mc:`~mc support logs disable` the submission of MinIO logs to SUBNET.
|
||||
You can also use :mc:`mc support logs status` to check if a log submission is in progress.
|
||||
Use :mc:`mc support callhome enable` to start automatically uploading deployment logs to SUBNET for analysis.
|
||||
Use :mc:`mc support callhome status` to check the status of log upload.
|
||||
You can disable upload at any time using :mc:`mc support callhome disable`.
|
||||
|
||||
Use :mc:`mc support logs show` command to display logs from the command line.
|
||||
Use the parameter flags for the :mc:`mc support logs show` command to limit the displayed logs by type or quantity.
|
||||
Use :mc:`mc admin logs` command to display logs from the command line.
|
||||
The command supports type and quantity filters for further limiting logs output.
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
Reference in New Issue
Block a user