获取配额信息:
# openstack quota show
+----------------------+--------+
| Field | Value |
+----------------------+--------+
| gigabytes | 40000
| gigabytes_ceph_spec | 20000
获取管理程序统计信息:
# 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 |
+----------------------+-------+
我怎样才能获得gigabytes_ceph_spec
orgigabytes
的资源使用openstack hypervisor stats show
或其他方法?