Get the quota info:
# openstack quota show
+----------------------+--------+
| Field | Value |
+----------------------+--------+
| gigabytes | 40000
| gigabytes_ceph_spec | 20000
Get the hypervisor stats:
# openstack hypervisor stats show
+----------------------+-------+
| Field | Value |
+----------------------+-------+
| count | 1 |
| current_workload | 0 |
| disk_available_least | 491 |
| free_disk_gb | 796 |
| free_ram_mb | 19326 |
| local_gb | 916 |
| local_gb_used | 120 |
| memory_mb | 32126 |
| memory_mb_used | 12800 |
| running_vms | 4 |
| vcpus | 4 |
| vcpus_used | 12 |
+----------------------+-------+
How could I get the gigabytes_ceph_spec
or gigabytes
's resource usage like openstack hypervisor stats show
or other methods?