Problem: nova compute container restarts - ganeshahv/Contrail_SRE GitHub Wiki

Problem

nova_compute and nova_libvirt containers continuously restart in a compute node

Solution

On the host:

To check logs, go to /var/lib/docker/volumes/kolla_logs/_data/nova

1]. Edit the /etc/libvirt/libvirtd.conf file and make sure the following values are set:

listen_tls = 0
listen_tcp = 1

2]. Edit the /etc/sysconfig/libvirtd file and make sure the follwing line is uncommented:

#LIBVIRTD_ARGS="--listen"

3]. Restart the libvirtd service till you notice it has failed on the host.

systemctl restart libvirtd.service