You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/10/17 21:12:09 UTC

[1/2] git commit: updated refs/heads/master to 1868919

Repository: cloudstack
Updated Branches:
  refs/heads/master 9363be339 -> 186891962


CLOUDSTACK-8888: Xenserver 6.0.2 host stuck in disconnected state after upgrade to 4.6

XenServer602Resource class is removed but existing xenserver 6.0.2 hosts are not handled properly.


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

Branch: refs/heads/master
Commit: 61c85fe2dca09b0189b7a9dae7a29d8692dcca0c
Parents: a5ca762
Author: Harikrishna Patnala <ha...@citrix.com>
Authored: Mon Sep 21 15:47:15 2015 +0530
Committer: Harikrishna Patnala <ha...@citrix.com>
Committed: Mon Sep 21 16:27:20 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/61c85fe2/setup/db/db/schema-452to460.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-452to460.sql b/setup/db/db/schema-452to460.sql
index 5887e53..27b931b 100644
--- a/setup/db/db/schema-452to460.sql
+++ b/setup/db/db/schema-452to460.sql
@@ -403,6 +403,8 @@ CREATE TABLE `cloud`.`external_bigswitch_bcf_devices` (
   CONSTRAINT `fk_external_bigswitch_bcf_devices__physical_network_id` FOREIGN KEY (`physical_network_id`) REFERENCES `physical_network`(`id`) ON DELETE CASCADE
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
+UPDATE `cloud`.`host` SET `resource`='com.cloud.hypervisor.xenserver.resource.XenServer600Resource' WHERE `resource`='com.cloud.hypervisor.xenserver.resource.XenServer602Resource';
+
 CREATE TABLE `cloud`.`ldap_trust_map` (
   `id` int unsigned NOT NULL AUTO_INCREMENT,
   `domain_id` bigint unsigned NOT NULL,


[2/2] git commit: updated refs/heads/master to 1868919

Posted by re...@apache.org.
Merge pull request #861 from harikrishna-patnala/CLOUDSTACK-8888

CLOUDSTACK-8888: Xenserver 6.0.2 host stuck in disconnected state aftXenserver 6.0.2 hosts are stuck in disconnected state after CS upgrade to 4.6. This is because xenserver602resource class is not there in 4.6 branch and existing hosts running on v6.0.2 are not handled properly.

* pr/861:
  CLOUDSTACK-8888: Xenserver 6.0.2 host stuck in disconnected state after upgrade to 4.6

Signed-off-by: Remi Bergsma <gi...@remi.nl>


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

Branch: refs/heads/master
Commit: 186891962edc0e89ffba429e21e4bbeeba3cc8d8
Parents: 9363be3 61c85fe
Author: Remi Bergsma <gi...@remi.nl>
Authored: Sat Oct 17 21:10:35 2015 +0200
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Sat Oct 17 21:10:35 2015 +0200

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