Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created April 12, 2013 19:10
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 hub-cap/5374365 to your computer and use it in GitHub Desktop.
Save hub-cap/5374365 to your computer and use it in GitHub Desktop.
mysql> select * from actions ; select * From action_events;
+------------+------------+------------+---------+----+-----------------+--------------------------------------+------------------------------------------+---------+------------+-------------+------------------------------------+
| created_at | updated_at | deleted_at | deleted | id | action | action_uuid | request_id | user_id | start_time | finish_time | message |
+------------+------------+------------+---------+----+-----------------+--------------------------------------+------------------------------------------+---------+------------+-------------+------------------------------------+
| NULL | NULL | NULL | 0 | 10 | create_instance | d342c055-b300-4ce8-90a6-7509c1fd6fa8 | req-9e760ac8-d0c3-401d-a0fe-5f7705e8521f | radmin | NULL | NULL | Failed to create a volume in Nova. |
+------------+------------+------------+---------+----+-----------------+--------------------------------------+------------------------------------------+---------+------------+-------------+------------------------------------+
1 row in set (0.00 sec)
+------------+------------+------------+---------+----+-----------------------+-----------+------------+-------------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at | updated_at | deleted_at | deleted | id | event | action_id | start_time | finish_time | result | traceback |
+------------+------------+------------+---------+----+-----------------------+-----------+------------+-------------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| NULL | NULL | NULL | 0 | 20 | create_instance_begin | 10 | NULL | NULL | NULL | NULL |
| NULL | NULL | NULL | 0 | 21 | create_volume | 10 | NULL | NULL | NULL | Traceback (most recent call last):
File "/mnt/hgfs/db/reddwarf/reddwarf/common/actions.py", line 41, in wrapped
return func(*args, **kwargs)
File "/mnt/hgfs/db/reddwarf/reddwarf/taskmanager/models.py", line 199, in _create_volume
raise VolumeCreationFailure()
VolumeCreationFailure: Failed to create a volume in Nova.
|
+------------+------------+------------+---------+----+-----------------------+-----------+------------+-------------+--------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2 rows in set (0.01 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment