You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/06/01 09:47:14 UTC

[GitHub] [cloudstack] shwstppr commented on a change in pull request #4114: hypervisor: XCP-ng 8.1 support

shwstppr commented on a change in pull request #4114:
URL: https://github.com/apache/cloudstack/pull/4114#discussion_r433140395



##########
File path: engine/schema/src/main/resources/META-INF/db/schema-41400to41500.sql
##########
@@ -18,3 +18,10 @@
 --;
 -- Schema upgrade from 4.14.0.0 to 4.15.0.0
 --;
+
+
+-- Add XenServer 8.1 hypervisor capabilities
+INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid, hypervisor_type, hypervisor_version, max_guests_limit, max_data_volumes_limit, max_hosts_per_cluster, storage_motion_supported) values (UUID(), 'XenServer', '8.1.0', 1000, 253, 64, 1);

Review comment:
       @Sjnas Adding that support with changed product name will require many more exhaustive changes. New product name must be supported in schema, UI and code as well for that.
   For now, with this PR I'll just target XCP-ng 8.x support




----------------------------------------------------------------
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:
users@infra.apache.org