You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/schema/src/main/resources/META-INF/db/schema-42210to42300.sql
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,5 @@
21
21
22
22
-- Update value to random for the config 'vm.allocation.algorithm' or 'volume.allocation.algorithm'
23
23
-- if configured as userconcentratedpod_random or userconcentratedpod_firstfit
24
-
UPDATE`cloud`.`configuration`SET value='random'WHERE name IN ('vm.allocation.algorithm', 'volume.allocation.algorithm') AND value IN ('userconcentratedpod_random', 'userconcentratedpod_firstfit');
24
+
UPDATE`cloud`.`configuration`SET value='random'WHERE name IN ('vm.allocation.algorithm', 'volume.allocation.algorithm') AND value='userconcentratedpod_random';
25
+
UPDATE`cloud`.`configuration`SET value='firstfit'WHERE name IN ('vm.allocation.algorithm', 'volume.allocation.algorithm') AND value='userconcentratedpod_firstfit';
0 commit comments