mirror of https://github.com/apache/cloudstack.git
Merge pull request #1759 from yvsubhash/CLOUDSTACK-9589
CLOUDSTACK-9589 vmName entries from host_details table for the VM's w…
This commit is contained in:
commit
be6e1a8596
|
|
@ -20,3 +20,5 @@
|
|||
--;
|
||||
|
||||
DELETE FROM `cloud`.`configuration` WHERE name='consoleproxy.loadscan.interval';
|
||||
|
||||
DELETE FROM `cloud`.`host_details` where name = 'vmName' and value in (select name from `cloud`.`vm_instance` where state = 'Expunging' and hypervisor_type ='BareMetal');
|
||||
|
|
|
|||
Loading…
Reference in New Issue