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 ED9A810D8D for ; Sat, 14 Sep 2013 16:07:39 +0000 (UTC) Received: (qmail 85354 invoked by uid 500); 14 Sep 2013 16:07:38 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 85269 invoked by uid 500); 14 Sep 2013 16:07:33 -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 85257 invoked by uid 99); 14 Sep 2013 16:07:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Sep 2013 16:07:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shadowsor@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vc0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Sep 2013 16:07:24 +0000 Received: by mail-vc0-f176.google.com with SMTP id lf11so1821327vcb.35 for ; Sat, 14 Sep 2013 09:07:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zy6r7c3SzMtzJVmhphOa8OelvYBb5W7wLRpQ+dc+kzc=; b=1AVYOQTHXnownOmS5dGsfH5qbDLthYp0ExjDPSJ1KQR0B1Vk4uexVNLfBS0LUJalDC Aw7+u/3kLzY9g9TR9VVdlsZjzwT8iF2jRScTy8zESopxbs+39SYMo8XbKXuonwPFaWvm Oo7IpFLYiH7Zez2NS/SM1KPl7Y7LpFA9m/pPPSQ/wbjrmATltKisAtyk/4C4r4rkJZ9G Fl4KIdWGdssCdwdW5gUNLAHix8WcOEZ5rhSWEhJzlX3/pRobdv5zPFmMOQnQVzZZN8MR KWbJuXqyYocDeMsVRoP2XbnWrUEHRkcwsC2/gVhq+/NfkX+FRg3tfCRCoVq2GTfCcx6S /tCw== MIME-Version: 1.0 X-Received: by 10.220.237.208 with SMTP id kp16mr17634983vcb.4.1379174824066; Sat, 14 Sep 2013 09:07:04 -0700 (PDT) Received: by 10.52.165.6 with HTTP; Sat, 14 Sep 2013 09:07:03 -0700 (PDT) Received: by 10.52.165.6 with HTTP; Sat, 14 Sep 2013 09:07:03 -0700 (PDT) In-Reply-To: <4308CB64-E717-4856-A2DE-A9470AA1577B@clogeny.com> References: <4308CB64-E717-4856-A2DE-A9470AA1577B@clogeny.com> Date: Sat, 14 Sep 2013 10:07:03 -0600 Message-ID: Subject: Re: Virtual router and vm on different hosts From: Marcus Sorensen To: dev@cloudstack.apache.org Content-Type: multipart/alternative; boundary=047d7b34346478c46c04e65a298e X-Virus-Checked: Checked by ClamAV on apache.org --047d7b34346478c46c04e65a298e Content-Type: text/plain; charset=ISO-8859-1 Yes, as Marty mentions they can be on any host, with tagged vlans linking everything together.If you prefer them on the same host you can write a custom allocator. The user concentrated algorithm packs VMS together when possible, and random allocator is self explanatory, but I don't think either pay attention to the router/guest relationships. On Sep 14, 2013 1:22 AM, "Girish Shilamkar" wrote: > Hello, > > I was under the assumption that virtual router (VR) and vm spawned for an > account would always be on the same host. Therefore in > egress rule automation tests we were ssh'ing VR via host on which the vm > was created. But recently we saw failures in egress rule tests > as VR was not reachable from host on which vm was created. While debugging > this issue I found that VR and vm for an account can be on different host. > It would be great if someone could confirm this. > > Thanks ! > > Regards, > Girish > > --047d7b34346478c46c04e65a298e--