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 059B2109B0 for ; Thu, 7 Nov 2013 15:36:12 +0000 (UTC) Received: (qmail 89281 invoked by uid 500); 7 Nov 2013 15:36:10 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 88887 invoked by uid 500); 7 Nov 2013 15:36:09 -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 88751 invoked by uid 99); 7 Nov 2013 15:36:09 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 15:36:09 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 4EAE01D2F25; Thu, 7 Nov 2013 15:36:06 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============1654151084244381670==" MIME-Version: 1.0 Subject: Re: Review Request 15238: CLOUDSTACK-5039: bugfix: live migration failed : Domain not found: no domain with matching uuid '' From: "Kishan Kavala" To: "Marcus Sorensen" , "Toshiaki Hatano" , "Wido den Hollander" Cc: "Kishan Kavala" , "Yoshikazu Nojima" , "cloudstack" Date: Thu, 07 Nov 2013 15:36:06 -0000 Message-ID: <20131107153606.30021.20662@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Kishan Kavala" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/15238/ X-Sender: "Kishan Kavala" References: <20131105051730.30022.99352@reviews.apache.org> In-Reply-To: <20131105051730.30022.99352@reviews.apache.org> Reply-To: "Kishan Kavala" --===============1654151084244381670== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15238/#review28371 ----------------------------------------------------------- Ship it! commit b864e677e5d007e10b73f10120d86dc97684de6c - Kishan Kavala On Nov. 5, 2013, 10:47 a.m., Yoshikazu Nojima wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15238/ > ----------------------------------------------------------- > > (Updated Nov. 5, 2013, 10:47 a.m.) > > > Review request for cloudstack, Marcus Sorensen, Toshiaki Hatano, and Wido den Hollander. > > > Bugs: CLOUDSTACK-5039 > https://issues.apache.org/jira/browse/CLOUDSTACK-5039 > > > Repository: cloudstack-git > > > Description > ------- > > * Issue to be solved: > > Live migration failed with following error message: > > 2013-11-05 04:39:29,345 DEBUG [kvm.resource.LibvirtComputingResource] (agentRequest-Handler-1:null) Can't migrate domain: Domain not found: no domain with matching uuid '87c06b76-5ee6-3f1b-8c89-54e75de6bd3d' > > It seems CloudStack doesn't specify correct UUID. > This commit revert the domain lookup code change made in the commit ( https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blobdiff;f=plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java;h=203587a06f63f23d487ae65dcf5c397cd2702166;hp=94ee9ae676ef8d0202e7fa617e712352a934ffcb;hb=a709f34f;hpb=5410901aebed4ada581b853e0ca02d9f855a68f1 ). > > > Diffs > ----- > > plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java e3f60f2 > > Diff: https://reviews.apache.org/r/15238/diff/ > > > Testing > ------- > > I confirmed live migration works. > > > Thanks, > > Yoshikazu Nojima > > --===============1654151084244381670==--