Skip to content

Instantly share code, notes, and snippets.

Created January 6, 2016 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/72c1aac73c4c7e79841e to your computer and use it in GitHub Desktop.
Save anonymous/72c1aac73c4c7e79841e to your computer and use it in GitHub Desktop.
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher [req-73f0c67a-3bec-4db5-bcd5-772ee368d864 437f69f2cee64d4bbd886eba8f8daaf9 158397de288a45bc8adbd97f908ef5fa - - -] Exception during message handling: Failed to copy image to volume: qemu-img: error writing zeroes at sector 0: Input/output error
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher Traceback (most recent call last):
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 142, in _dispatch_and_reply
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher executor_callback))
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 186, in _dispatch
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher executor_callback)
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 129, in _do_dispatch
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher result = func(ctxt, **new_args)
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/osprofiler/profiler.py", line 105, in wrapper
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher return f(*args, **kwargs)
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/cinder/volume/manager.py", line 547, in create_volume
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher _run_flow()
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/cinder/volume/manager.py", line 534, in _run_flow
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher flow_engine.run()
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/taskflow/engines/action_engine/engine.py", line 148, in run
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher for _state in self.run_iter():
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/taskflow/engines/action_engine/engine.py", line 208, in run_iter
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher failure.Failure.reraise_if_any(it)
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/taskflow/types/failure.py", line 308, in reraise_if_any
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher failures[0].reraise()
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/taskflow/types/failure.py", line 315, in reraise
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher six.reraise(*self._exc_info)
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 82, in _execute_task
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher result = task.execute(**arguments)
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/cinder/volume/flows/manager/create_volume.py", line 834, in execute
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher **volume_spec)
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/cinder/volume/flows/manager/create_volume.py", line 768, in _create_from_image
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher image_service
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/cinder/volume/flows/manager/create_volume.py", line 651, in _create_from_image_download
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher image_id, image_location, image_service)
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/cinder/volume/flows/manager/create_volume.py", line 524, in _copy_image_to_volume
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher raise exception.ImageCopyFailure(reason=ex.stderr)
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher ImageCopyFailure: Failed to copy image to volume: qemu-img: error writing zeroes at sector 0: Input/output error
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher
2016-01-06 10:24:59.401 4039 ERROR oslo_messaging.rpc.dispatcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment