This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a commit to branch network-gc-wait-dynamic
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit ea72682cdd921d9fa16f3812a08677b62dab07ef
Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com>
AuthorDate: Thu Apr 24 20:55:35 2025 +0200

    Update schema-42000to42010.sql
    
    Update dynamic setting for the network.gc.intervla and the wrong message 
for wait period.
---
 engine/schema/src/main/resources/META-INF/db/schema-42000to42010.sql | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/engine/schema/src/main/resources/META-INF/db/schema-42000to42010.sql 
b/engine/schema/src/main/resources/META-INF/db/schema-42000to42010.sql
index 9d170151e2c..17929fcb9d1 100644
--- a/engine/schema/src/main/resources/META-INF/db/schema-42000to42010.sql
+++ b/engine/schema/src/main/resources/META-INF/db/schema-42000to42010.sql
@@ -69,3 +69,8 @@ CALL `cloud`.`IDEMPOTENT_UPDATE_API_PERMISSION`('Read-Only 
Admin - Default', 'va
 
 CALL `cloud`.`IDEMPOTENT_UPDATE_API_PERMISSION`('Support Admin - Default', 
'setupUserTwoFactorAuthentication', 'ALLOW');
 CALL `cloud`.`IDEMPOTENT_UPDATE_API_PERMISSION`('Support Admin - Default', 
'validateUserTwoFactorAuthenticationCode', 'ALLOW');
+
+-- Fix dynamic setting for the network.gc.interval
+
+UPDATE `cloud`.`configuration` SET `is_dynamic`=0 WHERE  
`name`='network.gc.interval';
+

Reply via email to