Advertisement
Guest User

Untitled

a guest
Sep 9th, 2011
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. 2011-09-09 23:44:09,779 CRITICAL nova [-] volume group nova-volumes doesn't exist
  2. (nova): TRACE: Traceback (most recent call last):
  3. (nova): TRACE: File "/usr/bin/nova-volume", line 49, in <module>
  4. (nova): TRACE: service.wait()
  5. (nova): TRACE: File "/usr/lib/pymodules/python2.7/nova/service.py", line 357, in wait
  6. (nova): TRACE: _launcher.wait()
  7. (nova): TRACE: File "/usr/lib/pymodules/python2.7/nova/service.py", line 107, in wait
  8. (nova): TRACE: service.wait()
  9. (nova): TRACE: File "/usr/lib/pymodules/python2.7/eventlet/greenthread.py", line 166, in wait
  10. (nova): TRACE: return self._exit_event.wait()
  11. (nova): TRACE: File "/usr/lib/pymodules/python2.7/eventlet/event.py", line 116, in wait
  12. (nova): TRACE: return hubs.get_hub().switch()
  13. (nova): TRACE: File "/usr/lib/pymodules/python2.7/eventlet/hubs/hub.py", line 177, in switch
  14. (nova): TRACE: return self.greenlet.switch()
  15. (nova): TRACE: File "/usr/lib/pymodules/python2.7/eventlet/greenthread.py", line 192, in main
  16. (nova): TRACE: result = function(*args, **kwargs)
  17. (nova): TRACE: File "/usr/lib/pymodules/python2.7/nova/service.py", line 77, in run_server
  18. (nova): TRACE: server.start()
  19. (nova): TRACE: File "/usr/lib/pymodules/python2.7/nova/service.py", line 137, in start
  20. (nova): TRACE: self.manager.init_host()
  21. (nova): TRACE: File "/usr/lib/pymodules/python2.7/nova/volume/manager.py", line 86, in init_host
  22. (nova): TRACE: self.driver.check_for_setup_error()
  23. (nova): TRACE: File "/usr/lib/pymodules/python2.7/nova/volume/driver.py", line 94, in check_for_setup_error
  24. (nova): TRACE: % FLAGS.volume_group)
  25. (nova): TRACE: Error: volume group nova-volumes doesn't exist
  26. (nova): TRACE:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement