mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CS-16037: db upgrade - fixed component/category/description fields for several global configs
This commit is contained in:
parent
b9e8b5152c
commit
0c0165e19b
@ -452,3 +452,13 @@ CREATE TABLE `cloud`.`s2s_vpn_connection` (
|
||||
CONSTRAINT `uc_s2s_vpn_connection__uuid` UNIQUE (`uuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
UPDATE `cloud`.`configuration` SET category='Network' WHERE name='guest.domain.suffix';
|
||||
UPDATE `cloud`.`configuration` SET component='management-server' WHERE name='agent.lb.enabled';
|
||||
UPDATE `cloud`.`configuration` SET component='StorageManager' WHERE name='backup.snapshot.wait';
|
||||
UPDATE `cloud`.`configuration` SET component='StorageManager' WHERE name='copy.volume.wait';
|
||||
UPDATE `cloud`.`configuration` SET component='StorageManager' WHERE name='create.volume.from.snapshot.wait';
|
||||
UPDATE `cloud`.`configuration` SET component='TemplateManager' WHERE name='primary.storage.download.wait';
|
||||
UPDATE `cloud`.`configuration` SET component='StorageManager' WHERE name='storage.cleanup.enabled';
|
||||
UPDATE `cloud`.`configuration` SET component='StorageManager' WHERE name='storage.cleanup.interval';
|
||||
UPDATE `cloud`.`configuration` SET description='Comma separated list of cidrs internal to the datacenter that can host template download servers, please note 0.0.0.0 is not a valid site ' WHERE name='secstorage.allowed.internal.sites';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user