Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C137818CC0 for ; Thu, 10 Sep 2015 09:38:06 +0000 (UTC) Received: (qmail 65254 invoked by uid 500); 10 Sep 2015 09:38:06 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 65200 invoked by uid 500); 10 Sep 2015 09:38:06 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 65140 invoked by uid 99); 10 Sep 2015 09:38:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2015 09:38:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E161FE0424; Thu, 10 Sep 2015 09:38:05 +0000 (UTC) From: maneesha-p To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request: CLOUDSTACK-8829 : Consecutive cold migrat... Content-Type: text/plain Date: Thu, 10 Sep 2015 09:38:05 +0000 (UTC) GitHub user maneesha-p opened a pull request: https://github.com/apache/cloudstack/pull/797 CLOUDSTACK-8829 : Consecutive cold migration fails Issue - Consecutive VM cold migration fails. Root Cause Analysis - In case of VMware, if VM is being cold migrated between clusters belonging to two different VMware DCs, CCP unregisters the VM from the source host and cleans up the associated VM files. The check if a VM is being cold migrated across DCs is made using the source host id. In case of consecutive cold migrations since the source host id of a VM is NULL and no VM exists, CCP should skip the check Proposed Solution - Attempt to unregister a VM in another DC, only if there is a host associated with a VM. You can merge this pull request into a Git repository by running: $ git pull https://github.com/maneesha-p/cloudstack pull-21 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/797.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #797 ---- commit 8890fc638ee3ffedac873b1c6af762af3d35f273 Author: Likitha Shetty Date: 2015-09-10T09:28:04Z CLOUDSTACK-8829 : Consecutive cold migration fails ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---