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.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---