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 8B02F19862 for ; Wed, 27 Apr 2016 14:31:30 +0000 (UTC) Received: (qmail 53738 invoked by uid 500); 27 Apr 2016 14:31:30 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 53680 invoked by uid 500); 27 Apr 2016 14:31:30 -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 53669 invoked by uid 99); 27 Apr 2016 14:31:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 14:31:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6366BC07CC for ; Wed, 27 Apr 2016 14:31:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.002 X-Spam-Level: X-Spam-Status: No, score=-0.002 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 1FVaJ3KbYWnH for ; Wed, 27 Apr 2016 14:31:26 +0000 (UTC) Received: from sbprmx2.schubergphilis.com (sbprmx2.schubergphilis.com [195.66.90.57]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 2F8085F19A for ; Wed, 27 Apr 2016 14:31:26 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by sbprmx2.schubergphilis.com (Postfix) with ESMTP id EDD8812934 for ; Wed, 27 Apr 2016 16:31:19 +0200 (MEST) X-Virus-Scanned: amavisd-new at schubergphilis.com Received: from sbprmx2.schubergphilis.com ([127.0.0.1]) by localhost (sbprmx2.schubergphilis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KZbwoiYH0-Qj for ; Wed, 27 Apr 2016 16:31:19 +0200 (MEST) Received: from SBPOTMG101.sbp.lan (edge.schubergphilis.com [195.66.90.11]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sbprmx2.schubergphilis.com (Postfix) with ESMTPS id DF5DD128E7 for ; Wed, 27 Apr 2016 16:31:19 +0200 (MEST) Received: from SBPOMF101.sbp.lan (10.71.2.130) by SBPOTMG101.sbp.lan (10.71.3.100) with Microsoft SMTP Server (TLS) id 14.3.279.2; Wed, 27 Apr 2016 16:31:19 +0200 Received: from SBPOMB402.sbp.lan ([fe80::2410:c2c8:67bf:d067]) by SBPOMF101.sbp.lan ([fe80::253f:3a21:d553:7947%15]) with mapi id 14.03.0279.002; Wed, 27 Apr 2016 16:31:19 +0200 From: Remi Bergsma To: "dev@cloudstack.apache.org" Subject: Re: Failed to create VPC: Unable to start VPC VR (VM DomainRouter) due to error in finalizeStart, not retrying Thread-Topic: Failed to create VPC: Unable to start VPC VR (VM DomainRouter) due to error in finalizeStart, not retrying Thread-Index: AQHRoICwM5sjqpj3rkarPrTBU2/Vkp+dqXmAgAAOGwCAACpXiA== Date: Wed, 27 Apr 2016 14:31:18 +0000 Message-ID: <592A9D92-D448-4E4D-9821-E0833B802AA1@schubergphilis.com> References: , In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 If this is about KVM and ovs vifdriver (we use NSX which uses ovs) then an = issue we recently fixed may be the same issue as you have here. https://git= hub.com/MissionCriticalCloud/cosmic-plugin-hypervisor-kvm/pull/14 When I find some spare time I can look into backporting it.=20 Regards, Remi=20 > On 27 Apr 2016, at 15:59, Nick LIVENS wro= te: >=20 > Simon Weller (who added a comment on the ticket itself) said the followin= g > : "According to the 4.8 docs, OVS and KVM VPC doesn't currently work. I'm > not aware of any work that has changed this in master. >=20 > http://docs.cloudstack.apache.org/en/latest/networking/ovs-plugin.html#us= ing-the-ovs-plugin-with-vpc > " >=20 > Looking at the logs in the ticket, the request reaches the cloudstack-age= nt > (so connectivity is fine), but it fails do to an error in 'cs_ip.py' : >=20 > File "/opt/cloud/bin/cs_ip.py", line 32, in merge ip['device'] =3D > 'eth' + str(ip['nic_dev_id'])KeyError: 'nic_dev_id' >=20 >=20 > Kind regards, > Nick Livens >=20 >> On Wed, Apr 27, 2016 at 3:09 PM, Will Stevens wr= ote: >>=20 >> It looks like your host(9) is unreachable. Can you verify that the >> connectivity is all setup correctly? >>=20 >> *Will STEVENS* >> Lead Developer >>=20 >> *CloudOps* *| *Cloud Solutions Experts >> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 >> w cloudops.com *|* tw @CloudOps_ >>=20 >> On Wed, Apr 27, 2016 at 8:31 AM, Prashanth Manthena < >> prashanth.manthena@nuagenetworks.net> wrote: >>=20 >>> Hi All, >>>=20 >>> I am seeing the following issue on master: >>> https://issues.apache.org/jira/browse/CLOUDSTACK-9370. >>>=20 >>> Is anyone else seeing this issue on master ? >>>=20 >>> Let me know, if you need more information from my side. >>>=20 >>> With regards, >>> Prashanth >>=20