mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3601:add s3.rrs.enabled config parameter in upgrade setup.
This commit is contained in:
parent
5b112820c2
commit
76bd04e37b
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue