Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent "running_vms" value #8

Open
jybuestc opened this issue Nov 25, 2015 · 0 comments
Open

Inconsistent "running_vms" value #8

jybuestc opened this issue Nov 25, 2015 · 0 comments

Comments

@jybuestc
Copy link
Collaborator

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 |
+--------------------------------------+-----------+--------+------------+-------------+--------------------------------------------------------+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant