This commit is contained in:
Daman Arora 2026-01-07 13:24:21 -05:00
parent 2405249414
commit 96c0705b10
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
-- 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
-- Update value to firstfit for the config 'vm.allocation.algorithm' or 'volume.allocation.algorithm' if configured as userconcentratedpod_firstfit
UPDATE `cloud`.`configuration` SET value='random' WHERE name IN ('vm.allocation.algorithm', 'volume.allocation.algorithm') AND value='userconcentratedpod_random';