Host going to disconnected state after upgrade from 2.2.14 to 3.0.5

fixed
This commit is contained in:
frank 2012-08-17 14:39:20 -07:00
parent abcd5677c0
commit 70d41f103b
1 changed files with 2 additions and 0 deletions

View File

@ -759,3 +759,5 @@ UPDATE `cloud`.`networks` n SET n.display_text=(CONCAT('guestNetworkForBasicZon
UPDATE `cloud`.`configuration` SET description='Bypass internal dns, use external dns1 and dns2' WHERE name='use.external.dns';
UPDATE `cloud`.`configuration` SET category='Alert' WHERE name='capacity.check.period';
UPDATE `cloud`.`vm_instance` SET vnc_password = '' where removed is not null;
DELETE FROM `cloud`.`host_details` where name in ('storage.network.device1', 'storage.network.device2');