Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.97 KB | None | 0 0
  1. ERROR cinder.volume.flows.manager.create_volume [req-d6cfcbdf-0777-4ca6-b9cf-3802361fd44a 
  2. Failed to copy image 5a6a68e7-d95c-419e-aaaa-4ea3682dcd73 to volume: 879a238b-d0c9-42d7-9815-beb777d3d236
  3. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume Traceback (most recent call last):
  4. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  File "/opt/stack/cinder/cinder/volume/flows/manager/create_volume.py", line 501, in _copy_image_to_volume
  5. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  copy_image_to_volume(context, volume_ref, image_service, image_id)
  6. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  File "/usr/local/lib/python2.7/dist-packages/osprofiler/profiler.py", line 105, in wrapper
  7. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  return f(*args, **kwargs)
  8. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  File "/opt/stack/cinder/cinder/volume/driver.py", line 576, in copy_image_to_volume
  9. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  size=volume['size'])
  10. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  File "/opt/stack/cinder/cinder/image/image_utils.py", line 226, in fetch_to_raw
  11. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  run_as_root=run_as_root)
  12. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  File "/opt/stack/cinder/cinder/image/image_utils.py", line 317, in fetch_to_volume_format
  13. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  run_as_root=run_as_root)
  14. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  File "/opt/stack/cinder/cinder/image/image_utils.py", line 147, in convert_image
  15. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  out_format, run_as_root=run_as_root)
  16. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  File "/opt/stack/cinder/cinder/image/image_utils.py", line 121, in _convert_image
  17. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  utils.execute(*cmd, run_as_root=run_as_root)
  18. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  File "/opt/stack/cinder/cinder/utils.py", line 143, in execute
  19. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  return processutils.execute(*cmd, **kwargs)
  20. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  File "/usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py", line 275, in execute
  21. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume  cmd=sanitized_cmd)
  22. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume ProcessExecutionError: Unexpected error while running command.
  23. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf qemu-img convert -t none -O raw /opt/stack/data/cinder/conversion/tmpSFP7fM /dev/disk/by-path/pci-0000:02:00.0-fc-0x10003c912b666600-lun-1
  24. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume Exit code: 1
  25. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume Stdout: u''
  26. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume Stderr: u'qemu-img: error writing zeroes at sector 0: Input/output error\n'
  27. 2015-09-23 09:42:09.816 TRACE cinder.volume.flows.manager.create_volume 
  28. 2015-09-23 09:42:09.821 WARNING cinder.volume.manager [req-d6cfcbdf-0777-4ca6-b9cf-3802361fd44a 1c356a293cfa495fabe1aaff37178c6d f6cd0ba75d2644099d32cefb585a8e62] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (0d8815bc-2a49-4b61-b1ea-daaabb616301) transitioned into state 'FAILURE' from state 'RUNNING'
  29. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager Traceback (most recent call last):
  30. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager  File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 82, in _execute_task
  31. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager  result = task.execute(**arguments)
  32. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager  File "/opt/stack/cinder/cinder/volume/flows/manager/create_volume.py", line 653, in execute
  33. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager  **volume_spec)
  34. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager  File "/opt/stack/cinder/cinder/volume/flows/manager/create_volume.py", line 605, in _create_from_image
  35. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager  image_id, image_location, image_service)
  36. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager  File "/opt/stack/cinder/cinder/volume/flows/manager/create_volume.py", line 506, in _copy_image_to_volume
  37. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager  raise exception.ImageCopyFailure(reason=ex.stderr)
  38. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager ImageCopyFailure: Failed to copy image to volume: qemu-img: error writing zeroes at sector 0: Input/output error
  39. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager 
  40. 2015-09-23 09:42:09.821 TRACE cinder.volume.manager 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement