DaanHoogland commented on code in PR #12358:
URL: https://github.com/apache/cloudstack/pull/12358#discussion_r2667544697


##########
engine/schema/src/main/resources/META-INF/db/schema-42210to42300.sql:
##########
@@ -23,3 +23,17 @@
 -- 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';
 UPDATE `cloud`.`configuration` SET value='firstfit' WHERE name IN 
('vm.allocation.algorithm', 'volume.allocation.algorithm') AND 
value='userconcentratedpod_firstfit';
+
+-- Add Windows Server 2025 guest OS and mappings
+CALL ADD_GUEST_OS_AND_HYPERVISOR_MAPPING (6, 'Windows Server 2025 (64-bit)', 
'VMware', '7.0', 'windows2022srvNext_64Guest');

Review Comment:
   today is a good day to die… ;)



-- 
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