From 76bd04e37bf6f4ab3fe60f479c05ed99078cd33f Mon Sep 17 00:00:00 2001 From: Min Chen Date: Wed, 17 Jul 2013 14:04:55 -0700 Subject: [PATCH] CLOUDSTACK-3601:add s3.rrs.enabled config parameter in upgrade setup. --- setup/db/db/schema-410to420.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index e9fa9954c0e..7f3411d321b 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',