On Wed, 2021-09-22 at 10:46 -0400, Laurent Dumont wrote:
It could also be a compute cell discovery issue maybe? no they shoudl still show up in the hypervior list api
Do you see anything under "openstack compute service list"? if they show up in the service list but not they hyperiors api it means that the comptue service started and registered its service entry but something broke it before it could create a compute node recored in the db.
with ceph the case i have hit this most often is when the keyright used by nova to get the avaiable capastiy of the ceph cluster is wrong whihc prevent the resoucetack and compute manager form actully creating the compute node record. it can happen for other reason too but best place to start is check if there is an error in the nova compute agent log and go from there.
On Wed, Sep 22, 2021 at 10:33 AM Sean Mooney <smooney@redhat.com> wrote:
Hello Team,
I have deployed Openstack Victoria using Kolla-ansible on Ubuntu 20.04 and ceph as the backend storage for Nova, Cinder and Glance.
It finished with no error but it has failed to register any on the Compute Nodes under Hypervisors.
kolla-openstack) stack@deployment:~$ openstack hypervisor list
(kolla-openstack) stack@deployment:~$
Any idea on how to resolve this ?
On Wed, 2021-09-22 at 15:39 +0200, Karera Tony wrote: that usually means that somehthing prevented the comptue agent form strating properly
for example incorrect ceph keyrings there are several other case but you mentioned you are using ceph.
if this is hte case you should see error in the compute agent log.
Regards
Tony Karera