Advertisement
Guest User

Untitled

a guest
Mar 15th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. nova-list
  2. +--------------------------------------+-------+--------+------------+-------------+--------------------------------------------------------+
  3. | ID | Name | Status | Task State | Power State | Networks |
  4. +--------------------------------------+-------+--------+------------+-------------+--------------------------------------------------------+
  5. | f2e41617-5300-47ac-af42-a70f4c75b372 | vm168 | ERROR | - | Running | private=10.0.0.4, fdb5:b83e:549a:0:f816:3eff:fec1:14ce |
  6. | 35857d28-09eb-4dd6-9e34-78306ae289c6 | vm173 | ACTIVE | - | Running | private=10.0.0.5, fdb5:b83e:549a:0:f816:3eff:fe2d:2d6b |
  7. +--------------------------------------+-------+--------+------------+-------------+--------------------------------------------------------+
  8.  
  9. nova-compute log
  10.  
  11. 2016-03-15 19:32:59.285 31939 DEBUG nova.compute.resource_tracker [req-20b784fe-ec9c-4a29-9fea-14a777f859c6 - -] Migration instance not found: Instance b9929ce7-90cd-469e-95ca-de36a5822667 could not be found.
  12. Traceback (most recent call last):
  13.  
  14. File "/opt/stack/nova/nova/conductor/manager.py", line 85, in _object_dispatch
  15. return getattr(target, method)(*args, **kwargs)
  16.  
  17. File "/usr/local/lib/python2.7/dist-packages/oslo_versionedobjects/base.py", line 181, in wrapper
  18. result = fn(cls, context, *args, **kwargs)
  19.  
  20. File "/opt/stack/nova/nova/objects/instance.py", line 399, in get_by_uuid
  21. use_slave=use_slave)
  22.  
  23. File "/opt/stack/nova/nova/db/sqlalchemy/api.py", line 285, in wrapper
  24. return f(*args, **kwargs)
  25.  
  26. File "/opt/stack/nova/nova/objects/instance.py", line 391, in _db_instance_get_by_uuid
  27. columns_to_join=columns_to_join)
  28.  
  29. File "/opt/stack/nova/nova/db/api.py", line 696, in instance_get_by_uuid
  30. return IMPL.instance_get_by_uuid(context, uuid, columns_to_join)
  31.  
  32. File "/opt/stack/nova/nova/db/sqlalchemy/api.py", line 229, in wrapper
  33. return f(*args, **kwargs)
  34.  
  35. File "/opt/stack/nova/nova/db/sqlalchemy/api.py", line 330, in wrapped
  36. return f(context, *args, **kwargs)
  37.  
  38. File "/opt/stack/nova/nova/db/sqlalchemy/api.py", line 1964, in instance_get_by_uuid
  39. columns_to_join=columns_to_join)
  40.  
  41. File "/opt/stack/nova/nova/db/sqlalchemy/api.py", line 1973, in _instance_get_by_uuid
  42. raise exception.InstanceNotFound(instance_id=uuid)
  43.  
  44. InstanceNotFound: Instance b9929ce7-90cd-469e-95ca-de36a5822667 could not be found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement