Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
None
-
None
Description
Currently UNHEALTHY is a state that a container replica can be in (ContainerReplicaProto#State), but not a state that the container can be in overall (LifeCycleState). This means ozone admin container list has no info about unhealthy containers, because it currently does not print replica information. Recon's API and UI does not expose replica information either. The only way to determine unhealthy containers is to run ozone admin container info <ID> for a container that is already suspected to have unhealthy replicas. This jira aims to provide a way to identify and filter container replica states, through either Recon's UI, Recon's REST API, or client CLI.