<div dir="ltr">Folks,<br><div><br></div><div>I have a small environment where controllers and computers run on the same nodes and yes that is a bad idea. But now what happened the machine got OOM out and crashed and stuck somewhere in Zombie stat. I have deleted all vms but it didn't work. Later I used the "virsh destroy" command to delete those vms and everything recovered but my openstack hypervisor state show" command still says you have 91 VMs hanging in DB. </div><div><br></div><div>How do i clean up vms entered from nova DB which doesn't exist at all. </div><div><br></div><div>I have tried the command "<span style="color:rgb(51,51,51);font-family:monospace;font-size:12px">nova-manage db archive_</span><span style="color:rgb(51,51,51);font-family:monospace;font-size:12px">deleted_</span><span style="color:rgb(51,51,51);font-family:monospace;font-size:12px">rows" </span><span style="color:rgb(51,51,51);font-size:12px"><font face="arial, sans-serif">but it didn't help. How does nova sync DB with current stat? </font></span></div><div><br></div><div># openstack hypervisor stats show<br>This command is deprecated.<br>+----------------------+--------+<br>| Field                | Value  |<br>+----------------------+--------+<br>| count                | 3      |<br>| current_workload     | 11     |<br>| disk_available_least | 15452  |<br>| free_disk_gb         | 48375  |<br>| free_ram_mb          | 192464 |<br>| local_gb             | 50286  |<br>| local_gb_used        | 1911   |<br>| memory_mb            | 386570 |<br>| memory_mb_used       | 194106 |<br>| running_vms          | 91     |<br>| vcpus                | 144    |<br>| vcpus_used           | 184    |<br>+----------------------+--------+<br></div><div><br></div><div><br></div><div>Technically I have only single VM</div><div><br></div><div># openstack server list --all<br>+--------------------------------------+---------+--------+---------------------------------+------------+----------+<br>| ID                                   | Name    | Status | Networks                        | Image      | Flavor   |<br>+--------------------------------------+---------+--------+---------------------------------+------------+----------+<br>| b33fd79d-2b90-41dd-a070-29f92ce205e7 | foo1 | ACTIVE | 1=100.100.75.22, 192.168.1.139 | ubuntu2204 | m1.small |<br>+--------------------------------------+---------+--------+---------------------------------+------------+----------+<br></div></div>