Comment 13 for bug 1583009

Revision history for this message
Rich Art (riccardo-patane-ch) wrote :

Hi there,

I am also having same troubles. This is in the controller /var/log/nova/nova-conductor.log file after trying to create a new instance as described in http://docs.openstack.org/mitaka/install-guide-ubuntu/launch-instance-provider.html:

2016-06-29 13:27:03.084 2828 ERROR nova.scheduler.utils [req-756b7528-65c0-4389-95f1-146ccfd4dabf 048e5bedaf17478da2bb2c52829cf561 e236c9a8172e4f7ca3b0c9cb37891ab8 - - -] [instance: b5020d53-2e48-453b-bec9-cbca4fac5708] Error from last host: n04 (node n04.mgmt.local): [u'Traceback (most recent call last):\n', u' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1926, in _do_build_and_run_instance\n filter_properties)\n', u' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2116, in _build_and_run_instance\n instance_uuid=instance.uuid, reason=six.text_type(e))\n', u"RescheduledException: Build of instance b5020d53-2e48-453b-bec9-cbca4fac5708 was re-scheduled: Failed to connect socket to '/var/run/libvirt/virtlogd-sock': No such file or directory\n"]

2016-06-29 13:27:21.459 2828 ERROR nova.scheduler.utils [req-756b7528-65c0-4389-95f1-146ccfd4dabf 048e5bedaf17478da2bb2c52829cf561 e236c9a8172e4f7ca3b0c9cb37891ab8 - - -] [instance: b5020d53-2e48-453b-bec9-cbca4fac5708] Error from last host: n01 (node n01.mgmt.local): [u'Traceback (most recent call last):\n', u' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1926, in _do_build_and_run_instance\n filter_properties)\n', u' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2116, in _build_and_run_instance\n instance_uuid=instance.uuid, reason=six.text_type(e))\n', u"RescheduledException: Build of instance b5020d53-2e48-453b-bec9-cbca4fac5708 was re-scheduled: Failed to connect socket to '/var/run/libvirt/virtlogd-sock': No such file or directory\n"]

2016-06-29 13:27:36.501 2827 ERROR nova.scheduler.utils [req-756b7528-65c0-4389-95f1-146ccfd4dabf 048e5bedaf17478da2bb2c52829cf561 e236c9a8172e4f7ca3b0c9cb37891ab8 - - -] [instance: b5020d53-2e48-453b-bec9-cbca4fac5708] Error from last host: n02 (node n02.mgmt.local): [u'Traceback (most recent call last):\n', u' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1926, in _do_build_and_run_instance\n filter_properties)\n', u' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2116, in _build_and_run_instance\n instance_uuid=instance.uuid, reason=six.text_type(e))\n', u"RescheduledException: Build of instance b5020d53-2e48-453b-bec9-cbca4fac5708 was re-scheduled: Failed to connect socket to '/var/run/libvirt/virtlogd-sock': No such file or directory\n"]

2016-06-29 13:27:36.508 2827 WARNING nova.scheduler.utils [req-756b7528-65c0-4389-95f1-146ccfd4dabf 048e5bedaf17478da2bb2c52829cf561 e236c9a8172e4f7ca3b0c9cb37891ab8 - - -] Failed to compute_task_build_instances: Exceeded maximum number of retries. Exceeded max scheduling attempts 3 for instance b5020d53-2e48-453b-bec9-cbca4fac5708. Last exception: Failed to connect socket to '/var/run/libvirt/virtlogd-sock': No such file or directory

2016-06-29 13:27:36.513 2827 WARNING nova.scheduler.utils [req-756b7528-65c0-4389-95f1-146ccfd4dabf 048e5bedaf17478da2bb2c52829cf561 e236c9a8172e4f7ca3b0c9cb37891ab8 - - -] [instance: b5020d53-2e48-453b-bec9-cbca4fac5708] Setting instance to ERROR state.

Somebody can help?

Thank you very much.
Richard