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 25F939F3A for ; Wed, 29 May 2013 06:18:06 +0000 (UTC) Received: (qmail 43432 invoked by uid 500); 29 May 2013 06:18:05 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 43365 invoked by uid 500); 29 May 2013 06:18:05 -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 43354 invoked by uid 500); 29 May 2013 06:18:05 -0000 Delivered-To: apmail-incubator-cloudstack-dev@incubator.apache.org Received: (qmail 43349 invoked by uid 99); 29 May 2013 06:18:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 06:18:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kawai@stratosphere.co.jp designates 209.85.220.45 as permitted sender) Received: from [209.85.220.45] (HELO mail-pa0-f45.google.com) (209.85.220.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 06:17:58 +0000 Received: by mail-pa0-f45.google.com with SMTP id tj12so3913315pac.4 for ; Tue, 28 May 2013 23:17:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=qE1ojglvC9+lOMPqgH22RVfVtVHd6hXG+2WTzwg+B4M=; b=NX7rsMyFCr8f6vgAV8bpPM9Kx+OUyDc1QxZL7XTnWQlbzVPZGVQn5TO0KK+Nlvk3GZ C1vY6MRQNZb8cd5d771iTCEgHvZONenZq1wExsSmmydqjx1shftEZFmT65Arg9ulYyBh XRZiINJnHYFXOPIGAOxcuW+v4hCwqZtSbNkX1vnJY4Sm4FEgXmc0iLwxtOP6Rkhdqq8M dSwecST30fMPDgfpVKVZqJvSRwpaXPN4pkru7zwqZ7JspV1yfIWi4dMs0zcnz/Ln2y9x iCOq1EIlvRzPxTphR2xhgEnahf333Zly5RXG7iSiYnhd7Hf2A30mYs5mU/mG50A+Bqwu nNuQ== X-Received: by 10.68.185.194 with SMTP id fe2mr757748pbc.45.1369808257888; Tue, 28 May 2013 23:17:37 -0700 (PDT) Received: from [10.20.2.200] (p2155-ipngn4501marunouchi.tokyo.ocn.ne.jp. [153.135.240.155]) by mx.google.com with ESMTPSA id zy5sm35976139pbb.43.2013.05.28.23.17.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 May 2013 23:17:37 -0700 (PDT) Message-ID: <51A59D82.5050805@stratosphere.co.jp> Date: Wed, 29 May 2013 15:17:38 +0900 From: Hiroaki KAWAI User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Sheng Yang CC: Hugo Trippaers , cloudstack Subject: Re: Review Request: CLOUDSTACK-2327: make cloud-setup-agent ovs aware References: <20130527014602.1348.90122@reviews.apache.org> <20130527073046.1390.89649@reviews.apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkRdcNMANlwShFAXRjzkWo/NVdJUYt9CIA+bOglQrhRfAhJ/dXH/plUA4FSfktPimQyPHWZ X-Virus-Checked: Checked by ClamAV on apache.org Hi, Thank you for comments; (2013/05/29 9:32), Sheng Yang wrote: > I saw it a bit late... > > But I just found it need to depends on > agent.properties: network.bridge.type=openvswitch > > How would that happen if user didn't add host before? It defaults to native linux bridge. > Maybe we would just try "ovs-vsctl show" to see if we can find bridge > for ovs or not, then overwrite the network.bridge.type? What I thought was the XenServer ovs configuration process. I remember I explicitly configured the hypervisor to use openvswitch as a backing briding system. One more reason was to allow people use native bridging even one has accidentally installed openvswitch package. I think you're suggesting making it more few setup steps for enabling ovs. And I completly agree with it. So we might need some more improvements here...