sureshanaparti commented on a change in pull request #5870:
URL: https://github.com/apache/cloudstack/pull/5870#discussion_r787506367
##########
File path: engine/schema/src/main/resources/META-INF/db/schema-41600to41610.sql
##########
@@ -20,3 +20,8 @@
--;
ALTER TABLE `cloud`.`vm_work_job` ADD COLUMN `secondary_object` char(100)
COMMENT 'any additional item that must be checked during queueing' AFTER
`vm_instance_id`;
+
+-- Add support for VMware 7.0.2.0
+INSERT IGNORE INTO `cloud`.`hypervisor_capabilities` (uuid, hypervisor_type,
hypervisor_version, max_guests_limit, security_group_enabled,
max_data_volumes_limit, max_hosts_per_cluster, storage_motion_supported,
vm_snapshot_enabled) values (UUID(), 'VMware', '7.0.2.0', 1024, 0, 59, 64, 1,
1);
Review comment:
> It seems 7.0.3 is also out, at least I see
https://customerconnect.vmware.com/en/downloads/details?downloadGroup=VC70U3A&productId=974&rPId=81436
- should we add that support too @weizhouapache @andrijapanicsb @NuxRo
@alexandremattioli ?
I think, it would be good to support VMware 7.0.3 as well if not much effort
is needed.
--
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]