* hi folks. I use nodepool connect openstack provider. in openstack, nova build instance failed. and nova list show instance is in BUILD state. and I can't delete it. ``` | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+--------------------------------------------+--------+------------+-------------+----------+ | c741f538-8eec-4a86-bdbf-681ce6982cec | ubuntu-focal-openstack-provider-0000009442 | BUILD | scheduling | NOSTATE | | | 49103874-e2da-47be-8d62-77748e753551 | ubuntu-focal-openstack-provider-0000009554 | BUILD | scheduling | NOSTATE | | [root@localhost ~(keystone_admin)]# nova force-delete ubuntu-focal-openstack-provider-0000009442 ERROR (CommandError): No server with a name or ID of 'ubuntu-focal-openstack-provider-0000009442' exists. ``` maybe due to root dir space not enough, I extend root dir later. but Now I need delete instance. Is there any solution? nova-conductor.log is https://paste.opendev.org/show/bCx1mJ6137S6Sn0rn6FY/ any help would be appreciated.