Advertisement
Guest User

Untitled

a guest
Nov 17th, 2015
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.83 KB | None | 0 0
  1. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup Traceback (most recent call last):
  2. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/cinder/openstack/common/threadgroup.py", line 125, in wait
  3. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup x.wait()
  4. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/cinder/openstack/common/threadgroup.py", line 47, in wait
  5. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup return self.thread.wait()
  6. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 168, in wait
  7. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup return self._exit_event.wait()
  8. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/eventlet/event.py", line 116, in wait
  9. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup return hubs.get_hub().switch()
  10. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 187, in switch
  11. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup return self.greenlet.switch()
  12. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 194, in main
  13. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup result = function(*args, **kwargs)
  14. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/cinder/openstack/common/service.py", line 483, in run_service
  15. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup service.start()
  16. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/cinder/service.py", line 103, in start
  17. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup self.manager.init_host()
  18. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/cinder/volume/manager.py", line 253, in init_host
  19. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup volumes = self.db.volume_get_all_by_host(ctxt, self.host)
  20. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/cinder/db/api.py", line 217, in volume_get_all_by_host
  21. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup return IMPL.volume_get_all_by_host(context, host)
  22. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/cinder/db/sqlalchemy/api.py", line 121, in wrapper
  23. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup return f(*args, **kwargs)
  24. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/cinder/db/sqlalchemy/api.py", line 1214, in volume_get_all_by_host
  25. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup return _volume_get_query(context).filter_by(host=host).all()
  26. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 2241, in all
  27. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup return list(self)
  28. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 2353, in __iter__
  29. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup return self._execute_and_instances(context)
  30. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 2368, in _execute_and_instances
  31. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup result = conn.execute(querycontext.statement, self._params)
  32. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 662, in execute
  33. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup params)
  34. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 761, in _execute_clauseelement
  35. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup compiled_sql, distilled_params
  36. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 874, in _execute_context
  37. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup context)
  38. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1024, in _handle_dbapi_exception
  39. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup exc_info
  40. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/sqlalchemy/util/compat.py", line 196, in raise_from_cause
  41. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup reraise(type(exception), exception, tb=exc_tb)
  42. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 867, in _execute_context
  43. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup context)
  44. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 324, in do_execute
  45. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup cursor.execute(statement, parameters)
  46. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/local/lib/python2.7/dist-packages/pymysql/cursors.py", line 146, in execute
  47. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup result = self._query(query)
  48. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/local/lib/python2.7/dist-packages/pymysql/cursors.py", line 296, in _query
  49. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup conn.query(q)
  50. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/local/lib/python2.7/dist-packages/pymysql/connections.py", line 781, in query
  51. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup self._affected_rows = self._read_query_result(unbuffered=unbuffered)
  52. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/local/lib/python2.7/dist-packages/pymysql/connections.py", line 942, in _read_query_result
  53. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup result.read()
  54. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/local/lib/python2.7/dist-packages/pymysql/connections.py", line 1138, in read
  55. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup first_packet = self.connection._read_packet()
  56. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/local/lib/python2.7/dist-packages/pymysql/connections.py", line 906, in _read_packet
  57. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup packet.check_error()
  58. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/local/lib/python2.7/dist-packages/pymysql/connections.py", line 367, in check_error
  59. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup err.raise_mysql_exception(self._data)
  60. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/local/lib/python2.7/dist-packages/pymysql/err.py", line 120, in raise_mysql_exception
  61. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup _check_mysql_exception(errinfo)
  62. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup File "/usr/local/lib/python2.7/dist-packages/pymysql/err.py", line 115, in _check_mysql_exception
  63. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup raise InternalError(errno, errorvalue)
  64. 2015-11-17 14:00:02.091 24164 TRACE cinder.openstack.common.threadgroup InternalError: (InternalError) (1054, u"Unknown column 'volumes.instance_uuid' in 'field list'") 'SELECT volumes.created_at AS volumes_created_at, volumes.updated_at AS volumes_updated_at, volumes.deleted_at AS volumes_deleted_at, volumes.id AS volumes_id, volumes._name_id AS volumes__name_id, volumes.ec2_id AS volumes_ec2_id, volumes.user_id AS volumes_user_id, volumes.project_id AS volumes_project_id, volumes.snapshot_id AS volumes_snapshot_id, volumes.host AS volumes_host, volumes.size AS volumes_size, volumes.availability_zone AS volumes_availability_zone, volumes.instance_uuid AS volumes_instance_uuid, volumes.attached_host AS volumes_attached_host, volumes.mountpoint AS volumes_mountpoint, volumes.attach_time AS volumes_attach_time, volumes.status AS volumes_status, volumes.attach_status AS volumes_attach_status, volumes.migration_status AS volumes_migration_status, volumes.scheduled_at AS volumes_scheduled_at, volumes.launched_at AS volumes_launched_at, volumes.terminated_at AS volumes_terminated_at, volumes.display_name AS volumes_display_name, volumes.display_description AS volumes_display_description, volumes.provider_location AS volumes_provider_location, volumes.provider_auth AS volumes_provider_auth, volumes.provider_geometry AS volumes_provider_geometry, volumes.volume_type_id AS volumes_volume_type_id, volumes.source_volid AS volumes_source_volid, volumes.encryption_key_id AS volumes_encryption_key_id, volumes.deleted AS volumes_deleted, volumes.bootable AS volumes_bootable, volume_metadata_1.created_at AS volume_metadata_1_created_at, volume_metadata_1.updated_at AS volume_metadata_1_updated_at, volume_metadata_1.deleted_at AS volume_metadata_1_deleted_at, volume_metadata_1.deleted AS volume_metadata_1_deleted, volume_metadata_1.id AS volume_metadata_1_id, volume_metadata_1.`key` AS volume_metadata_1_key, volume_metadata_1.value AS volume_metadata_1_value, volume_metadata_1.volume_id AS volume_metadata_1_volume_id, volume_admin_metadata_1.created_at AS volume_admin_metadata_1_created_at, volume_admin_metadata_1.updated_at AS volume_admin_metadata_1_updated_at, volume_admin_metadata_1.deleted_at AS volume_admin_metadata_1_deleted_at, volume_admin_metadata_1.deleted AS volume_admin_metadata_1_deleted, volume_admin_metadata_1.id AS volume_admin_metadata_1_id, volume_admin_metadata_1.`key` AS volume_admin_metadata_1_key, volume_admin_metadata_1.value AS volume_admin_metadata_1_value, volume_admin_metadata_1.volume_id AS volume_admin_metadata_1_volume_id, volume_types_1.created_at AS volume_types_1_created_at, volume_types_1.updated_at AS volume_types_1_updated_at, volume_types_1.deleted_at AS volume_types_1_deleted_at, volume_types_1.deleted AS volume_types_1_deleted, volume_types_1.id AS volume_types_1_id, volume_types_1.name AS volume_types_1_name, volume_types_1.qos_specs_id AS volume_types_1_qos_specs_id \nFROM volumes LEFT OUTER JOIN volume_metadata AS volume_metadata_1 ON volume_metadata_1.volume_id = volumes.id AND volume_metadata_1.deleted = false LEFT OUTER JOIN volume_admin_metadata AS volume_admin_metadata_1 ON volume_admin_metadata_1.volume_id = volumes.id AND volume_admin_metadata_1.deleted = false LEFT OUTER JOIN volume_types AS volume_types_1 ON volumes.volume_type_id = volume_types_1.id AND volume_types_1.deleted = false \nWHERE volumes.deleted = false AND volumes.host = %s' ('block1@lvm',)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement