mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3609: ASF 4.1 to 4.2 Upgrade: Invalid Global Configuration parameters are present on the Upgraded Setup
Description:
Remove unused global config parameters from database after
upgrade from 4.1.0/4.1.1/4.1.2 to 4.2.0.
This commit is contained in:
parent
d47b4a9949
commit
0185c2f47b
|
|
@ -2289,3 +2289,7 @@ INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'manag
|
|||
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Snapshots', 'DEFAULT', 'SnapshotManager', 'kvm.snapshot.enabled', 'false', 'whether snapshot is enabled for KVM hosts');
|
||||
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'eip.use.multiple.netscalers', 'false', 'Should be set to true, if there will be multiple NetScaler devices providing EIP service in a zone');
|
||||
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Snapshots', 'DEFAULT', 'SnapshotManager', 'snapshot.backup.rightafter', 'true', 'backup snapshot right after snapshot is taken');
|
||||
|
||||
DELETE FROM `cloud`.`configuration` where name='vmware.guest.vswitch';
|
||||
DELETE FROM `cloud`.`configuration` where name='vmware.private.vswitch';
|
||||
DELETE FROM `cloud`.`configuration` where name='vmware.public.vswitch';
|
||||
|
|
|
|||
Loading…
Reference in New Issue