Hypervisor Stuck in N/A Scheduling State After Host Onboarding

Problem

  • Host remains in N/A and scheduling state in the UI.

  • The command openstack compute service list shows the host as “down”.

Environment

  • Private Cloud Director Virtualization

  • Self-Hosted Private Cloud Director Virtualization

Cause:

Workaround

  • Identify the host using the below command and confirm that it is marked as 'Down'.

$ openstack compute service list
  • Delete the problematic compute service

$ openstack compute service delete <COMPUTE_SERVICE_ID>
  • Reset the compute_id on the affected host through below steps (To be performed on the affected host):

  • Deauthorize the node using UI or CLI.

  • Re-authorize the hypervisor role and wait for successful onboarding.

Last updated