Github user jburwell commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1759#discussion_r87896137
--- Diff: setup/db/db/schema-480to481-cleanup.sql ---
@@ -18,3 +18,6 @@
--;
-- Schema cleanup from 4.8.0 to 4.8.1;
--;
+
+DELETE FROM `cloud`.`host_details` where name = 'vmName' and value in
(select name from `cloud`.`vm_instance` where state = 'Expunging' and
hypervisor_type ='BareMetal');
--- End diff --
Why is this change scoped only to the baremetal hypervisor? It would seem
that it should apply to all hypervisors.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---