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 71C67E08C for ; Wed, 13 Feb 2013 17:47:16 +0000 (UTC) Received: (qmail 4060 invoked by uid 500); 13 Feb 2013 17:47:16 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 4025 invoked by uid 500); 13 Feb 2013 17:47:16 -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 4013 invoked by uid 99); 13 Feb 2013 17:47:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 17:47:16 +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 Xuefei.Xu@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; Wed, 13 Feb 2013 17:47:09 +0000 X-IronPort-AV: E=Sophos;i="4.84,658,1355097600"; d="scan'208";a="7005432" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/RC4-MD5; 13 Feb 2013 17:46:48 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.73]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Wed, 13 Feb 2013 09:46:47 -0800 From: Anthony Xu To: "cloudstack-dev@incubator.apache.org" Date: Wed, 13 Feb 2013 09:46:46 -0800 Subject: RE: VPC bug - no more vlan interfaces after reboot Thread-Topic: VPC bug - no more vlan interfaces after reboot Thread-Index: Ac4KEaLpPfYXe8PNRHWofAwEyY5ivQAAB67w Message-ID: References: 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 Do you reboot VR through CloudStack UI or through hypervisor directly or in= side VR? Only reboot VR through CloudStack UI/API will trigger CloudStack to hot plu= g tier's NICs and reapply all rules Anthony > -----Original Message----- > From: benoit lair [mailto:kurushi4000@gmail.com] > Sent: Wednesday, February 13, 2013 9:43 AM > To: cloudstack-dev@incubator.apache.org > Subject: VPC bug - no more vlan interfaces after reboot >=20 > Hi, >=20 > I'm using a cs 4.0.0 deployment. I'm testing the VPC features. >=20 > I've created a vpc with 3 tiers networks. >=20 > I deployed 1 vm per tier network. >=20 > My master CIDR is 172.28.0.0/16 >=20 > I created the tier1 : 172.28.1.1/24 with LB network offering > tier2 : 172.28.2.1/24 > tier3 : 172.28.3.1/24 >=20 > When i create each vm, i got one interface created onto the vpc vr, one > for > the tier1, one for the tier2 and one for the tier3. >=20 > All seems to be okay, but if i reboot my vpc vr, all i have if i do an > ifconfig is the control interface (169.254.0.193), the public interface > (10.14.10.36) and the localhost interface one, but i have no more other > interfaces concerning the tiers networks. >=20 > How can i ragain access to my differents vlans and so my differents > vms ? >=20 >=20 > Thanks for any response. >=20 > Regards, Benoit Lair.