Updated Branches: refs/heads/master 8ff2061db -> c546be8af
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/c546be8a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c546be8a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c546be8a Branch: refs/heads/master Commit: c546be8af9eef1a22fbcc21c6fd7d3d7f9d68495 Parents: 8ff2061 Author: Min Chen <[email protected]> Authored: Sat Aug 3 21:38:25 2013 -0700 Committer: Min Chen <[email protected]> Committed: Sat Aug 3 21:47:31 2013 -0700 ---------------------------------------------------------------------- setup/db/db/schema-410to420.sql | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c546be8a/setup/db/db/schema-410to420.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index 0f98693..25a1bb9 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -2230,3 +2230,5 @@ CREATE TABLE `cloud_usage`.`usage_vmsnapshot` ( 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');
