You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by li...@apache.org on 2014/01/06 15:42:57 UTC

git commit: updated refs/heads/4.3 to f10bd71

Updated Branches:
  refs/heads/4.3 531433c9d -> f10bd7115


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


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f10bd711
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f10bd711
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f10bd711

Branch: refs/heads/4.3
Commit: f10bd711590500da14612b9ac7d88197dfe3b2b8
Parents: 531433c
Author: Likitha Shetty <li...@citrix.com>
Authored: Mon Jan 6 19:54:24 2014 +0530
Committer: Likitha Shetty <li...@citrix.com>
Committed: Mon Jan 6 20:04:06 2014 +0530

----------------------------------------------------------------------
 setup/db/db/schema-421to430.sql | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f10bd711/setup/db/db/schema-421to430.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-421to430.sql b/setup/db/db/schema-421to430.sql
index 284fb17..0ee97de 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);
+