Updated Branches: refs/heads/4.2 5b112820c -> 76bd04e37
CLOUDSTACK-3601:add s3.rrs.enabled config parameter in upgrade setup. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/76bd04e3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/76bd04e3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/76bd04e3 Branch: refs/heads/4.2 Commit: 76bd04e37bf6f4ab3fe60f479c05ed99078cd33f Parents: 5b11282 Author: Min Chen <[email protected]> Authored: Wed Jul 17 14:04:55 2013 -0700 Committer: Min Chen <[email protected]> Committed: Wed Jul 17 14:04:55 2013 -0700 ---------------------------------------------------------------------- setup/db/db/schema-410to420.sql | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/76bd04e3/setup/db/db/schema-410to420.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index e9fa995..7f3411d 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -81,6 +81,8 @@ CREATE TABLE `cloud`.`object_datastore_ref` ( -- PRIMARY KEY(`id`) -- ) ENGINE=InnoDB DEFAULT CHARSET=utf8; +INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 's3.rrs.enabled', 'false', 'enable s3 reduced redundancy storage'); + CREATE TABLE `cloud`.`image_store` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT 'id', `name` varchar(255) NOT NULL COMMENT 'name of data store',
