[
https://issues.apache.org/jira/browse/CLOUDSTACK-9103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052198#comment-15052198
]
ASF GitHub Bot commented on CLOUDSTACK-9103:
--------------------------------------------
Github user bhaisaab commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1216#discussion_r47322960
--- Diff: setup/db/db/schema-452to460.sql ---
@@ -420,3 +420,7 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor`
(uuid,hypervisor_type, hypervis
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type,
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined)
VALUES (UUID(),'KVM', 'default', 'CentOS 7', 246, utc_timestamp(), 0);
UPDATE `cloud`.`hypervisor_capabilities` SET `max_data_volumes_limit` =
'32' WHERE `hypervisor_capabilities`.`hypervisor_type` = 'KVM';
+
--- End diff --
For master/4.7.0, we don't need the sql changes in 452-to-460.sql. Please
remove this.
LGTM, otherwise.
> Missing OS Mappings for VMware 6.0
> ----------------------------------
>
> Key: CLOUDSTACK-9103
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9103
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Maneesha
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)