Skip to content

Instantly share code, notes, and snippets.

@sm97
Last active August 5, 2020 16:35
Show Gist options
  • Save sm97/98f4bb3e5be877aa060a2c903c7073a9 to your computer and use it in GitHub Desktop.
Save sm97/98f4bb3e5be877aa060a2c903c7073a9 to your computer and use it in GitHub Desktop.
MariaDB [cloud]> select * from guest_os_hypervisor where hypervisor_version like '8.1.0';
Empty set (0.006 sec)
MariaDB [cloud]> select * from guest_os_hypervisor where guest_os_name like 'Core%';
+------+-----------------+---------------+-------------+--------------------+--------------------------------------+---------------------+---------+-----------------+
| id | hypervisor_type | guest_os_name | guest_os_id | hypervisor_version | uuid | created | removed | is_user_defined |
+------+-----------------+---------------+-------------+--------------------+--------------------------------------+---------------------+---------+-----------------+
| 2767 | Xenserver | CoreOS | 271 | default | 7c266748-b5fa-11ea-8b15-000ae485569f | 2020-06-24 09:10:01 | NULL | 0 |
| 2768 | VMware | coreos64Guest | 271 | default | 7c266f65-b5fa-11ea-8b15-000ae485569f | 2020-06-24 09:10:01 | NULL | 0 |
| 2769 | VMware | coreos64Guest | 271 | 5.5 | 7c267777-b5fa-11ea-8b15-000ae485569f | 2020-06-24 09:10:01 | NULL | 0 |
| 2770 | VMware | coreos64Guest | 271 | 6.0 | 7c267f8b-b5fa-11ea-8b15-000ae485569f | 2020-06-24 09:10:01 | NULL | 0 |
| 2771 | KVM | CoreOS | 271 | default | 7c268843-b5fa-11ea-8b15-000ae485569f | 2020-06-24 09:10:01 | NULL | 0 |
| 2943 | VMware | coreos64Guest | 271 | 6.5 | 7c27cf5e-b5fa-11ea-8b15-000ae485569f | 2020-06-24 09:10:01 | NULL | 0 |
| 3074 | Xenserver | CoreOS | 271 | default | 7c2d8137-b5fa-11ea-8b15-000ae485569f | 2020-06-24 12:10:01 | NULL | 0 |
| 3075 | VMware | coreos64Guest | 271 | default | 7c2d89ba-b5fa-11ea-8b15-000ae485569f | 2020-06-24 12:10:01 | NULL | 0 |
| 3076 | VMware | coreos64Guest | 271 | 5.5 | 7c2d91b9-b5fa-11ea-8b15-000ae485569f | 2020-06-24 12:10:01 | NULL | 0 |
| 3077 | VMware | coreos64Guest | 271 | 6.0 | 7c2d99bd-b5fa-11ea-8b15-000ae485569f | 2020-06-24 12:10:01 | NULL | 0 |
| 3078 | KVM | CoreOS | 271 | default | 7c2da1ca-b5fa-11ea-8b15-000ae485569f | 2020-06-24 12:10:01 | NULL | 0 |
| 4876 | VMware | coreos64Guest | 271 | 6.7 | 7c7feca7-b5fa-11ea-8b15-000ae485569f | 2020-06-24 09:10:02 | NULL | 0 |
| 5131 | VMware | coreos64Guest | 271 | 6.7.1 | 7c819f51-b5fa-11ea-8b15-000ae485569f | 2020-06-24 09:10:02 | NULL | 0 |
| 5386 | VMware | coreos64Guest | 271 | 6.7.2 | 7c8336ce-b5fa-11ea-8b15-000ae485569f | 2020-06-24 09:10:02 | NULL | 0 |
| 5641 | VMware | coreos64Guest | 271 | 6.7.3 | 7c84cc87-b5fa-11ea-8b15-000ae485569f | 2020-06-24 09:10:02 | NULL | 0 |
+------+-----------------+---------------+-------------+--------------------+--------------------------------------+---------------------+---------+-----------------+
15 rows in set (0.006 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment