weizhouapache commented on a change in pull request #5870:
URL: https://github.com/apache/cloudstack/pull/5870#discussion_r787519757



##########
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:
       @rohityadavcloud @sureshanaparti 
   ESXi 7.0.3 has some critical issues, vmware has removed it from download 
site.
   
https://blogs.vmware.com/vsphere/2021/11/important-information-on-esxi-7-update-3.html
   https://kb.vmware.com/s/article/86398
   
   should we support it for now or in the future ?
   




-- 
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]


Reply via email to