Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98696E369 for ; Mon, 28 Jan 2013 23:41:11 +0000 (UTC) Received: (qmail 74317 invoked by uid 500); 28 Jan 2013 23:41:11 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 74279 invoked by uid 500); 28 Jan 2013 23:41:11 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 74270 invoked by uid 99); 28 Jan 2013 23:41:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 23:41:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Sangeetha.Hariharan@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 23:41:04 +0000 X-IronPort-AV: E=Sophos;i="4.84,555,1355097600"; d="scan'208";a="5127865" Received: from sjcpmailmx01.citrite.net ([10.216.14.74]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/RC4-MD5; 28 Jan 2013 23:40:43 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.73]) by SJCPMAILMX01.citrite.net ([10.216.14.74]) with mapi; Mon, 28 Jan 2013 15:40:42 -0800 From: Sangeetha Hariharan To: "cloudstack-dev@incubator.apache.org" Date: Mon, 28 Jan 2013 15:40:43 -0800 Subject: RE: Not able to start System Vms on KVM host Thread-Topic: Not able to start System Vms on KVM host Thread-Index: Ac39r+RXZR7toZJPSAmkYYw6d0/iaAAAIALA Message-ID: <6E004C34C1C59E45A35B4338808BC315013015AD59C6@SJCPMAILBOX01.citrite.net> References: <6E004C34C1C59E45A35B4338808BC315013015AD599C@SJCPMAILBOX01.citrite.net> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Marcus, I have not set any specific traffic labels/network bridge and let the cloud= stack create the default network labels. [root@Rack3Host4 ~]# brctl show bridge name bridge id STP enabled interfaces cloud0 8000.000000000000 no cloudbr0 8000.bc305bd41f86 no em1 virbr0 8000.525400463d1f yes virbr0-nic [root@Rack3Host4 ~]# [root@Rack3Host4 ~]# ls /sys/devices/virtual/net cloud0 cloudbr0 lo virbr0 virbr0-nic [root@Rack3Host4 ~]# -Thanks Sangeetha -----Original Message----- From: Marcus Sorensen [mailto:shadowsor@gmail.com]=20 Sent: Monday, January 28, 2013 3:33 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Not able to start System Vms on KVM host What does the output of 'brctl show' give? What do you see in ls /sys/devices/virtual/net? What is your advanced network config (which physical devices, which bridges= , which traffic labels are set for which traffic types)? It looks like it's not finding the parent eth/bond device of the bridge you= specified via traffic label.