mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	CLOUDSTACK-6738: pre-seed expunge delay and interval to 60s
(cherry picked from commit 723eaefdf9c139d920a94202962cfd691589c304) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
		
							parent
							
								
									593ba5538a
								
							
						
					
					
						commit
						6379ca4548
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user