weizhouapache commented on PR #12358: URL: https://github.com/apache/cloudstack/pull/12358#issuecomment-4905418033
thanks @Pearl1594 for the fix `Windows Server 2025` has been added in ACS 4.20.1.0 (see engine/schema/src/main/resources/META-INF/db/schema-42000to42010.sql), but only for KVM and Xenserver. ``` CALL ADD_GUEST_OS_AND_HYPERVISOR_MAPPING (6, 'Windows Server 2025', 'XenServer', '8.4.0', 'Windows Server 2025'); CALL ADD_GUEST_OS_AND_HYPERVISOR_MAPPING (6, 'Windows Server 2025', 'KVM', 'default', 'Windows Server 2025'); ``` I think some improvements are needed when register template, update template or update vm with new Guest OS type, it would be better to check if the guest OS is supported by the hypervisor and version (it seems complicated) We need to be careful when add a new Guest OS (for example ubuntu 26.04 #13465) -- 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]
