Guest User

Untitled

a guest
May 23rd, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. openstack flavor show bar
  2. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  3. | Field | Value
  4. |
  5. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  6. | OS-FLV-DISABLED:disabled | False
  7. |
  8. | OS-FLV-EXT-DATA:ephemeral | 0
  9. |
  10. | access_project_ids | None
  11. |
  12. | description | None
  13. |
  14. | disk | 100
  15. |
  16. | extra_specs | {'hw:cpu_cores': '23', 'hw:cpu_policy': 'dedicated', 'hw:cpu_sockets': '2', 'hw:cpu_threads': '2', 'hw:cpu_thread_policy': 'require', 'hw:mem_page_size': '1GB', 'hw:numa_nodes': '2', 'pci_passthrough:alias': 'ceph:1'} |
  17. | id | 724bba5f-8ee1-404c-9627-da7a2a5237cf
  18. |
  19. | name | bar
  20. |
  21. | os-flavor-access:is_public | True
  22. |
  23. | properties | hw:cpu_cores='23', hw:cpu_policy='dedicated', hw:cpu_sockets='2', hw:cpu_thread_policy='require', hw:cpu_threads='2', hw:mem_page_size='1GB', hw:numa_nodes='2', pci_passthrough:alias='ceph:1' |
  24. | ram | 194560
  25. |
  26. | rxtx_factor | 1.0
  27. |
  28. | swap | 0
  29. |
  30. | vcpus | 92
  31. |
  32. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment