sudo87 commented on code in PR #12233:
URL: https://github.com/apache/cloudstack/pull/12233#discussion_r2609695947


##########
engine/schema/src/main/resources/META-INF/db/schema-42210to42300.sql:
##########
@@ -18,3 +18,7 @@
 --;
 -- Schema upgrade from 4.22.1.0 to 4.23.0.0
 --;
+
+-- Update value to random for the config 'vm.allocation.algorithm' or 
'volume.allocation.algorithm'
+-- if configured as userconcentratedpod_random or userconcentratedpod_firstfit
+UPDATE `cloud`.`configuration` SET value='random' WHERE name IN 
('vm.allocation.algorithm', 'volume.allocation.algorithm') AND value IN 
('userconcentratedpod_random', 'userconcentratedpod_firstfit');

Review Comment:
   thanks for pointing it out, will update the pr 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to