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 9B69410BF6 for ; Tue, 29 Oct 2013 17:42:26 +0000 (UTC) Received: (qmail 65499 invoked by uid 500); 29 Oct 2013 17:42:26 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 65440 invoked by uid 500); 29 Oct 2013 17:42: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 65354 invoked by uid 500); 29 Oct 2013 17:42:26 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 65330 invoked by uid 99); 29 Oct 2013 17:42:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Oct 2013 17:42:26 +0000 Date: Tue, 29 Oct 2013 17:42:26 +0000 (UTC) From: "Marty Sweet (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-4989) Live Migration: Domain Already Exists MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Marty Sweet created CLOUDSTACK-4989: --------------------------------------- Summary: Live Migration: Domain Already Exists Key: CLOUDSTACK-4989 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4989 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: KVM Affects Versions: 4.2.0 Environment: KVM, Ubuntu 12.04.3 Reporter: Marty Sweet Occasionally a VM will fail to migrate to a hypervisor for the following reason: Unable to migrate due to operation failed: domain 'i-2-122-VM' already exists with uuid a7da75fa-d79e-3838-82a0-589b9b317545 This can be fixed by running the following command on the target host: # virsh undefine i-2-122-VM I assume this is being caused because the undefine is not being run all the time. This only happens to the odd VM, possibly after a hypervisor/host restart. -- This message was sent by Atlassian JIRA (v6.1#6144)