Guest User

Untitled

a guest
Jun 23rd, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. 40298 WARNING cinder.volume.manager [req-a005f40f-2dd0-455f-bfde-adb911695e36 92a21259ed8a493a81a668f821a7a6dd 5b85610664b944f59a79a7056ffaed44 - - -] Flow 'volume_create_manager' (1cf5cb8b-8d8b-452e-b07e-a0111aaff139) transitioned into state 'REVERTED' from state 'RUNNING'
  2. 2016-06-23 14:47:40.872 40298 ERROR oslo_messaging.rpc.dispatcher [req-a005f40f-2dd0-455f-bfde-adb911695e36 92a21259ed8a493a81a668f821a7a6dd 5b85610664b944f59a79a7056ffaed44 - - -] Exception during message handling: Failed to copy image to volume: qemu-img: error writing zeroes at sector 0: Invalid argument
  3. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher Traceback (most recent call last):
  4. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 142, in _dispatch_and_reply
  5. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher executor_callback))
  6. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 186, in _dispatch
  7. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher executor_callback)
  8. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 130, in _do_dispatch
  9. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher result = func(ctxt, **new_args)
  10. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/osprofiler/profiler.py", line 109, in wrapper
  11. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher return f(*args, **kwargs)
  12. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/cinder/volume/manager.py", line 468, in create_volume
  13. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher _run_flow()
  14. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/cinder/volume/manager.py", line 456, in _run_flow
  15. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher flow_engine.run()
  16. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/engine.py", line 96, in run
  17. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher for _state in self.run_iter():
  18. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/engine.py", line 153, in run_iter
  19. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher failure.Failure.reraise_if_any(failures.values())
  20. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/taskflow/types/failure.py", line 244, in reraise_if_any
  21. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher failures[0].reraise()
  22. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/taskflow/types/failure.py", line 251, in reraise
  23. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher six.reraise(*self._exc_info)
  24. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 67, in _execute_task
  25. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher result = task.execute(**arguments)
  26. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/cinder/volume/flows/manager/create_volume.py", line 653, in execute
  27. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher **volume_spec)
  28. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/cinder/volume/flows/manager/create_volume.py", line 605, in _create_from_image
  29. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher image_id, image_location, image_service)
  30. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/cinder/volume/flows/manager/create_volume.py", line 506, in _copy_image_to_volume
  31. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher raise exception.ImageCopyFailure(reason=ex.stderr)
  32. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher ImageCopyFailure: Failed to copy image to volume: qemu-img: error writing zeroes at sector 0: Invalid argument
  33. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher
  34. 2016-06-23 14:47:40.872 40298 TRACE oslo_messaging.rpc.dispatcher
Add Comment
Please, Sign In to add comment