You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/07/17 23:08:52 UTC

git commit: updated refs/heads/master to c0db80f

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 <mi...@citrix.com>
Authored: Wed Jul 17 14:04:55 2013 -0700
Committer: Min Chen <mi...@citrix.com>
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',