Skip to content

Commit 3d2916a

Browse files
author
Anthony Xu
committed
since max_guest_vm for XS 6.2.0 is 500, change max_guest_vm for XS 6.5.0 to 500
1 parent d233f39 commit 3d2916a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup/db/db/schema-441to450.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervis
745745
INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),'Xenserver', '6.5.0', 'Other install media', 203, utc_timestamp(), 0);
746746

747747

748-
INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid, hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled, max_data_volumes_limit, storage_motion_supported) VALUES (UUID(), 'XenServer', '6.5.0', 100, 1, 13, 1);
748+
INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid, hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled, max_data_volumes_limit, storage_motion_supported) VALUES (UUID(), 'XenServer', '6.5.0', 500, 1, 13, 1);
749749

750750
CREATE TABLE `cloud`.`baremetal_rct` (
751751
`id` bigint unsigned UNIQUE AUTO_INCREMENT,

0 commit comments

Comments
 (0)