davidjumani commented on a change in pull request #5394:
URL: https://github.com/apache/cloudstack/pull/5394#discussion_r700101972
##########
File path: engine/schema/src/main/resources/META-INF/db/schema-41500to41510.sql
##########
@@ -132,3 +132,5 @@ INSERT INTO `cloud`.`guest_os_hypervisor`
(uuid,hypervisor_type, hypervisor_vers
-- Add support for windows2019srvNext_64Guest from VMware 7.0.1.0
INSERT INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type,
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined)
VALUES (UUID(),'VMware', '7.0.1.0', 'windows2019srvNext_64Guest', 276, now(),
0);
+
+UPDATE `cloud`.`configuration` SET `value` = 20, `default_value` = 20 WHERE
`name` = 'default.ui.page.size';
Review comment:
Yes, will make the change
--
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]