Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1698 On Vmware they are Windows 10 is supported only starting ESX 6 so only 3 extra lines would be needed. I will help with testing on vmware: INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created) VALUES (UUID(),'VMware', '6.0', 'windows9_64Guest', 258, utc_timestamp()); INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created) VALUES (UUID(),'VMware', '6.0', 'windows9Guest', 257, utc_timestamp()); INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created) VALUES (UUID(),'VMware', '6.0', 'windows9Server64Guest', 259, utc_timestamp())
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---