Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Last active December 12, 2015 12:38
Show Gist options
  • Save hub-cap/4772916 to your computer and use it in GitHub Desktop.
Save hub-cap/4772916 to your computer and use it in GitHub Desktop.
mysql> select * from services;
+---------------------+---------------------+------------+---------+----+------------------+------------------+------------------+--------------+----------+-------------------+
| created_at | updated_at | deleted_at | deleted | id | host | binary | topic | report_count | disabled | availability_zone |
+---------------------+---------------------+------------+---------+----+------------------+------------------+------------------+--------------+----------+-------------------+
| 2013-02-12 19:15:51 | 2013-02-12 20:04:40 | NULL | 0 | 2 | ubuntu | cinder-scheduler | cinder-scheduler | 292 | 0 | nova |
| 2013-02-12 19:20:36 | 2013-02-12 20:04:37 | NULL | 0 | 3 | ubuntu.lvm2 | cinder-volume | cinder-volume | 263 | 0 | nova |
| 2013-02-12 19:20:36 | 2013-02-12 20:04:37 | NULL | 0 | 4 | ubuntu.lvmdriver | cinder-volume | cinder-volume | 263 | 0 | nova |
+---------------------+---------------------+------------+---------+----+------------------+------------------+------------------+--------------+----------+-------------------+
3 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment