Advertisement
Guest User

Untitled

a guest
Sep 7th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 413, in wait
  2. 2012-09-07 11:22:47 TRACE nova _launcher.wait()
  3. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 131, in wait
  4. 2012-09-07 11:22:47 TRACE nova service.wait()
  5. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 166, in wait
  6. 2012-09-07 11:22:47 TRACE nova return self._exit_event.wait()
  7. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/eventlet/event.py", line 116, in wait
  8. 2012-09-07 11:22:47 TRACE nova return hubs.get_hub().switch()
  9. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 177, in switch
  10. 2012-09-07 11:22:47 TRACE nova return self.greenlet.switch()
  11. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 192, in main
  12. 2012-09-07 11:22:47 TRACE nova result = function(*args, **kwargs)
  13. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 101, in run_server
  14. 2012-09-07 11:22:47 TRACE nova server.start()
  15. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 162, in start
  16. 2012-09-07 11:22:47 TRACE nova self.manager.init_host()
  17. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 269, in init_host
  18. 2012-09-07 11:22:47 TRACE nova block_device_info)
  19. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/exception.py", line 114, in wrapped
  20. 2012-09-07 11:22:47 TRACE nova return f(*args, **kw)
  21. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/virt/libvirt/connection.py", line 852, in resume_state_on_host_boot
  22. 2012-09-07 11:22:47 TRACE nova block_device_info=block_device_info)
  23. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/virt/libvirt/connection.py", line 790, in _hard_reboot
  24. 2012-09-07 11:22:47 TRACE nova virt_dom = self._conn.lookupByName(instance['name'])
  25. 2012-09-07 11:22:47 TRACE nova File "/usr/lib/python2.7/dist-packages/libvirt.py", line 2370, in lookupByName
  26. 2012-09-07 11:22:47 TRACE nova if ret is None:raise libvirtError('virDomainLookupByName() failed', conn=self)
  27. 2012-09-07 11:22:47 TRACE nova libvirtError: Domain not found: no domain with matching name 'instance-00000002'
  28. 2012-09-07 11:22:47 TRACE nova
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement