[
https://issues.apache.org/jira/browse/CLOUDSTACK-9525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548688#comment-15548688
]
ASF GitHub Bot commented on CLOUDSTACK-9525:
--------------------------------------------
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())
> add support for windows 10 guest os in xenserver 6.5
> ----------------------------------------------------
>
> Key: CLOUDSTACK-9525
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9525
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Rajani Karuturi
> Assignee: Rajani Karuturi
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)