Advertisement
Guest User

compute-log

a guest
Jan 19th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. 2012-01-19 16:54:55,590 WARNING nova.virt.libvirt_conn [-] instance instance-00000014: ignoring error injecting data into image 4 (Mapped device was not found (we can only inject raw disk images): /dev/mapper/nbd15p1)
  2. 2012-01-19 16:54:58,042 ERROR nova.exception [-] Uncaught exception
  3. (nova.exception): TRACE: Traceback (most recent call last):
  4. (nova.exception): TRACE: File "/usr/lib/python2.7/dist-packages/nova/exception.py", line 98, in wrapped
  5. (nova.exception): TRACE: return f(*args, **kw)
  6. (nova.exception): TRACE: File "/usr/lib/python2.7/dist-packages/nova/virt/libvirt/connection.py", line 678, in spawn
  7. (nova.exception): TRACE: domain = self._create_new_domain(xml)
  8. (nova.exception): TRACE: File "/usr/lib/python2.7/dist-packages/nova/virt/libvirt/connection.py", line 1322, in _create_new_domain
  9. (nova.exception): TRACE: domain.createWithFlags(launch_flags)
  10. (nova.exception): TRACE: File "/usr/lib/python2.7/dist-packages/libvirt.py", line 372, in createWithFlags
  11. (nova.exception): TRACE: if ret == -1: raise libvirtError ('virDomainCreateWithFlags() failed', dom=self)
  12. (nova.exception): TRACE: libvirtError: operation failed: failed to retrieve chardev info in qemu with 'info chardev'
  13. (nova.exception): TRACE:
  14. 2012-01-19 16:54:58,050 ERROR nova.compute.manager [-] Instance '20' failed to spawn. Is virtualization enabled in the BIOS? Details: operation failed: failed to retrieve chardev info in qemu with 'info chardev'
  15. (nova.compute.manager): TRACE: Traceback (most recent call last):
  16. (nova.compute.manager): TRACE: File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 424, in _run_instance
  17. (nova.compute.manager): TRACE: network_info, block_device_info)
  18. (nova.compute.manager): TRACE: File "/usr/lib/python2.7/dist-packages/nova/exception.py", line 129, in wrapped
  19. (nova.compute.manager): TRACE: raise Error(str(e))
  20. (nova.compute.manager): TRACE: Error: operation failed: failed to retrieve chardev info in qemu with 'info chardev'
  21. (nova.compute.manager): TRACE:
  22. 2012-01-19 16:55:02,011 INFO nova.compute.manager [-] Found 1 in the database and 0 on the hypervisor.
  23. 2012-01-19 16:56:02,019 INFO nova.compute.manager [-] Updating host status
  24. 2012-01-19 16:56:02,671 INFO nova.compute.manager [-] Found 1 in the database and 0 on the
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement