Skip to content

Commit

Permalink
Applying review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
djwfyi committed Dec 6, 2024
1 parent 8fa8bce commit 698519f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 32 deletions.
27 changes: 0 additions & 27 deletions source/operations/concepts/healing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,30 +87,3 @@ Healing metrics
MinIO provides several `healing metrics <https://min.io/docs/minio/linux/operations/monitoring/metrics-and-alerts.html#healing-metrics>`__ to monitor the status of healing processes on a deployment.

Refer to the :ref:`minio-metrics-and-alerts` for more information on available endpoints and configuration.

.. _minio-concepts-healing-colors:

Healing Output Color Key
------------------------

Earlier MinIO versions generated a table with green, yellow, red, and gray colors to indicate the healing status of individual objects.
These colors have been deprecated in favor of more detailed :ref:`healing metrics available at the cluster level <minio-metrics-and-alerts-available-metrics>`.

The following table describes the meaning of the now-deprecated status colors.

.. list-table::
:widths: 25 75
:width: 100%

* - **Green**
- *Healthy*, the object has all data and parity shards available as required to serve the object

* - **Yellow**
- *Healing*, the object is still in the process of healing, and there are sufficient data or parity shards available to complete the healing

* - **Red**
- *Unhealthy*, the object has lost one or more shards and requires healing

* - **Grey**
- *Unrecoverable*, the object has lost too many data and/or parity shards and cannot be healed or recovered

10 changes: 6 additions & 4 deletions source/reference/minio-mc-admin/mc-admin-heal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Syntax
Show information about offline and faulty healing drives.


.. _minio-concepts-healing-colors:

Healing Colors
--------------

Expand All @@ -90,7 +92,7 @@ Some versions of MinIO used a color key as a way to differentiate objects with d

The color meaning has been updated.

- Green indicates that all is okay with the bucket healing.
- Yellow indicates the bucket is missing from an expected drive.
- Red indicates a drive is in an unreadable state (for example, unformatted or offline).
- Grey indicates that MinIO cannot determine the healing status.
- Green indicates the bucket is healthy.
- Yellow indicates the bucket requires healing on one or more drives.
- Red indicates one or more drives are unhealthy.
- Grey indicates an indeterminate healing state.
2 changes: 1 addition & 1 deletion source/reference/minio-mc/mc-support-top-rpc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Parameters
:optional:

Replay a previously saved JSON file.
Specify the path to the JSON file to replay.
Specify the path to the JSON file to replay, such as one generated by a previous run of this command.

.. mc-cmd:: --interval
:optional:
Expand Down

0 comments on commit 698519f

Please sign in to comment.