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 241D418229 for ; Wed, 19 Aug 2015 10:14:46 +0000 (UTC) Received: (qmail 96885 invoked by uid 500); 19 Aug 2015 10:14:46 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 96839 invoked by uid 500); 19 Aug 2015 10:14:46 -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 96828 invoked by uid 500); 19 Aug 2015 10:14:45 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 96824 invoked by uid 99); 19 Aug 2015 10:14:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2015 10:14:45 +0000 Date: Wed, 19 Aug 2015 10:14:45 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8749) KVM: link local route cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-8749?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D14702809#comment-14702809 ]=20 ASF GitHub Bot commented on CLOUDSTACK-8749: -------------------------------------------- GitHub user bhaisaab opened a pull request: https://github.com/apache/cloudstack/pull/718 CLOUDSTACK-8749: KVM - cleanup linklocal interface based on names This tries to avoid cleaning by a device name. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shapeblue/cloudstack kvm-linklocal-cleanu= p Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/718.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 #718 =20 ---- commit ee5638e460c3a6437d5f26764b4c6ec4226652c5 Author: Rohit Yadav Date: 2015-08-19T10:08:31Z CLOUDSTACK-8749: KVM - cleanup linklocal interface based on names =20 This tries to avoid cleaning by a device name. =20 Signed-off-by: Rohit Yadav ---- > KVM: link local route cleanup > ----------------------------- > > Key: CLOUDSTACK-8749 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-874= 9 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Reporter: Rohit Yadav > Assignee: Rohit Yadav > > The=E2=80=84KVM=E2=80=84agent=E2=80=84attempts=E2=80=84to=E2=80=84delete= =E2=80=84link local interfaces=E2=80=84whenever=E2=80=84found,=E2=80=84so= =E2=80=84they=E2=80=84don't=E2=80=84conflict=E2=80=84with=E2=80=84the=E2=80= =84system=E2=80=84vm's=E2=80=84link=E2=80=84local=E2=80=84route=E2=80=84on= =E2=80=84cloud0,=E2=80=84however=E2=80=84it=E2=80=84doesn't=E2=80=84specify= =E2=80=84which=E2=80=84device=E2=80=84to=E2=80=84delete=E2=80=84the=E2=80= =84route=E2=80=84for. > The aim is to fix the edge case which (unlikely) can try to delete existi= ng cloud0 routes/interface. -- This message was sent by Atlassian JIRA (v6.3.4#6332)