Skip to content

Instantly share code, notes, and snippets.

Created July 20, 2016 16:29
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 anonymous/cfd6e2b2090142eba80ca77457f6874f to your computer and use it in GitHub Desktop.
Save anonymous/cfd6e2b2090142eba80ca77457f6874f to your computer and use it in GitHub Desktop.
mysql> select * from services where binary='nova-compute';
+---------------------+---------------------+------------+----+------------------------+--------------------+-----------+--------------+----------+---------+-----------------+---------------------+-------------+---------+
| created_at | updated_at | deleted_at | id | host | binary | topic | report_count | disabled | deleted | disabled_reason | last_seen_up | forced_down | version |
+---------------------+---------------------+------------+----+------------------------+--------------------+-----------+--------------+----------+---------+-----------------+---------------------+-------------+---------+
| 2015-11-12 18:37:17 | 2016-07-20 16:25:29 | NULL | 1 | hostname.goes.here.com | nova-compute | compute | 1082850 | 0 | 0 | NULL | 2016-07-20 16:25:29 | 0 | 9 |
+---------------------+---------------------+------------+----+------------------------+--------------------+-----------+--------------+----------+---------+-----------------+---------------------+-------------+---------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment