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 64A9211087 for ; Tue, 15 Apr 2014 07:36:26 +0000 (UTC) Received: (qmail 48381 invoked by uid 500); 15 Apr 2014 07:36:26 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 47581 invoked by uid 500); 15 Apr 2014 07:36:23 -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 47555 invoked by uid 99); 15 Apr 2014 07:36:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2014 07:36:21 +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 (nike.apache.org: domain of runseb@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2014 07:36:13 +0000 Received: by mail-ee0-f52.google.com with SMTP id e49so7185216eek.25 for ; Tue, 15 Apr 2014 00:35:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=a8iVRoXJXgr4FMx095Tfv9jKH4k1s+XLn4h3G49lhaM=; b=ztFMj8SrSbIbaMaKX8AZAkqelfzY+LRbQVzRJpIOLJyVZEOUsbbeWguhU8fwsT4CCi 2xTzAxxWn2xnbRlQI10DVYffqcruexs5TV7swLPthGDIsZucB1VESitEu8XPDrDHhEc8 l+MZ2CPxWV+8Dsp/Ry/rxF0Udib5cYC2pGQyztuaM650LiTTQom+KoUw2iy0Qk4+eaq5 lw7EM4eLqinXo9Zmv/tLfq3IVYf7SgPTHGA6FMNXfXJAI7hnhH1/2tfxJE/SGm8DSZ0y cmZQ0lDYZIj4BYjroSDuam8ojJbSpMgUjvAPB2Crr1YYhf8w8tnkhAi26fdQa1CrzUK7 kLEw== X-Received: by 10.14.210.65 with SMTP id t41mr294559eeo.35.1397547351843; Tue, 15 Apr 2014 00:35:51 -0700 (PDT) Received: from [172.1.1.124] (dyn.144-85-250-059.dsl.vtx.ch. [144.85.250.59]) by mx.google.com with ESMTPSA id cb5sm47047558eeb.18.2014.04.15.00.35.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Apr 2014 00:35:51 -0700 (PDT) From: Sebastien Goasguen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: [ACS4.5] move from xen 2 xenserver Message-Id: Date: Tue, 15 Apr 2014 03:35:45 -0400 To: "dev@cloudstack.apache.org" Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) X-Virus-Checked: Checked by ClamAV on apache.org Folks, I just applied a patch from Tim Mackey: = https://git-wip-us.apache.org/repos/asf?p=3Dcloudstack.git;a=3Dcommit;h=3D= 748b575af8a66c58b0d52e7457e4d4e1e875231f commit: 748b575af8a66c58b0d52e7457e4d4e1e875231f=20 This followed a [PROPOSAL] thread [1] This was pushed into a separate branch: xen2server This is a significant change that we should get consensus on and merge = to master relatively quickly to avoid any conflicts later on. Basically, we have been treating xen and xenserver the same so far, = since the integration with Xen (i.e Xen Project) was/is done via xapi. There has been discussion to integrate with Xen using straight up = libvirt, by creating a new Xen agent probably based on the KVM agent and = there was some discussion to that effect in the Denver Hackathon. Making a clear split between Xen and Xenserver type of hypervisors will = help support different integration methods. I have asked Tim (in the review message) to create a wiki page, = discussing all of this, but I wanted to give a heads up that this just = hit the repo and that we should see a [MERGE] thread quickly. thoughts, flames ? [1] http://markmail.org/thread/yrl3ii7gqlaaexij -Sebastien