rhtyd commented on a change in pull request #4114:
URL: https://github.com/apache/cloudstack/pull/4114#discussion_r434949532
##########
File path: engine/schema/src/main/resources/META-INF/db/schema-41400to41500.sql
##########
@@ -18,3 +18,12 @@
--;
-- Schema upgrade from 4.14.0.0 to 4.15.0.0
--;
+
+-- Change guest OS name to support default CentOS 5 template in XenServer8.0
+UPDATE `cloud`.`guest_os_hypervisor` SET guest_os_name='CentOS 7' where
guest_os_id=(SELECT guest_os_id from `cloud`.`vm_template` WHERE
unique_name='centos56-x86_64-xen') AND hypervisor_type='Xenserver' AND
hypervisor_version='8.0.0';
Review comment:
workaround is fine for now, but I think the default built-in template
does not work with this right?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]