You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while actually only one virtual machine is running in the hypervisor
stack@ubuntu:~$ nova list
+--------------------------------------+-----------+--------+------------+-------------+--------------------------------------------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-----------+--------+------------+-------------+--------------------------------------------------------+
| aba46ead-87fb-40ff-9df4-9bf4739bda96 | CentOS_VM | ACTIVE | - | Running | private=10.0.0.4, fd49:d2f7:ca05:0:f816:3eff:fe60:1823 |
+--------------------------------------+-----------+--------+------------+-------------+--------------------------------------------------------+
The text was updated successfully, but these errors were encountered:
Description:
Inconsistent "running_vms" value of "nova hypervisor-stats" and "nova list"
Project:
OpenStack
Project Area:
nova
Release:
OpenStack
Severity:
S1
Full Details:
Inconsistent "running_vms" value of "nova hypervisor-stats" and "nova list"
stack@ubuntu:~$ nova hypervisor-stats
+----------------------+-------+
| Property | Value |
+----------------------+-------+
| count | 1 |
| current_workload | 0 |
| disk_available_least | 20 |
| free_disk_gb | 58 |
| free_ram_mb | 17393 |
| local_gb | 78 |
| local_gb_used | 20 |
| memory_mb | 20081 |
| memory_mb_used | 2688 |
| running_vms | 2 | <<<<<<<-----------------
| vcpus | 1 |
| vcpus_used | 2 |
+----------------------+-------+
while actually only one virtual machine is running in the hypervisor
stack@ubuntu:~$ nova list
+--------------------------------------+-----------+--------+------------+-------------+--------------------------------------------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-----------+--------+------------+-------------+--------------------------------------------------------+
| aba46ead-87fb-40ff-9df4-9bf4739bda96 | CentOS_VM | ACTIVE | - | Running | private=10.0.0.4, fd49:d2f7:ca05:0:f816:3eff:fe60:1823 |
+--------------------------------------+-----------+--------+------------+-------------+--------------------------------------------------------+
The text was updated successfully, but these errors were encountered: