Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82D79100EB for ; Tue, 4 Jun 2013 18:55:26 +0000 (UTC) Received: (qmail 59919 invoked by uid 500); 4 Jun 2013 18:55:26 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 59904 invoked by uid 500); 4 Jun 2013 18:55:26 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 59897 invoked by uid 500); 4 Jun 2013 18:55:26 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 59893 invoked by uid 99); 4 Jun 2013 18:55:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jun 2013 18:55:26 +0000 Date: Tue, 4 Jun 2013 18:55:26 +0000 (UTC) From: "Chip Childers (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-1819) AWS Regions - Issues seen when trying to move a zone from 1 region to another. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chip Childers updated CLOUDSTACK-1819: -------------------------------------- Fix Version/s: (was: 4.1.0) 4.2.0 > AWS Regions - Issues seen when trying to move a zone from 1 region to another. > ------------------------------------------------------------------------------ > > Key: CLOUDSTACK-1819 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1819 > Project: CloudStack > Issue Type: Bug > Components: Management Server > Affects Versions: 4.1.0 > Environment: Build from 4.1 > Reporter: Sangeetha Hariharan > Assignee: Kishan Kavala > Fix For: 4.2.0 > > Attachments: Region.rar > > > Issues seen when trying to move a zone from 1 region to another. > Steps followed: > For Region1: > 1. Configured management server with 2 zones. > Registered few templates and deployed few Vms in both the zones. > 2. Disable all the zones in region 1 > 3. Dump region 1 DB ( mysqldump -u cloud -p -h cloud > region1.sql) > 4. Stop management server. > For Region2: > 4. Install another management server for region 2. > 5. Set the region_id while installing the DB ( > cloud-setup-databases cloud:@localhost --deploy-as=root: -e -m -k -r ) > 6. Stop management server. > 7. Copy region 1 DB to to this region ( mysql -u cloud -p -h cloud < region1.sql ) > 8. Start all management servers. At this point all the zones are disabled > 9. Enable zone1 in region1. > 10. Enable zone2 in region2. > Issues Found after following the above steps: > 1. UI for region1 and region2 shows details relating to all the Zones ( including the disabled zones). This is very confusing to see VMs/Templates from both the regions being listed in the region that does not service the region anymore. > 2. Console Proxy view does not work for the newly deployed Vms in region2. > 3. Not able to register a new template in region2. > 4. Region_Id gets over-ridden when the the DB dump from region1 is copied over to region2. > In case of KVM hosts , What is the suggested solution for these hosts to migrate to another zone ? The cloud agent running in these hosts will still be trying to contact management server from region1. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira