This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch network-gc-update in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 1f1eeb9c4a43d2b1fa30118f7303e1e731b3ad29 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Thu Apr 24 20:56:05 2025 +0200 Update schema-42000to42010.sql --- 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'; +