Clarify values of hypervisor disk attributes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova-dpm |
New
|
Medium
|
Sreeram Vancheeswaran |
Bug Description
At the moment dummy values are returned on
openstack hypervisor show host2
| disk_available_
| free_disk_gb | 1024
| local_gb | 1024
| local_gb_used | 0
Clarify which values make sense!
Same for
openstack host show host2
+------
| Host | Project | CPU | Memory MB | Disk GB |
+------
| host2 | (total) | 3 | 55555 | 1024 |
| host2 | (used_now) | 1 | 1024 | 0 |
| host2 | (used_max) | 1 | 1024 | 0 |
| host2 | 0e7b76a92ad54aa
+------
description: | updated |
description: | updated |
Changed in nova-dpm: | |
importance: | Undecided → Medium |
assignee: | nobody → Sreeram Vancheeswaran (sreeram-vancheeswaran) |
Changed in nova-dpm: | |
milestone: | none → pike-3 |