Updated Branches: refs/heads/master b41ed8a3e -> c0db80fa1
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/c0db80fa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c0db80fa Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c0db80fa Branch: refs/heads/master Commit: c0db80fa1dd0599f5f2f7e5e98b914b1c3aaff77 Parents: b41ed8a Author: Min Chen <[email protected]> Authored: Wed Jul 17 14:04:55 2013 -0700 Committer: Min Chen <[email protected]> Committed: Wed Jul 17 14:07:35 2013 -0700 ---------------------------------------------------------------------- setup/db/db/schema-410to420.sql | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c0db80fa/setup/db/db/schema-410to420.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index fe1426e..40e3d2b 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',
