emc-xchallenge / nova

OpenStack Compute (Nova)
http://openstack.org
Apache License 2.0
0 stars 3 forks source link

Inconsistent "running_vms" value #8

Open jybuestc opened 8 years ago

jybuestc commented 8 years ago

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