From 70d41f103b9c59b502a4f0cdd7a92533905fa365 Mon Sep 17 00:00:00 2001 From: frank Date: Fri, 17 Aug 2012 14:39:20 -0700 Subject: [PATCH] CS-15971 Host going to disconnected state after upgrade from 2.2.14 to 3.0.5 fixed --- setup/db/db/schema-2214to30.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-2214to30.sql b/setup/db/db/schema-2214to30.sql index 0accb6aa829..809b1984071 100755 --- a/setup/db/db/schema-2214to30.sql +++ b/setup/db/db/schema-2214to30.sql @@ -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');