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


##########
engine/schema/src/main/java/com/cloud/upgrade/SystemVmTemplateRegistration.java:
##########
@@ -331,13 +335,13 @@ public void setUpdated(Date updated) {
         }
     };
 
-    public static final Map<Hypervisor.HypervisorType, Integer> 
hypervisorGuestOsMap = new HashMap<Hypervisor.HypervisorType, Integer>() {
+    public static Map<Hypervisor.HypervisorType, Integer> hypervisorGuestOsMap 
= new HashMap<Hypervisor.HypervisorType, Integer>() {
         {
-            put(Hypervisor.HypervisorType.KVM, LINUX_5_ID);
-            put(Hypervisor.HypervisorType.XenServer, OTHER_LINUX_ID);
-            put(Hypervisor.HypervisorType.VMware, OTHER_LINUX_ID);

Review Comment:
   I think it is safer to stick to “Other Linux (64-bits)”. I am not sure if 
Debian 12 are supported on those platforms and other linux is sure to work..



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to