mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6738: pre-seed expunge delay and interval to 60s
This commit is contained in:
parent
213bdbde35
commit
723eaefdf9
|
|
@ -54,6 +54,14 @@ INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
|
|||
VALUES ('Advanced', 'DEFAULT', 'management-server',
|
||||
'account.cleanup.interval', '60');
|
||||
|
||||
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
|
||||
VALUES ('Advanced', 'DEFAULT', 'management-server',
|
||||
'expunge.delay', '60');
|
||||
|
||||
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
|
||||
VALUES ('Advanced', 'DEFAULT', 'management-server',
|
||||
'expunge.interval', '60');
|
||||
|
||||
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
|
||||
VALUES ('Advanced', 'DEFAULT', 'management-server',
|
||||
'system.vm.use.local.storage', 'true');
|
||||
|
|
|
|||
Loading…
Reference in New Issue