mirror of https://github.com/apache/cloudstack.git
CS-15971
Host going to disconnected state after upgrade from 2.2.14 to 3.0.5 fixed
This commit is contained in:
parent
abcd5677c0
commit
70d41f103b
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue