mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
On kvm computing host, vifdriver.unplug will always fails (throws LibvirtException) and network cleanup will not be called. This was because the code first undefine the computing domain, and then tries to query the destroyed machine definition to fetch NIC information. IMHO, kvm plugin code rounds LibvirtException too much. Signed-off-by: Edison Su <sudison@gmail.com>