Skip to content

Fixes for ARC1ClusterInfo not rendering GLUE2 HealthState properly

Florido Paganelli requested to merge floridop/arc:dev-netstat-ss-bugfix into master

Fixes for ARC1ClusterInfo not rendering HealthState properly

Description

HealthState ok not present when services are all up and running as expected

A bug in a test prevented the endpoints in a good state to be shown as HealthState = OK, preventing the client to submit. This commit also removes some legacy netstat code left in the REST endpoint.

Bug reported by @andrii

Merge request reports