Host Aggregates Not Showing Availability Status in UI, Instead Displaying "Hosts are Loading"

Troubleshooting High Availability issues in Platform9 Managed OpenStack v5.10.1 and higher This guide explains how to resolve the "Hosts are loading" status in the UI caused by pf9-hamgr service hitti

Problem

The Host Aggregates of the clusters displayed the status "Hosts are loading" instead of the expected availability status in the Platform9 UI. High Availability (HA) functionality appeared to be affected.

Environment

  • Platform9 Managed OpenStack - v5.10.1 and Higher

  • Component - pf9-hamgr on the control plane

Cause

The pf9-hamgr service hit the file descriptor limit, which caused:

  • Failure to read certificate files required for operation

  • Broken connectivity to the Nova API

  • The HA Manager service becoming unresponsive

  • CURL requests to HA Manager endpoint returning 502 errors

This results in the UI being unable to retrieve and display the Host Aggregate status properly.

circle-info

Info

The following diagnosis, resolution steps involve commands that must be run on the Platform9 control plane. Please contact Platform9 Support for assistance.

Diagnosis

  • From the Management Plane, the /var/log/pf9/hamgr/hamgr.log logs showed:

  • The curl requests to HA reports below 502 error:

  • The pf9-hamgr-server process was not listening on the expected port , indicating it had stopped responding:

  • Too many open files by hamgr process:

Resolution

Restarting the HA Manager service, resolves the issue:

Post-restart:

  • The service resumed listening on port

  • Open file descriptors dropped to normal operating levels

  • Error logs stopped appearing

Validation

From the Management Plane:

After the restart:

  • Verified that pf9-hamgr-server is listening on port :

  • Check the number of open files:

From the UI:

In the UI, the user can verify the resolution by navigating to the Infrastructure angle-double-right Aggregates. The aggregates should display the status "Available" instead of "Hosts are loading".

Last updated