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 89FBC1869E for ; Thu, 28 Apr 2016 20:18:18 +0000 (UTC) Received: (qmail 66219 invoked by uid 500); 28 Apr 2016 20:18:13 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 66162 invoked by uid 500); 28 Apr 2016 20:18:13 -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 66151 invoked by uid 500); 28 Apr 2016 20:18:13 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 66147 invoked by uid 99); 28 Apr 2016 20:18:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 20:18:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0B5832C1F54 for ; Thu, 28 Apr 2016 20:18:13 +0000 (UTC) Date: Thu, 28 Apr 2016 20:18:13 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9362) Migrating a VM using VXLANs and bridges fails 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-9362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15262905#comment-15262905 ] ASF GitHub Bot commented on CLOUDSTACK-9362: -------------------------------------------- Github user kiwiflyer commented on the pull request: https://github.com/apache/cloudstack/pull/1513#issuecomment-215549283 We'll pull this in for testing. > Migrating a VM using VXLANs and bridges fails > --------------------------------------------- > > Key: CLOUDSTACK-9362 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9362 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: KVM > Affects Versions: 4.6.2, 4.7.1, 4.8.0 > Environment: Using KVM with VXLANs in Linux bridge devices (not OpenVSwitch) > Reporter: Aaron Brady > > https://github.com/apache/cloudstack/commit/bb8f7c652e42caacff5adce1ce60342603677605 > The above commit introduces rewriting of bridge device names when migrating a virtual machine from one host to another. However, it also matches bridges called "brvx-1234" and rewrites them to (in my case) "brem1-1234" - this doesn't match the bridge name on the destination and causes the migration to fail with the error: > error : virNetDevGetMTU:397 : Cannot get interface MTU on 'brem1-1234': No such device > I have flagged this as major because it's not possible to migrate VMs using VXLANs for maintenance, which seems important (it's certainly important to me!). -- This message was sent by Atlassian JIRA (v6.3.4#6332)