Updated Branches: refs/heads/4.2 a4e256b31 -> 149f4ffcb
CLOUDSTACK-4034: Following global configuration missing from upgraded environment. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/149f4ffc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/149f4ffc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/149f4ffc Branch: refs/heads/4.2 Commit: 149f4ffcb4121a344a43f4a9091d2892417b39e3 Parents: a4e256b Author: Min Chen <[email protected]> Authored: Sat Aug 3 21:38:25 2013 -0700 Committer: Min Chen <[email protected]> Committed: Sat Aug 3 21:38:25 2013 -0700 ---------------------------------------------------------------------- setup/db/db/schema-410to420.sql | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/149f4ffc/setup/db/db/schema-410to420.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index 2f0f25c..f3ce336 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -2235,3 +2235,5 @@ CREATE VIEW `cloud`.`account_vmstats_view` AS INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'healthcheck.update.interval', '600', 'Time Interval to fetch the LB health check states (in sec)'); 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');
