Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We should add UNDER_REPLICATED, OVER_REPLICATED, MIS_REPLICATED containers to the Recon Web UI the same way as missing containers are displayed nowadays in Recon. The data is already being collected and stored in Recon (see the comment link below). The bankend API might need to be slightly modified, or just copy and paste the existing missing container API and change slightly.
We could display them on the same page, with a filter to filter the unhealthy container states.
/** * ENUM describing the allowed container states which can be stored in the * unhealthy containers table. */ public enum UnHealthyContainerStates { MISSING, UNDER_REPLICATED, OVER_REPLICATED, MIS_REPLICATED, ALL_REPLICAS_UNHEALTHY }
See this comment for the context.
Attachments
Issue Links
- duplicates
-
HDDS-3832 Enhance Recon UI to display the different unhealthy container states
- Resolved
- links to