nfvlabs / openmano

Openmano is an open source project that provides a practical implementation of the reference architecture for Management & Orchestration under standardization at ETSI’s NFV ISG
Apache License 2.0
180 stars 74 forks source link

VMs are still running after deleting an instance scenario #21

Closed alogracia closed 9 years ago

alogracia commented 9 years ago

This is happening with VMs that do not respond to shutdown signal sent by openvim. A destroy signal from openvim is required in case shutdown is failing after a time out.

gerardo-garcia commented 9 years ago

The destroy signal is not sent because openvim cannot find the domain id through libvirt.

This is the output in openvim log: libvirt: QEMU Driver error : Domain not found: no domain with matching uuid '2c553b74-26d5-11e5-a988-525400f9969d' test01 : action_on_server( 2c553b74-26d5-11e5-a988-525400f9969d ) domain not running

alogracia commented 9 years ago

Fixed after upgrading openmano installation. Thanks.