From f10bd711590500da14612b9ac7d88197dfe3b2b8 Mon Sep 17 00:00:00 2001 From: Likitha Shetty Date: Mon, 6 Jan 2014 19:54:24 +0530 Subject: [PATCH] CLOUDSTACK-5780. [VMware] ESXi 5.5 - During live volume migration of ROOT and DATA volumes, suitable storage list is always empty Update hypervisor_capabilities to include capabilities for ESXi host 5.5 --- setup/db/db/schema-421to430.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-421to430.sql b/setup/db/db/schema-421to430.sql index 284fb17d4c7..0ee97dee85b 100644 --- a/setup/db/db/schema-421to430.sql +++ b/setup/db/db/schema-421to430.sql @@ -890,3 +890,5 @@ ALTER TABLE `cloud`.`vm_instance` DROP COLUMN `cpu`; ALTER TABLE `cloud`.`vm_instance` DROP COLUMN `ram`; ALTER TABLE `cloud`.`vm_instance` DROP COLUMN `speed`; +INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid, hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled, max_data_volumes_limit, max_hosts_per_cluster, storage_motion_supported, vm_snapshot_enabled) VALUES (UUID(), 'VMware', '5.5', 128, 0, 13, 32, 1, 1); +