Skip to content

Instantly share code, notes, and snippets.

@j-griffith
Created August 7, 2014 15:48
Show Gist options
  • Save j-griffith/7f42f43165f020b22561 to your computer and use it in GitHub Desktop.
Save j-griffith/7f42f43165f020b22561 to your computer and use it in GitHub Desktop.
from (pid=9499) log_http_response /opt/stack/python-glanceclient/glanceclient/common/http.py:117
2014-08-07 09:45:34.730 ERROR cinder.volume.flows.manager.create_volume [req-b4f3a24c-2073-44e7-927a-87c8ba18fa66 0045a30cfd144af093fa2f25f9ad1039 69ad0ac8c7894fd1b94214a89734a572] Failed to copy image b2093e0c-6503-4ebf-b889-eed11a0871b2 to volume: c2b72115-505d-40d4-b3de-d64835abbc40, error: 'ContextAdapter' object has no attribute 'inf'
2014-08-07 09:45:34.736 WARNING cinder.volume.manager [req-b4f3a24c-2073-44e7-927a-87c8ba18fa66 0045a30cfd144af093fa2f25f9ad1039 69ad0ac8c7894fd1b94214a89734a572] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9e489fd8-1583-46e7-a697-3d212075fb42) transitioned into state 'FAILURE'
2014-08-07 09:45:34.736 TRACE cinder.volume.manager Traceback (most recent call last):
2014-08-07 09:45:34.736 TRACE cinder.volume.manager File "/usr/local/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", line 34, in _execute_task
2014-08-07 09:45:34.736 TRACE cinder.volume.manager result = task.execute(**arguments)
2014-08-07 09:45:34.736 TRACE cinder.volume.manager File "/opt/stack/cinder/cinder/volume/flows/manager/create_volume.py", line 594, in execute
2014-08-07 09:45:34.736 TRACE cinder.volume.manager **volume_spec)
2014-08-07 09:45:34.736 TRACE cinder.volume.manager File "/opt/stack/cinder/cinder/volume/flows/manager/create_volume.py", line 549, in _create_from_image
2014-08-07 09:45:34.736 TRACE cinder.volume.manager image_id, image_location, image_service)
2014-08-07 09:45:34.736 TRACE cinder.volume.manager File "/opt/stack/cinder/cinder/volume/flows/manager/create_volume.py", line 463, in _copy_image_to_volume
2014-08-07 09:45:34.736 TRACE cinder.volume.manager raise exception.ImageCopyFailure(reason=ex)
2014-08-07 09:45:34.736 TRACE cinder.volume.manager ImageCopyFailure: Failed to copy image to volume: 'ContextAdapter' object has no attribute 'inf'
2014-08-07 09:45:34.736 TRACE cinder.volume.manager
2014-08-07 09:45:34.741 WARNING cinder.volume.manager [req-b4f3a24c-2073-44e7-927a-87c8ba18fa66 0045a30cfd144af093fa2f25f9ad1039 69ad0ac8c7894fd1b94214a89734a572] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9e489fd8-1583-46e7-a697-3d212075fb42) transitioned into state 'REVERTING'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment