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:47:10 UTC

git commit: updated refs/heads/master to 617a71b

Updated Branches:
  refs/heads/master d69a35086 -> 617a71b45


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/617a71b4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/617a71b4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/617a71b4

Branch: refs/heads/master
Commit: 617a71b450195d9dc5713ba2826f9d42a025a5cd
Parents: d69a350
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:07:29 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/617a71b4/setup/db/db/schema-421to430.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-421to430.sql b/setup/db/db/schema-421to430.sql
index 007d9f9..8d8343c 100644
--- a/setup/db/db/schema-421to430.sql
+++ b/setup/db/db/schema-421to430.sql
@@ -897,3 +897,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);
+