Skip to content

Instantly share code, notes, and snippets.

/- Secret

Created October 26, 2015 14:57
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/cea636006b92e039a581 to your computer and use it in GitHub Desktop.
Save anonymous/cea636006b92e039a581 to your computer and use it in GitHub Desktop.
[root@block1:/etc/cinder]: cinder type-list
+--------------------------------------+----------------+
| ID | Name |
+--------------------------------------+----------------+
| 0dacc200-3ee3-4907-8720-f9e3e1462f90 | Linux_Native |
| 8dc88407-34d7-440f-ab8e-7eb4053a739b | lvm-type-name |
| ba596887-1b91-4c47-86bc-6dbd41d2fc6b | ceph-type-name |
| c95a0322-8e8b-44a5-b11d-6c39dd92f21f | Ceph |
+--------------------------------------+----------------+
[root@block1:/etc/cinder]: cinder extra-specs-list
+--------------------------------------+----------------+-------------------------------------------------------+
| ID | Name | extra_specs |
+--------------------------------------+----------------+-------------------------------------------------------+
| 0dacc200-3ee3-4907-8720-f9e3e1462f90 | Linux_Native | {} |
| 8dc88407-34d7-440f-ab8e-7eb4053a739b | lvm-type-name | {u'volume_backend_name': u'lvm', u'lvm_type': u'lvm'} |
| ba596887-1b91-4c47-86bc-6dbd41d2fc6b | ceph-type-name | {u'volume_backend_name': u'ceph'} |
| c95a0322-8e8b-44a5-b11d-6c39dd92f21f | Ceph | {} |
+--------------------------------------+----------------+-------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment