Comment 7 for bug 1738373

Revision history for this message
Joris Vleminckx (jvleminc) wrote :

We have observed this issue in stein using kolla-ansible. After a reboot of a compute node , the nova-compute docker container keeps on restarting and when looking at the logs, it's because of the "Unsupported VIF type unbound convert '_nova_to_osvif_vif_unbound'" issue.

Removing and recreating the VM throwing this error fixes the issue. Does there exist any workaround that doesn't make us delete the VM?

Our containers are running nova 11.0.1.

2021-02-03 09:08:14.166 7 ERROR oslo_service.service [req-4c314b58-891e-4d10-874f-558ecd5e48ad - - - - -] Error starting thread.: NovaException: Unsupported VIF type unbound convert '_nova_to_osvif_vif_unbound'
2021-02-03 09:08:14.166 7 ERROR oslo_service.service Traceback (most recent call last):
2021-02-03 09:08:14.166 7 ERROR oslo_service.service File "/var/lib/kolla/venv/lib/python2.7/site-packages/oslo_service/service.py", line 796, in run_service
2021-02-03 09:08:14.166 7 ERROR oslo_service.service service.start()
2021-02-03 09:08:14.166 7 ERROR oslo_service.service File "/var/lib/kolla/venv/lib/python2.7/site-packages/nova/service.py", line 162, in start
2021-02-03 09:08:14.166 7 ERROR oslo_service.service self.manager.init_host()
2021-02-03 09:08:14.166 7 ERROR oslo_service.service File "/var/lib/kolla/venv/lib/python2.7/site-packages/nova/compute/manager.py", line 1214, in init_host
2021-02-03 09:08:14.166 7 ERROR oslo_service.service self._init_instance(context, instance)
2021-02-03 09:08:14.166 7 ERROR oslo_service.service File "/var/lib/kolla/venv/lib/python2.7/site-packages/nova/compute/manager.py", line 961, in _init_instance
2021-02-03 09:08:14.166 7 ERROR oslo_service.service self.driver.plug_vifs(instance, net_info)
2021-02-03 09:08:14.166 7 ERROR oslo_service.service File "/var/lib/kolla/venv/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 819, in plug_vifs
2021-02-03 09:08:14.166 7 ERROR oslo_service.service self.vif_driver.plug(instance, vif)
2021-02-03 09:08:14.166 7 ERROR oslo_service.service File "/var/lib/kolla/venv/lib/python2.7/site-packages/nova/virt/libvirt/vif.py", line 805, in plug
2021-02-03 09:08:14.166 7 ERROR oslo_service.service vif_obj = os_vif_util.nova_to_osvif_vif(vif)
2021-02-03 09:08:14.166 7 ERROR oslo_service.service File "/var/lib/kolla/venv/lib/python2.7/site-packages/nova/network/os_vif_util.py", line 519, in nova_to_osvif_vif
2021-02-03 09:08:14.166 7 ERROR oslo_service.service {'type': vif['type'], 'func': funcname})
2021-02-03 09:08:14.166 7 ERROR oslo_service.service NovaException: Unsupported VIF type unbound convert '_nova_to_osvif_vif_unbound'