← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1342909] [NEW] libvirtError: monitor socket did not show up: No such file or directory

 

Public bug reported:

In a tempest run, I got a:

  BuildErrorException: Server cb9b9996-13dd-4f95-9e54-53598723f695
failed to build and is in ERROR status

Which appears to have been caused by this from TRACE
nova.compute.manager:

Traceback (most recent call last):
  File "/opt/stack/new/nova/nova/compute/manager.py", line 2076, in _build_resources
    yield resources
  File "/opt/stack/new/nova/nova/compute/manager.py", line 1970, in _build_and_run_instance
    block_device_info=block_device_info)
  File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 2317, in spawn
    block_device_info)
  File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 3738, in _create_domain_and_network
    power_on=power_on)
  File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 3646, in _create_domain
    domain.XMLDesc(0))
  File "/opt/stack/new/nova/nova/openstack/common/excutils.py", line 82, in __exit__
    six.reraise(self.type_, self.value, self.tb)
  File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 3641, in _create_domain
    domain.createWithFlags(launch_flags)
  File "/usr/lib/python2.7/dist-packages/eventlet/tpool.py", line 179, in doit
    result = proxy_call(self._autowrap, f, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/eventlet/tpool.py", line 139, in proxy_call
    rv = execute(f,*args,**kwargs)
  File "/usr/lib/python2.7/dist-packages/eventlet/tpool.py", line 77, in tworker
    rv = meth(*args,**kwargs)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 896, in createWithFlags
    if ret == -1: raise libvirtError ('virDomainCreateWithFlags() failed', dom=self)
libvirtError: monitor socket did not show up: No such file or directory

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1342909

Title:
  libvirtError: monitor socket did not show up: No such file or
  directory

Status in OpenStack Compute (Nova):
  New

Bug description:
  In a tempest run, I got a:

    BuildErrorException: Server cb9b9996-13dd-4f95-9e54-53598723f695
  failed to build and is in ERROR status

  Which appears to have been caused by this from TRACE
  nova.compute.manager:

  Traceback (most recent call last):
    File "/opt/stack/new/nova/nova/compute/manager.py", line 2076, in _build_resources
      yield resources
    File "/opt/stack/new/nova/nova/compute/manager.py", line 1970, in _build_and_run_instance
      block_device_info=block_device_info)
    File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 2317, in spawn
      block_device_info)
    File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 3738, in _create_domain_and_network
      power_on=power_on)
    File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 3646, in _create_domain
      domain.XMLDesc(0))
    File "/opt/stack/new/nova/nova/openstack/common/excutils.py", line 82, in __exit__
      six.reraise(self.type_, self.value, self.tb)
    File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 3641, in _create_domain
      domain.createWithFlags(launch_flags)
    File "/usr/lib/python2.7/dist-packages/eventlet/tpool.py", line 179, in doit
      result = proxy_call(self._autowrap, f, *args, **kwargs)
    File "/usr/lib/python2.7/dist-packages/eventlet/tpool.py", line 139, in proxy_call
      rv = execute(f,*args,**kwargs)
    File "/usr/lib/python2.7/dist-packages/eventlet/tpool.py", line 77, in tworker
      rv = meth(*args,**kwargs)
    File "/usr/lib/python2.7/dist-packages/libvirt.py", line 896, in createWithFlags
      if ret == -1: raise libvirtError ('virDomainCreateWithFlags() failed', dom=self)
  libvirtError: monitor socket did not show up: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1342909/+subscriptions


Follow ups

References