From xen-api-bounces@lists.xen.org Thu May 01 10:36:00 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 01 May 2014 10:36:00 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WfoL5-0000wn-GT; Thu, 01 May 2014 10:35:39 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Dave.Scott@citrix.com>) id 1WfoL3-0000wY-Ie
	for xen-api@lists.xenproject.org; Thu, 01 May 2014 10:35:37 +0000
Received: from [85.158.143.35:28333] by server-1.bemta-4.messagelabs.com id
	CA/07-09853-87322635; Thu, 01 May 2014 10:35:36 +0000
X-Env-Sender: Dave.Scott@citrix.com
X-Msg-Ref: server-12.tower-21.messagelabs.com!1398940533!2203915!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31195 invoked from network); 1 May 2014 10:35:33 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-12.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	1 May 2014 10:35:33 -0000
X-IronPort-AV: E=Sophos;i="4.97,964,1389744000"; d="scan'208";a="15581865"
Received: from unknown (HELO AMSPEX01CL01.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 01 May 2014 10:35:22 +0000
Received: from AMSPEX01CL03.citrite.net ([169.254.8.202]) by
	AMSPEX01CL01.citrite.net ([10.69.46.32]) with mapi id 14.03.0181.006;
	Thu, 1 May 2014 12:35:22 +0200
From: Dave Scott <Dave.Scott@citrix.com>
To: "dev@cloudstack.apache.org" <dev@cloudstack.apache.org>
Thread-Topic: [ACS4.4, XenServer] Problem starting system VMs
Thread-Index: AQHPYpRMZsVkoH4QhEeikJg49aYeHJsmtoEAgABkIwCAACFxAIAAc5QAgAAs84CAA47NAA==
Date: Thu, 1 May 2014 10:35:21 +0000
Message-ID: <09EE5B79-FBE1-4831-8A43-55CFCF48631E@citrix.com>
References: <CACOnxCiAL074-KareHcL0jJGhN517t1NSiDcyibUvtKjyJ914g@mail.gmail.com>
	<79D23254-269F-4D94-A571-0AA49B72B6A1@citrix.com>
	<2CC060EA-B06D-4164-A12D-F0306FF2859B@citrix.com>
	<CACOnxCjzT45=bW4=22RNNvaDosb3rKRfFoQXYv_6bAz=O9Ou_A@mail.gmail.com>
	<CACOnxCjJhAMzVUZR1+BNWUFWV6_gWdcEjFUD3TD50NZoV3jkUw@mail.gmail.com>
	<CACOnxCiLjLR1T12zo4dn2v6-YcQ0HWxokViE9-WY22CXHW_9cg@mail.gmail.com>
In-Reply-To: <CACOnxCiLjLR1T12zo4dn2v6-YcQ0HWxokViE9-WY22CXHW_9cg@mail.gmail.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.13.107.79]
Content-ID: <9E4051D4A87BE04CB8C0F65EB90A5454@citrix.com>
MIME-Version: 1.0
X-DLP: AMS1
Cc: "xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	Edison Su <Edison.su@citrix.com>,
	Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	Anthony Xu <Xuefei.Xu@citrix.com>
Subject: Re: [Xen-API] [ACS4.4, XenServer] Problem starting system VMs
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Hi,

I think I=92ve tracked this down. I believe it=92s a bug in the XenServer=
=92s event mechanism, specifically a bug where some shared state causes par=
allel calls to event.from to interfere with each other. From CloudStack=92s=
 point of view this manifests as

* spurious SESSION_INVALID exceptions in waitForTask, which triggers cleanu=
p (Task.destroy), which prevents the VM.start from completing, leaving the =
VM paused
* empty lists of events being returned in non-timeout cases

I=92ve prototyped a fix together with a test case (which fails before and p=
asses after) and made a pull request containing both:

https://github.com/xapi-project/xen-api/pull/1719

I=92d appreciate review from xapi experts, particularly Jon Ludlam (cc:d). =
I=92ve also cc:d the main xapi development list.

Cheers,
Dave

On 29 Apr 2014, at 05:15, Mike Tutkowski <mike.tutkowski@solidfire.com> wro=
te:

> Actually, the only issue I'm noticing now is the SSVM being automatically
> paused shortly after being created (while creating a new cloud).
> =

> If I go to XenCenter and forcefully shut the VM down, CloudStack restarts
> it OK.
> =

> =

> On Mon, Apr 28, 2014 at 7:34 PM, Mike Tutkowski <
> mike.tutkowski@solidfire.com> wrote:
> =

>> Figured I'd CC Anthony and Edison to see if they have any input on this
>> (it looks like most of the changes on the relevant file
>> (Xenserver625StorageProcessor.java) were performed by one or the other).
>> =

>> =

>> On Mon, Apr 28, 2014 at 12:40 PM, Mike Tutkowski <
>> mike.tutkowski@solidfire.com> wrote:
>> =

>>> Thanks for the reply, guys.
>>> =

>>> Just wanted to point out that this is on 4.4 for me (although the issue
>>> may also be present on master).
>>> =

>>> I have a sufficient number of IP addresses for both system and user VMs,
>>> so that should be OK (but good thought, Punith).
>>> =

>>> I plan to continue debugging this later this afternoon, but have been in
>>> meetings all morning.
>>> =

>>> Thanks!
>>> =

>>> =

>>> On Mon, Apr 28, 2014 at 10:41 AM, Dave Scott <Dave.Scott@citrix.com>wro=
te:
>>> =

>>>> Hi,
>>>> =

>>>> (sorry to reply to my own email!)
>>>> =

>>>> On 28 Apr 2014, at 11:42, Dave Scott <Dave.Scott@citrix.com> wrote:
>>>> =

>>>>> =

>>>>> Hi Mike,
>>>>> =

>>>>> On 28 Apr 2014, at 04:44, Mike Tutkowski <mike.tutkowski@solidfire.co=
m>
>>>> wrote:
>>>>> =

>>>>>> Hi,
>>>>>> =

>>>>>> I recently installed 6.2 with XS62ESP1 and XS62ESP1004 (so that
>>>>>> Xenserver625StorageProcessor would be utilized).
>>>>>> =

>>>>>> When I create a cloud from scratch, my SSVM starts up fine, but CPVM
>>>> ends
>>>>>> up in the Paused state. I have to force a shutdown of that VM and th=
en
>>>>>> CloudStack restarts it and it works. This consistently happens. The
>>>> system
>>>>>> VMs are being deployed to the local storage of the one XS host I have
>>>> in my
>>>>>> one and only cluster.
>>>>>> =

>>>>>> Any thoughts on that?
>>>>> =

>>>>> I'm seeing the same symptom on my test cloud with 6.2 and XS62ESP1004.
>>>> I think there's a problem with XenAPI session and task handling in the
>>>> cloudstack master branch, although I've not tracked it down yet. In my
>>>> management server log I see:
>>>>> =

>>>>> WARN  [c.c.h.x.r.CitrixResourceBase] (DirectAgent-5:ctx-47dccee1)
>>>> Unable to start VM(v-2-VM) on host(1c4a31e9-469e-45c3-a0ad-9792ac7b
>>>>> 20f6) due to You gave an invalid session reference.  It may have been
>>>> invalidated by a server restart, or timed out.  You should get
>>>>> a new session handle, using one of the session.login_ calls.  This
>>>> error does not invalidate the current connection.  The handle para
>>>>> meter echoes the bad value given.
>>>>> You gave an invalid session reference.  It may have been invalidated
>>>> by a server restart, or timed out.  You should get a new session
>>>>> handle, using one of the session.login_ calls.  This error does not
>>>> invalidate the current connection.  The handle parameter echoes
>>>>> the bad value given.
>>>>>       at com.xensource.xenapi.Types.checkResponse(Types.java:218)
>>>>>       at com.xensource.xenapi.Connection.dispatch(Connection.java:395)
>>>>>       at
>>>> com.cloud.hypervisor.xen.resource.XenServerConnectionPool$XenServerCon=
nection.dispatch(XenServerConnectionPool.java:463)
>>>>>       at com.xensource.xenapi.Event.from(Event.java:270)
>>>>>       at
>>>> org.apache.cloudstack.hypervisor.xenserver.XenServerResourceNewBase.wa=
itForTask(XenServerResourceNewBase.java:113)
>>>>>       at
>>>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.startVM(CitrixRes=
ourceBase.java:3455)
>>>>> =

>>>>> Somehow the XenAPI session being used by the Event.from in the
>>>> XenServerResourceNewBase.waitForTask (used for recent 6.2 XenServers o=
nly)
>>>> is being logged-out somewhere. When this happens, the cloudstack clean=
up
>>>> code calls Task.cancel and Task.destroy, and then the XenServer
>>>> Async.VM.start fails trying to update Task.progress before it internal=
ly
>>>> calls VM.unpause.
>>>>> =

>>>>> I made a hack to disable caching of Connection/sessions:
>>>>> =

>>>>> =

>>>> https://github.com/djs55/cloudstack/commit/a388b71279086e42710e26340df=
0632d0d8135e4
>>>> =

>>>> For reference / experimentation, I've made a slightly more plausible
>>>> patch:
>>>> =

>>>> =

>>>> https://github.com/djs55/cloudstack/commit/9d40f56c6384d04a5f0fb22e5b9=
7530c0164e0b2
>>>> =

>>>> It catches the SESSION_INVALID in the XenServerConnection and
>>>> transparently logs back in. This would prevent the higher level bits o=
f the
>>>> XenServer plugin from having to deal with sessions being expired benea=
th
>>>> them.
>>>> =

>>>> Chers,
>>>> Dave
>>>> =

>>>>> =

>>>>> I suspect this now leaks Connections/sessions, but the symptom goes
>>>> away.
>>>>> =

>>>>> So far my thoughts are:
>>>>> =

>>>>> 1. we need to find who's calling session.logout and why -- this will
>>>> help fix the problem in the short term
>>>>> =

>>>>> 2. The XenServer XenAPI bindings are harder to use than they should be
>>>> (IMHO). In particular I think the bindings should take care of handling
>>>> SESSION_INVALID exceptions and re-authenticating transparently, to avo=
id
>>>> polluting the cloudstack code with rarely-used exception handlers.
>>>>> =

>>>>> 3. the semantics of XenAPI task.destroy could be improved: instead of
>>>> immediately removing the task (which then causes cleanup code to fail
>>>> randomly it seems), it should be more like Unix waitpid with NOHANG i.=
e.
>>>> set a bit which says, "I'm done with this. Destroy it when you are fin=
ished
>>>> with it."
>>>>> =

>>>>> =

>>>>>> =

>>>>>> Also, if I try to kick off a user VM to local storage, I get the
>>>>>> general-purpose InsufficientCapacityException and the virtual router
>>>> does
>>>>>> not even start up.
>>>>> =

>>>>> No idea about this one :)
>>>>> =

>>>>> Cheers,
>>>>> Dave
>>>>> =

>>>>>> =

>>>>>> Can anyone create a similar cloud to what I've described here with XS
>>>> 6.2,
>>>>>> XS62ESP1, and XS62ESP1004? I re-ran this test using a XS 6.1 host and
>>>> it
>>>>>> works just fine.
>>>>>> =

>>>>>> At the moment, this is blocking a test case I'm trying to execute to
>>>> verify
>>>>>> code I had to write in Xenserver625StorageProcessor.
>>>>>> =

>>>>>> Thanks!
>>>>>> =

>>>>>> --
>>>>>> *Mike Tutkowski*
>>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>>>> e: mike.tutkowski@solidfire.com
>>>>>> o: 303.746.7302
>>>>>> Advancing the way the world uses the
>>>>>> cloud<http://solidfire.com/solution/overview/?video=3Dplay>
>>>>>> *(tm)*
>>>>> =

>>>> =

>>>> =

>>> =

>>> =

>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud<http://solidfire.com/solutio=
n/overview/?video=3Dplay>
>>> *(tm)*
>>> =

>> =

>> =

>> =

>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud<http://solidfire.com/solution=
/overview/?video=3Dplay>
>> *(tm)*
>> =

> =

> =

> =

> -- =

> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=3Dplay>
> *(tm)*


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 01 10:36:00 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 01 May 2014 10:36:00 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WfoL5-0000wn-GT; Thu, 01 May 2014 10:35:39 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Dave.Scott@citrix.com>) id 1WfoL3-0000wY-Ie
	for xen-api@lists.xenproject.org; Thu, 01 May 2014 10:35:37 +0000
Received: from [85.158.143.35:28333] by server-1.bemta-4.messagelabs.com id
	CA/07-09853-87322635; Thu, 01 May 2014 10:35:36 +0000
X-Env-Sender: Dave.Scott@citrix.com
X-Msg-Ref: server-12.tower-21.messagelabs.com!1398940533!2203915!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31195 invoked from network); 1 May 2014 10:35:33 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-12.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	1 May 2014 10:35:33 -0000
X-IronPort-AV: E=Sophos;i="4.97,964,1389744000"; d="scan'208";a="15581865"
Received: from unknown (HELO AMSPEX01CL01.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 01 May 2014 10:35:22 +0000
Received: from AMSPEX01CL03.citrite.net ([169.254.8.202]) by
	AMSPEX01CL01.citrite.net ([10.69.46.32]) with mapi id 14.03.0181.006;
	Thu, 1 May 2014 12:35:22 +0200
From: Dave Scott <Dave.Scott@citrix.com>
To: "dev@cloudstack.apache.org" <dev@cloudstack.apache.org>
Thread-Topic: [ACS4.4, XenServer] Problem starting system VMs
Thread-Index: AQHPYpRMZsVkoH4QhEeikJg49aYeHJsmtoEAgABkIwCAACFxAIAAc5QAgAAs84CAA47NAA==
Date: Thu, 1 May 2014 10:35:21 +0000
Message-ID: <09EE5B79-FBE1-4831-8A43-55CFCF48631E@citrix.com>
References: <CACOnxCiAL074-KareHcL0jJGhN517t1NSiDcyibUvtKjyJ914g@mail.gmail.com>
	<79D23254-269F-4D94-A571-0AA49B72B6A1@citrix.com>
	<2CC060EA-B06D-4164-A12D-F0306FF2859B@citrix.com>
	<CACOnxCjzT45=bW4=22RNNvaDosb3rKRfFoQXYv_6bAz=O9Ou_A@mail.gmail.com>
	<CACOnxCjJhAMzVUZR1+BNWUFWV6_gWdcEjFUD3TD50NZoV3jkUw@mail.gmail.com>
	<CACOnxCiLjLR1T12zo4dn2v6-YcQ0HWxokViE9-WY22CXHW_9cg@mail.gmail.com>
In-Reply-To: <CACOnxCiLjLR1T12zo4dn2v6-YcQ0HWxokViE9-WY22CXHW_9cg@mail.gmail.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.13.107.79]
Content-ID: <9E4051D4A87BE04CB8C0F65EB90A5454@citrix.com>
MIME-Version: 1.0
X-DLP: AMS1
Cc: "xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	Edison Su <Edison.su@citrix.com>,
	Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	Anthony Xu <Xuefei.Xu@citrix.com>
Subject: Re: [Xen-API] [ACS4.4, XenServer] Problem starting system VMs
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Hi,

I think I=92ve tracked this down. I believe it=92s a bug in the XenServer=
=92s event mechanism, specifically a bug where some shared state causes par=
allel calls to event.from to interfere with each other. From CloudStack=92s=
 point of view this manifests as

* spurious SESSION_INVALID exceptions in waitForTask, which triggers cleanu=
p (Task.destroy), which prevents the VM.start from completing, leaving the =
VM paused
* empty lists of events being returned in non-timeout cases

I=92ve prototyped a fix together with a test case (which fails before and p=
asses after) and made a pull request containing both:

https://github.com/xapi-project/xen-api/pull/1719

I=92d appreciate review from xapi experts, particularly Jon Ludlam (cc:d). =
I=92ve also cc:d the main xapi development list.

Cheers,
Dave

On 29 Apr 2014, at 05:15, Mike Tutkowski <mike.tutkowski@solidfire.com> wro=
te:

> Actually, the only issue I'm noticing now is the SSVM being automatically
> paused shortly after being created (while creating a new cloud).
> =

> If I go to XenCenter and forcefully shut the VM down, CloudStack restarts
> it OK.
> =

> =

> On Mon, Apr 28, 2014 at 7:34 PM, Mike Tutkowski <
> mike.tutkowski@solidfire.com> wrote:
> =

>> Figured I'd CC Anthony and Edison to see if they have any input on this
>> (it looks like most of the changes on the relevant file
>> (Xenserver625StorageProcessor.java) were performed by one or the other).
>> =

>> =

>> On Mon, Apr 28, 2014 at 12:40 PM, Mike Tutkowski <
>> mike.tutkowski@solidfire.com> wrote:
>> =

>>> Thanks for the reply, guys.
>>> =

>>> Just wanted to point out that this is on 4.4 for me (although the issue
>>> may also be present on master).
>>> =

>>> I have a sufficient number of IP addresses for both system and user VMs,
>>> so that should be OK (but good thought, Punith).
>>> =

>>> I plan to continue debugging this later this afternoon, but have been in
>>> meetings all morning.
>>> =

>>> Thanks!
>>> =

>>> =

>>> On Mon, Apr 28, 2014 at 10:41 AM, Dave Scott <Dave.Scott@citrix.com>wro=
te:
>>> =

>>>> Hi,
>>>> =

>>>> (sorry to reply to my own email!)
>>>> =

>>>> On 28 Apr 2014, at 11:42, Dave Scott <Dave.Scott@citrix.com> wrote:
>>>> =

>>>>> =

>>>>> Hi Mike,
>>>>> =

>>>>> On 28 Apr 2014, at 04:44, Mike Tutkowski <mike.tutkowski@solidfire.co=
m>
>>>> wrote:
>>>>> =

>>>>>> Hi,
>>>>>> =

>>>>>> I recently installed 6.2 with XS62ESP1 and XS62ESP1004 (so that
>>>>>> Xenserver625StorageProcessor would be utilized).
>>>>>> =

>>>>>> When I create a cloud from scratch, my SSVM starts up fine, but CPVM
>>>> ends
>>>>>> up in the Paused state. I have to force a shutdown of that VM and th=
en
>>>>>> CloudStack restarts it and it works. This consistently happens. The
>>>> system
>>>>>> VMs are being deployed to the local storage of the one XS host I have
>>>> in my
>>>>>> one and only cluster.
>>>>>> =

>>>>>> Any thoughts on that?
>>>>> =

>>>>> I'm seeing the same symptom on my test cloud with 6.2 and XS62ESP1004.
>>>> I think there's a problem with XenAPI session and task handling in the
>>>> cloudstack master branch, although I've not tracked it down yet. In my
>>>> management server log I see:
>>>>> =

>>>>> WARN  [c.c.h.x.r.CitrixResourceBase] (DirectAgent-5:ctx-47dccee1)
>>>> Unable to start VM(v-2-VM) on host(1c4a31e9-469e-45c3-a0ad-9792ac7b
>>>>> 20f6) due to You gave an invalid session reference.  It may have been
>>>> invalidated by a server restart, or timed out.  You should get
>>>>> a new session handle, using one of the session.login_ calls.  This
>>>> error does not invalidate the current connection.  The handle para
>>>>> meter echoes the bad value given.
>>>>> You gave an invalid session reference.  It may have been invalidated
>>>> by a server restart, or timed out.  You should get a new session
>>>>> handle, using one of the session.login_ calls.  This error does not
>>>> invalidate the current connection.  The handle parameter echoes
>>>>> the bad value given.
>>>>>       at com.xensource.xenapi.Types.checkResponse(Types.java:218)
>>>>>       at com.xensource.xenapi.Connection.dispatch(Connection.java:395)
>>>>>       at
>>>> com.cloud.hypervisor.xen.resource.XenServerConnectionPool$XenServerCon=
nection.dispatch(XenServerConnectionPool.java:463)
>>>>>       at com.xensource.xenapi.Event.from(Event.java:270)
>>>>>       at
>>>> org.apache.cloudstack.hypervisor.xenserver.XenServerResourceNewBase.wa=
itForTask(XenServerResourceNewBase.java:113)
>>>>>       at
>>>> com.cloud.hypervisor.xen.resource.CitrixResourceBase.startVM(CitrixRes=
ourceBase.java:3455)
>>>>> =

>>>>> Somehow the XenAPI session being used by the Event.from in the
>>>> XenServerResourceNewBase.waitForTask (used for recent 6.2 XenServers o=
nly)
>>>> is being logged-out somewhere. When this happens, the cloudstack clean=
up
>>>> code calls Task.cancel and Task.destroy, and then the XenServer
>>>> Async.VM.start fails trying to update Task.progress before it internal=
ly
>>>> calls VM.unpause.
>>>>> =

>>>>> I made a hack to disable caching of Connection/sessions:
>>>>> =

>>>>> =

>>>> https://github.com/djs55/cloudstack/commit/a388b71279086e42710e26340df=
0632d0d8135e4
>>>> =

>>>> For reference / experimentation, I've made a slightly more plausible
>>>> patch:
>>>> =

>>>> =

>>>> https://github.com/djs55/cloudstack/commit/9d40f56c6384d04a5f0fb22e5b9=
7530c0164e0b2
>>>> =

>>>> It catches the SESSION_INVALID in the XenServerConnection and
>>>> transparently logs back in. This would prevent the higher level bits o=
f the
>>>> XenServer plugin from having to deal with sessions being expired benea=
th
>>>> them.
>>>> =

>>>> Chers,
>>>> Dave
>>>> =

>>>>> =

>>>>> I suspect this now leaks Connections/sessions, but the symptom goes
>>>> away.
>>>>> =

>>>>> So far my thoughts are:
>>>>> =

>>>>> 1. we need to find who's calling session.logout and why -- this will
>>>> help fix the problem in the short term
>>>>> =

>>>>> 2. The XenServer XenAPI bindings are harder to use than they should be
>>>> (IMHO). In particular I think the bindings should take care of handling
>>>> SESSION_INVALID exceptions and re-authenticating transparently, to avo=
id
>>>> polluting the cloudstack code with rarely-used exception handlers.
>>>>> =

>>>>> 3. the semantics of XenAPI task.destroy could be improved: instead of
>>>> immediately removing the task (which then causes cleanup code to fail
>>>> randomly it seems), it should be more like Unix waitpid with NOHANG i.=
e.
>>>> set a bit which says, "I'm done with this. Destroy it when you are fin=
ished
>>>> with it."
>>>>> =

>>>>> =

>>>>>> =

>>>>>> Also, if I try to kick off a user VM to local storage, I get the
>>>>>> general-purpose InsufficientCapacityException and the virtual router
>>>> does
>>>>>> not even start up.
>>>>> =

>>>>> No idea about this one :)
>>>>> =

>>>>> Cheers,
>>>>> Dave
>>>>> =

>>>>>> =

>>>>>> Can anyone create a similar cloud to what I've described here with XS
>>>> 6.2,
>>>>>> XS62ESP1, and XS62ESP1004? I re-ran this test using a XS 6.1 host and
>>>> it
>>>>>> works just fine.
>>>>>> =

>>>>>> At the moment, this is blocking a test case I'm trying to execute to
>>>> verify
>>>>>> code I had to write in Xenserver625StorageProcessor.
>>>>>> =

>>>>>> Thanks!
>>>>>> =

>>>>>> --
>>>>>> *Mike Tutkowski*
>>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>>>> e: mike.tutkowski@solidfire.com
>>>>>> o: 303.746.7302
>>>>>> Advancing the way the world uses the
>>>>>> cloud<http://solidfire.com/solution/overview/?video=3Dplay>
>>>>>> *(tm)*
>>>>> =

>>>> =

>>>> =

>>> =

>>> =

>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud<http://solidfire.com/solutio=
n/overview/?video=3Dplay>
>>> *(tm)*
>>> =

>> =

>> =

>> =

>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud<http://solidfire.com/solution=
/overview/?video=3Dplay>
>> *(tm)*
>> =

> =

> =

> =

> -- =

> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=3Dplay>
> *(tm)*


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 01 12:46:08 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 01 May 2014 12:46:08 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WfqMz-0000PP-I3; Thu, 01 May 2014 12:45:45 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WfqMx-0000P8-6l
	for xen-api@lists.xenproject.org; Thu, 01 May 2014 12:45:43 +0000
Received: from [193.109.254.147:28580] by server-5.bemta-14.messagelabs.com id
	23/A3-26413-6F142635; Thu, 01 May 2014 12:45:42 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-5.tower-27.messagelabs.com!1398948340!2094825!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4431 invoked from network); 1 May 2014 12:45:41 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-5.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	1 May 2014 12:45:41 -0000
X-IronPort-AV: E=Sophos;i="4.97,964,1389744000"; d="scan'208";a="126756657"
Received: from accessns.citrite.net (HELO FTLPEX01CL02.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 01 May 2014 12:45:40 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL02.citrite.net
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6; Thu, 1 May 2014
	08:45:39 -0400
Message-ID: <536241F2.5060601@eu.citrix.com>
Date: Thu, 1 May 2014 13:45:38 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.4.0
MIME-Version: 1.0
To: Dave Scott <Dave.Scott@citrix.com>, "dev@cloudstack.apache.org"
	<dev@cloudstack.apache.org>
References: <CACOnxCiAL074-KareHcL0jJGhN517t1NSiDcyibUvtKjyJ914g@mail.gmail.com>
	<79D23254-269F-4D94-A571-0AA49B72B6A1@citrix.com>
	<2CC060EA-B06D-4164-A12D-F0306FF2859B@citrix.com>
	<CACOnxCjzT45=bW4=22RNNvaDosb3rKRfFoQXYv_6bAz=O9Ou_A@mail.gmail.com>
	<CACOnxCjJhAMzVUZR1+BNWUFWV6_gWdcEjFUD3TD50NZoV3jkUw@mail.gmail.com>
	<CACOnxCiLjLR1T12zo4dn2v6-YcQ0HWxokViE9-WY22CXHW_9cg@mail.gmail.com>
	<09EE5B79-FBE1-4831-8A43-55CFCF48631E@citrix.com>
In-Reply-To: <09EE5B79-FBE1-4831-8A43-55CFCF48631E@citrix.com>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
Cc: "xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	Edison Su <Edison.su@citrix.com>,
	Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	Anthony Xu <Xuefei.Xu@citrix.com>
Subject: Re: [Xen-API] [ACS4.4, XenServer] Problem starting system VMs
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 01/05/14 11:35, Dave Scott wrote:
> Hi,
>
> I think I=92ve tracked this down. I believe it=92s a bug in the XenServer=
=92s event mechanism, specifically a bug where some shared state causes par=
allel calls to event.from to interfere with each other. From CloudStack=92s=
 point of view this manifests as
>
> * spurious SESSION_INVALID exceptions in waitForTask, which triggers clea=
nup (Task.destroy), which prevents the VM.start from completing, leaving th=
e VM paused
> * empty lists of events being returned in non-timeout cases
>
> I=92ve prototyped a fix together with a test case (which fails before and=
 passes after) and made a pull request containing both:
>
> https://github.com/xapi-project/xen-api/pull/1719

Pull request looks very nice. Your second bullet point was due to the
fact that the autogenerated code couldn't cope with the immutable
database being passed in, so we're generating the snapshots from the
live db. I believe this has now changed and we can associate a database
snapshot with a context, so we could make that problem go away
completely rather than looping until the problem doesn't happen :-)

I think the snapshots fix is a nice-to-have though, so if you could make
a PR for master rather than the clearwater branch, I'll merge.

Jon


> I=92d appreciate review from xapi experts, particularly Jon Ludlam (cc:d)=
. I=92ve also cc:d the main xapi development list.
>
> Cheers,
> Dave
>


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 01 12:46:08 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 01 May 2014 12:46:08 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WfqMz-0000PP-I3; Thu, 01 May 2014 12:45:45 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WfqMx-0000P8-6l
	for xen-api@lists.xenproject.org; Thu, 01 May 2014 12:45:43 +0000
Received: from [193.109.254.147:28580] by server-5.bemta-14.messagelabs.com id
	23/A3-26413-6F142635; Thu, 01 May 2014 12:45:42 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-5.tower-27.messagelabs.com!1398948340!2094825!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4431 invoked from network); 1 May 2014 12:45:41 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-5.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	1 May 2014 12:45:41 -0000
X-IronPort-AV: E=Sophos;i="4.97,964,1389744000"; d="scan'208";a="126756657"
Received: from accessns.citrite.net (HELO FTLPEX01CL02.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 01 May 2014 12:45:40 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL02.citrite.net
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6; Thu, 1 May 2014
	08:45:39 -0400
Message-ID: <536241F2.5060601@eu.citrix.com>
Date: Thu, 1 May 2014 13:45:38 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.4.0
MIME-Version: 1.0
To: Dave Scott <Dave.Scott@citrix.com>, "dev@cloudstack.apache.org"
	<dev@cloudstack.apache.org>
References: <CACOnxCiAL074-KareHcL0jJGhN517t1NSiDcyibUvtKjyJ914g@mail.gmail.com>
	<79D23254-269F-4D94-A571-0AA49B72B6A1@citrix.com>
	<2CC060EA-B06D-4164-A12D-F0306FF2859B@citrix.com>
	<CACOnxCjzT45=bW4=22RNNvaDosb3rKRfFoQXYv_6bAz=O9Ou_A@mail.gmail.com>
	<CACOnxCjJhAMzVUZR1+BNWUFWV6_gWdcEjFUD3TD50NZoV3jkUw@mail.gmail.com>
	<CACOnxCiLjLR1T12zo4dn2v6-YcQ0HWxokViE9-WY22CXHW_9cg@mail.gmail.com>
	<09EE5B79-FBE1-4831-8A43-55CFCF48631E@citrix.com>
In-Reply-To: <09EE5B79-FBE1-4831-8A43-55CFCF48631E@citrix.com>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
Cc: "xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	Edison Su <Edison.su@citrix.com>,
	Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	Anthony Xu <Xuefei.Xu@citrix.com>
Subject: Re: [Xen-API] [ACS4.4, XenServer] Problem starting system VMs
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 01/05/14 11:35, Dave Scott wrote:
> Hi,
>
> I think I=92ve tracked this down. I believe it=92s a bug in the XenServer=
=92s event mechanism, specifically a bug where some shared state causes par=
allel calls to event.from to interfere with each other. From CloudStack=92s=
 point of view this manifests as
>
> * spurious SESSION_INVALID exceptions in waitForTask, which triggers clea=
nup (Task.destroy), which prevents the VM.start from completing, leaving th=
e VM paused
> * empty lists of events being returned in non-timeout cases
>
> I=92ve prototyped a fix together with a test case (which fails before and=
 passes after) and made a pull request containing both:
>
> https://github.com/xapi-project/xen-api/pull/1719

Pull request looks very nice. Your second bullet point was due to the
fact that the autogenerated code couldn't cope with the immutable
database being passed in, so we're generating the snapshots from the
live db. I believe this has now changed and we can associate a database
snapshot with a context, so we could make that problem go away
completely rather than looping until the problem doesn't happen :-)

I think the snapshots fix is a nice-to-have though, so if you could make
a PR for master rather than the clearwater branch, I'll merge.

Jon


> I=92d appreciate review from xapi experts, particularly Jon Ludlam (cc:d)=
. I=92ve also cc:d the main xapi development list.
>
> Cheers,
> Dave
>


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 01 18:55:30 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 01 May 2014 18:55:30 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wfw8M-0005BJ-7H; Thu, 01 May 2014 18:55:02 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <celso.fernandes@gmail.com>) id 1Wfw8K-0005BD-53
	for xen-api@lists.xen.org; Thu, 01 May 2014 18:55:00 +0000
Received: from [85.158.143.35:56885] by server-2.bemta-4.messagelabs.com id
	36/C6-06539-38892635; Thu, 01 May 2014 18:54:59 +0000
X-Env-Sender: celso.fernandes@gmail.com
X-Msg-Ref: server-14.tower-21.messagelabs.com!1398970497!2310325!1
X-Originating-IP: [74.125.82.47]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23314 invoked from network); 1 May 2014 18:54:57 -0000
Received: from mail-wg0-f47.google.com (HELO mail-wg0-f47.google.com)
	(74.125.82.47)
	by server-14.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	1 May 2014 18:54:57 -0000
Received: by mail-wg0-f47.google.com with SMTP id x12so1799822wgg.30
	for <xen-api@lists.xen.org>; Thu, 01 May 2014 11:54:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:in-reply-to:references:from:date:message-id
	:subject:to:cc:content-type;
	bh=irFbvaU4ZQDxC2w60sTHUeX6Tl2D2DGOK8cQFmwyR9Q=;
	b=Y+95PhH1tLrfdmMlX1JHXHAmvPZyWN0wymVG2W1hmfcIXwK6z2p8sOV3/yEtZGhve3
	X/DYgPDWllSV4FsgmE3xDhuA37BzRQW3iqOFbUy1/RpIqv13llJqO3IOzPQ20ZOm95oI
	dvNdHMTIbqx5XJX+W9wnAD1NaDBhUTJr4TWmESacscFdi9xN6Mn76PDRkZlTjtv+wNof
	eqCaoo1wRyYlgvd0Bvf8rkGsLHTeyObCNzrlNAi/qKapPHehi+L3bly70c+I9GaD8ik0
	t/NAAlUUQV3MNaBSFlJucpLWT4tnOavuWBUU+ozkKi87j/RghkrMSe4B2R77qbEmhEC8
	I58A==
X-Received: by 10.194.81.164 with SMTP id b4mr10309291wjy.2.1398970497142;
	Thu, 01 May 2014 11:54:57 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.180.85.67 with HTTP; Thu, 1 May 2014 11:54:26 -0700 (PDT)
In-Reply-To: <BB824EA959B82F43820FFEE5E6B00AA638CAA7@AMSPEX01CL01.citrite.net>
References: <alpine.DEB.2.02.1404161102590.20457@tizen-desktop>
	<FA93FD5C-F01F-4585-BC4C-34D9778E2103@citrix.com>
	<CAE+94VKWyL54UATK-M_Wti8181BqrYDH5EcVOw36VLkAm50QqQ@mail.gmail.com>
	<417442B8-39C1-4844-9169-31DC6AED3C76@citrix.com>
	<BB824EA959B82F43820FFEE5E6B00AA638CAA7@AMSPEX01CL01.citrite.net>
From: Celso Fernandes <fernandes@zertico.com>
Date: Thu, 1 May 2014 15:54:26 -0300
X-Google-Sender-Auth: vv0xEKoXFTBFGGufQV_n8XshkQM
Message-ID: <CAE+94VL-DbJQ7XoZZ9+49SxUraKa2pLoVQfPN1RfUtk6ifE3Hw@mail.gmail.com>
To: Bob Ball <bob.ball@citrix.com>
Cc: Dave Scott <Dave.Scott@citrix.com>,
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] xen-api build and test environment
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1640307518867242405=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============1640307518867242405==
Content-Type: multipart/alternative; boundary=047d7bf0ca0088965d04f85b3327

--047d7bf0ca0088965d04f85b3327
Content-Type: text/plain; charset=UTF-8

Hi Dave and Bob,
Thank you for replies.


On Tue, Apr 29, 2014 at 7:08 AM, Bob Ball <bob.ball@citrix.com> wrote:

> Hi Celso,
>
> I've been working on a debian fix - see
> https://github.com/xenserver/buildroot/pull/409.
>
> Hopefully this will be very generic; please can we collaborate on this
> rather than having two competing approaches?
>

Sure we can collaborate, the PR you send contains must the modifications
I've done, except the automatic detection of debian distro, as I've made
some tests we can only build on Jessie (because of Ocaml 4), have you
succeed on Wheezy?


>
> Thanks,
>
> Bob
>
> > -----Original Message-----
> > From: xen-api-bounces@lists.xen.org [mailto:xen-api-
> > bounces@lists.xen.org] On Behalf Of Dave Scott
> > Sent: 29 April 2014 10:50
> > To: Celso Fernandes
> > Cc: xen-api@lists.xen.org
> > Subject: Re: [Xen-API] xen-api build and test environment
> >
> > Hi Celso,
> >
> > On 28 Apr 2014, at 23:26, Celso Fernandes <fernandes@zertico.com> wrote:
> >
> > > Hi Dave,
> > >
> > > How are you building packages for Debian?
> > >
> > > I had to hack on
> > xenserver:buildroot/blob/master/scripts/deb/configure.sh and some other
> > files to be able to build the packages for Debian
> > >
> > > Is there any other way? Does worth to send a PR with these changes?
> >
> > I don't think there's any other way at the moment. Please do send a PR
> with
> > the changes!
> >
> > Thanks,
> > Dave
> >
> > >
> > > Thank you,
> > >
> > > Celso Fernandes
> > >
> > > www.zertico.com
> > >
> > > +55 35 3629-1616
> > > Av. BPS, 1303 - PCE - PCTI - Sala 10
> > >
> > >
> > > On Wed, Apr 16, 2014 at 11:38 AM, Dave Scott <Dave.Scott@citrix.com>
> > wrote:
> > > Hi Edwin,
> > >
> > > On 16 Apr 2014, at 11:36, Zhai, Edwin <edwin.zhai@intel.com> wrote:
> > >
> > > > All,
> > > > We are trying to add some new feature in xen-api and test in
> openstack
> > environment. But build xen-api accroding to README.markdown at
> > https://github.com/xapi-project/xen-api.git on ubuntu 12.04 always
> failed.
> > There are dependences not in documents, like blktap-dev, and also some
> > basic build failure, like obuild.
> > > >
> > > > Just curious how xen-api developer do the build? Build it
> stand-alone, or
> > with xenserver? Do you have frequent fresh build test?
> > >
> > > For components like 'xenopsd', 'xcp-networkd' etc I prefer to install
> all
> > the dependencies in CentOS (or Debian) via xenserver-core[1]. I can then
> > clone the repo and build the binaries.
> > >
> > > For 'xapi' itself the xenserver-core .spec file references a branch
> with a
> > couple of build fixes in it. These need to be tidied up and merged to
> > master- Bob Ball (cc:d) and I are trying to sort this out.
> > >
> > > I think we should try to create a 'vagrant box' configuration to help
> people
> > set this up - what do you think?
> > >
> > > > Another question is how you do the test? Do you have some simple unit
> > test tools to verify API function, or you test it in XCP environment?
> > >
> > > For 'xapi', there are a few unit tests which run as part of the build.
> There's
> > also a program called 'quicktest' (in the xen-api repo) which can
> install VMs,
> > suspend/resume, migrate etc. After that we normally run system tests via
> > xenrt[2]
> > >
> > > > Do you have plan do do some test in openstack environment? You know,
> > libvirt in openstack doesn't support xen well.
> > >
> > > I think xapi is tested as part of the XenServer openstack CI[3]
> > >
> > > HTH,
> > > Dave
> > > [1] https://github.com/xenserver/xenserver-core
> > > [2] http://www.xenserver.org/discuss-virtualization/virtualization-
> > blog/entry/introducing-open-source-xenrt.html
> > > [3] https://wiki.openstack.org/wiki/XenServer/XenServer_CI
> > >
> > > >
> > > >
> > > > Best Rgds,
> > > > Edwin
> > > >
> > > > _______________________________________________
> > > > Xen-api mailing list
> > > > Xen-api@lists.xen.org
> > > > http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
> > >
> > >
> > > _______________________________________________
> > > Xen-api mailing list
> > > Xen-api@lists.xen.org
> > > http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
> > >
> >
> >
> > _______________________________________________
> > Xen-api mailing list
> > Xen-api@lists.xen.org
> > http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
>

--047d7bf0ca0088965d04f85b3327
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi Dave and Bob,<div>Thank you for replies.<br></div><div =
class=3D"gmail_extra"><div><div dir=3D"ltr"><br></div></div><br><div class=
=3D"gmail_quote">On Tue, Apr 29, 2014 at 7:08 AM, Bob Ball <span dir=3D"ltr=
">&lt;<a href=3D"mailto:bob.ball@citrix.com" target=3D"_blank">bob.ball@cit=
rix.com</a>&gt;</span> wrote:<br>

<blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-=
left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;p=
adding-left:1ex">Hi Celso,<br>
<br>
I&#39;ve been working on a debian fix - see <a href=3D"https://github.com/x=
enserver/buildroot/pull/409" target=3D"_blank">https://github.com/xenserver=
/buildroot/pull/409</a>.<br>
<br>
Hopefully this will be very generic; please can we collaborate on this rath=
er than having two competing approaches?<br></blockquote><div><br></div><di=
v>Sure we can collaborate, the PR you send contains must the modifications =
I&#39;ve done, except the automatic detection of debian distro, as I&#39;ve=
 made some tests we can only build on Jessie (because of Ocaml 4), have you=
 succeed on Wheezy?</div>

<div>=C2=A0</div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px =
0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-l=
eft-style:solid;padding-left:1ex">
<br>
Thanks,<br>
<br>
Bob<br>
<div><div class=3D"h5"><br>
&gt; -----Original Message-----<br>
&gt; From: <a href=3D"mailto:xen-api-bounces@lists.xen.org">xen-api-bounces=
@lists.xen.org</a> [mailto:<a href=3D"mailto:xen-api-">xen-api-</a><br>
&gt; <a href=3D"mailto:bounces@lists.xen.org">bounces@lists.xen.org</a>] On=
 Behalf Of Dave Scott<br>
&gt; Sent: 29 April 2014 10:50<br>
&gt; To: Celso Fernandes<br>
&gt; Cc: <a href=3D"mailto:xen-api@lists.xen.org">xen-api@lists.xen.org</a>=
<br>
&gt; Subject: Re: [Xen-API] xen-api build and test environment<br>
&gt;<br>
&gt; Hi Celso,<br>
&gt;<br>
&gt; On 28 Apr 2014, at 23:26, Celso Fernandes &lt;<a href=3D"mailto:fernan=
des@zertico.com">fernandes@zertico.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Hi Dave,<br>
&gt; &gt;<br>
&gt; &gt; How are you building packages for Debian?<br>
&gt; &gt;<br>
&gt; &gt; I had to hack on<br>
&gt; xenserver:buildroot/blob/master/scripts/deb/configure.sh and some othe=
r<br>
&gt; files to be able to build the packages for Debian<br>
&gt; &gt;<br>
&gt; &gt; Is there any other way? Does worth to send a PR with these change=
s?<br>
&gt;<br>
&gt; I don&#39;t think there&#39;s any other way at the moment. Please do s=
end a PR with<br>
&gt; the changes!<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Dave<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; Thank you,<br>
&gt; &gt;<br>
&gt; &gt; Celso Fernandes<br>
&gt; &gt;<br>
&gt; &gt; <a href=3D"http://www.zertico.com" target=3D"_blank">www.zertico.=
com</a><br>
&gt; &gt;<br>
&gt; &gt; <a href=3D"tel:%2B55%2035%203629-1616" value=3D"+553536291616">+5=
5 35 3629-1616</a><br>
&gt; &gt; Av. BPS, 1303 - PCE - PCTI - Sala 10<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Wed, Apr 16, 2014 at 11:38 AM, Dave Scott &lt;<a href=3D"mailt=
o:Dave.Scott@citrix.com">Dave.Scott@citrix.com</a>&gt;<br>
&gt; wrote:<br>
&gt; &gt; Hi Edwin,<br>
&gt; &gt;<br>
&gt; &gt; On 16 Apr 2014, at 11:36, Zhai, Edwin &lt;<a href=3D"mailto:edwin=
.zhai@intel.com">edwin.zhai@intel.com</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; All,<br>
&gt; &gt; &gt; We are trying to add some new feature in xen-api and test in=
 openstack<br>
&gt; environment. But build xen-api accroding to README.markdown at<br>
&gt; <a href=3D"https://github.com/xapi-project/xen-api.git" target=3D"_bla=
nk">https://github.com/xapi-project/xen-api.git</a> on ubuntu 12.04 always =
failed.<br>
&gt; There are dependences not in documents, like blktap-dev, and also some=
<br>
&gt; basic build failure, like obuild.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Just curious how xen-api developer do the build? Build it st=
and-alone, or<br>
&gt; with xenserver? Do you have frequent fresh build test?<br>
&gt; &gt;<br>
&gt; &gt; For components like &#39;xenopsd&#39;, &#39;xcp-networkd&#39; etc=
 I prefer to install all<br>
&gt; the dependencies in CentOS (or Debian) via xenserver-core[1]. I can th=
en<br>
&gt; clone the repo and build the binaries.<br>
&gt; &gt;<br>
&gt; &gt; For &#39;xapi&#39; itself the xenserver-core .spec file reference=
s a branch with a<br>
&gt; couple of build fixes in it. These need to be tidied up and merged to<=
br>
</div></div>&gt; master- Bob Ball (cc:d) and I are trying to sort this out.=
<br>
<div class=3D""><div class=3D"h5">&gt; &gt;<br>
&gt; &gt; I think we should try to create a &#39;vagrant box&#39; configura=
tion to help people<br>
&gt; set this up - what do you think?<br>
&gt; &gt;<br>
&gt; &gt; &gt; Another question is how you do the test? Do you have some si=
mple unit<br>
&gt; test tools to verify API function, or you test it in XCP environment?<=
br>
&gt; &gt;<br>
&gt; &gt; For &#39;xapi&#39;, there are a few unit tests which run as part =
of the build. There&#39;s<br>
&gt; also a program called &#39;quicktest&#39; (in the xen-api repo) which =
can install VMs,<br>
&gt; suspend/resume, migrate etc. After that we normally run system tests v=
ia<br>
&gt; xenrt[2]<br>
&gt; &gt;<br>
&gt; &gt; &gt; Do you have plan do do some test in openstack environment? Y=
ou know,<br>
&gt; libvirt in openstack doesn&#39;t support xen well.<br>
&gt; &gt;<br>
&gt; &gt; I think xapi is tested as part of the XenServer openstack CI[3]<b=
r>
&gt; &gt;<br>
&gt; &gt; HTH,<br>
&gt; &gt; Dave<br>
&gt; &gt; [1] <a href=3D"https://github.com/xenserver/xenserver-core" targe=
t=3D"_blank">https://github.com/xenserver/xenserver-core</a><br>
&gt; &gt; [2] <a href=3D"http://www.xenserver.org/discuss-virtualization/vi=
rtualization-" target=3D"_blank">http://www.xenserver.org/discuss-virtualiz=
ation/virtualization-</a><br>
&gt; blog/entry/introducing-open-source-xenrt.html<br>
&gt; &gt; [3] <a href=3D"https://wiki.openstack.org/wiki/XenServer/XenServe=
r_CI" target=3D"_blank">https://wiki.openstack.org/wiki/XenServer/XenServer=
_CI</a><br>
&gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Best Rgds,<br>
&gt; &gt; &gt; Edwin<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; Xen-api mailing list<br>
&gt; &gt; &gt; <a href=3D"mailto:Xen-api@lists.xen.org">Xen-api@lists.xen.o=
rg</a><br>
&gt; &gt; &gt; <a href=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen=
-api" target=3D"_blank">http://lists.xen.org/cgi-bin/mailman/listinfo/xen-a=
pi</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Xen-api mailing list<br>
&gt; &gt; <a href=3D"mailto:Xen-api@lists.xen.org">Xen-api@lists.xen.org</a=
><br>
&gt; &gt; <a href=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api"=
 target=3D"_blank">http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api</a=
><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Xen-api mailing list<br>
&gt; <a href=3D"mailto:Xen-api@lists.xen.org">Xen-api@lists.xen.org</a><br>
&gt; <a href=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api" targ=
et=3D"_blank">http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api</a></di=
v></div></blockquote></div></div></div>

--047d7bf0ca0088965d04f85b3327--


--===============1640307518867242405==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============1640307518867242405==--


From xen-api-bounces@lists.xen.org Thu May 01 18:55:30 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 01 May 2014 18:55:30 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wfw8M-0005BJ-7H; Thu, 01 May 2014 18:55:02 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <celso.fernandes@gmail.com>) id 1Wfw8K-0005BD-53
	for xen-api@lists.xen.org; Thu, 01 May 2014 18:55:00 +0000
Received: from [85.158.143.35:56885] by server-2.bemta-4.messagelabs.com id
	36/C6-06539-38892635; Thu, 01 May 2014 18:54:59 +0000
X-Env-Sender: celso.fernandes@gmail.com
X-Msg-Ref: server-14.tower-21.messagelabs.com!1398970497!2310325!1
X-Originating-IP: [74.125.82.47]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23314 invoked from network); 1 May 2014 18:54:57 -0000
Received: from mail-wg0-f47.google.com (HELO mail-wg0-f47.google.com)
	(74.125.82.47)
	by server-14.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	1 May 2014 18:54:57 -0000
Received: by mail-wg0-f47.google.com with SMTP id x12so1799822wgg.30
	for <xen-api@lists.xen.org>; Thu, 01 May 2014 11:54:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:in-reply-to:references:from:date:message-id
	:subject:to:cc:content-type;
	bh=irFbvaU4ZQDxC2w60sTHUeX6Tl2D2DGOK8cQFmwyR9Q=;
	b=Y+95PhH1tLrfdmMlX1JHXHAmvPZyWN0wymVG2W1hmfcIXwK6z2p8sOV3/yEtZGhve3
	X/DYgPDWllSV4FsgmE3xDhuA37BzRQW3iqOFbUy1/RpIqv13llJqO3IOzPQ20ZOm95oI
	dvNdHMTIbqx5XJX+W9wnAD1NaDBhUTJr4TWmESacscFdi9xN6Mn76PDRkZlTjtv+wNof
	eqCaoo1wRyYlgvd0Bvf8rkGsLHTeyObCNzrlNAi/qKapPHehi+L3bly70c+I9GaD8ik0
	t/NAAlUUQV3MNaBSFlJucpLWT4tnOavuWBUU+ozkKi87j/RghkrMSe4B2R77qbEmhEC8
	I58A==
X-Received: by 10.194.81.164 with SMTP id b4mr10309291wjy.2.1398970497142;
	Thu, 01 May 2014 11:54:57 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.180.85.67 with HTTP; Thu, 1 May 2014 11:54:26 -0700 (PDT)
In-Reply-To: <BB824EA959B82F43820FFEE5E6B00AA638CAA7@AMSPEX01CL01.citrite.net>
References: <alpine.DEB.2.02.1404161102590.20457@tizen-desktop>
	<FA93FD5C-F01F-4585-BC4C-34D9778E2103@citrix.com>
	<CAE+94VKWyL54UATK-M_Wti8181BqrYDH5EcVOw36VLkAm50QqQ@mail.gmail.com>
	<417442B8-39C1-4844-9169-31DC6AED3C76@citrix.com>
	<BB824EA959B82F43820FFEE5E6B00AA638CAA7@AMSPEX01CL01.citrite.net>
From: Celso Fernandes <fernandes@zertico.com>
Date: Thu, 1 May 2014 15:54:26 -0300
X-Google-Sender-Auth: vv0xEKoXFTBFGGufQV_n8XshkQM
Message-ID: <CAE+94VL-DbJQ7XoZZ9+49SxUraKa2pLoVQfPN1RfUtk6ifE3Hw@mail.gmail.com>
To: Bob Ball <bob.ball@citrix.com>
Cc: Dave Scott <Dave.Scott@citrix.com>,
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] xen-api build and test environment
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1640307518867242405=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============1640307518867242405==
Content-Type: multipart/alternative; boundary=047d7bf0ca0088965d04f85b3327

--047d7bf0ca0088965d04f85b3327
Content-Type: text/plain; charset=UTF-8

Hi Dave and Bob,
Thank you for replies.


On Tue, Apr 29, 2014 at 7:08 AM, Bob Ball <bob.ball@citrix.com> wrote:

> Hi Celso,
>
> I've been working on a debian fix - see
> https://github.com/xenserver/buildroot/pull/409.
>
> Hopefully this will be very generic; please can we collaborate on this
> rather than having two competing approaches?
>

Sure we can collaborate, the PR you send contains must the modifications
I've done, except the automatic detection of debian distro, as I've made
some tests we can only build on Jessie (because of Ocaml 4), have you
succeed on Wheezy?


>
> Thanks,
>
> Bob
>
> > -----Original Message-----
> > From: xen-api-bounces@lists.xen.org [mailto:xen-api-
> > bounces@lists.xen.org] On Behalf Of Dave Scott
> > Sent: 29 April 2014 10:50
> > To: Celso Fernandes
> > Cc: xen-api@lists.xen.org
> > Subject: Re: [Xen-API] xen-api build and test environment
> >
> > Hi Celso,
> >
> > On 28 Apr 2014, at 23:26, Celso Fernandes <fernandes@zertico.com> wrote:
> >
> > > Hi Dave,
> > >
> > > How are you building packages for Debian?
> > >
> > > I had to hack on
> > xenserver:buildroot/blob/master/scripts/deb/configure.sh and some other
> > files to be able to build the packages for Debian
> > >
> > > Is there any other way? Does worth to send a PR with these changes?
> >
> > I don't think there's any other way at the moment. Please do send a PR
> with
> > the changes!
> >
> > Thanks,
> > Dave
> >
> > >
> > > Thank you,
> > >
> > > Celso Fernandes
> > >
> > > www.zertico.com
> > >
> > > +55 35 3629-1616
> > > Av. BPS, 1303 - PCE - PCTI - Sala 10
> > >
> > >
> > > On Wed, Apr 16, 2014 at 11:38 AM, Dave Scott <Dave.Scott@citrix.com>
> > wrote:
> > > Hi Edwin,
> > >
> > > On 16 Apr 2014, at 11:36, Zhai, Edwin <edwin.zhai@intel.com> wrote:
> > >
> > > > All,
> > > > We are trying to add some new feature in xen-api and test in
> openstack
> > environment. But build xen-api accroding to README.markdown at
> > https://github.com/xapi-project/xen-api.git on ubuntu 12.04 always
> failed.
> > There are dependences not in documents, like blktap-dev, and also some
> > basic build failure, like obuild.
> > > >
> > > > Just curious how xen-api developer do the build? Build it
> stand-alone, or
> > with xenserver? Do you have frequent fresh build test?
> > >
> > > For components like 'xenopsd', 'xcp-networkd' etc I prefer to install
> all
> > the dependencies in CentOS (or Debian) via xenserver-core[1]. I can then
> > clone the repo and build the binaries.
> > >
> > > For 'xapi' itself the xenserver-core .spec file references a branch
> with a
> > couple of build fixes in it. These need to be tidied up and merged to
> > master- Bob Ball (cc:d) and I are trying to sort this out.
> > >
> > > I think we should try to create a 'vagrant box' configuration to help
> people
> > set this up - what do you think?
> > >
> > > > Another question is how you do the test? Do you have some simple unit
> > test tools to verify API function, or you test it in XCP environment?
> > >
> > > For 'xapi', there are a few unit tests which run as part of the build.
> There's
> > also a program called 'quicktest' (in the xen-api repo) which can
> install VMs,
> > suspend/resume, migrate etc. After that we normally run system tests via
> > xenrt[2]
> > >
> > > > Do you have plan do do some test in openstack environment? You know,
> > libvirt in openstack doesn't support xen well.
> > >
> > > I think xapi is tested as part of the XenServer openstack CI[3]
> > >
> > > HTH,
> > > Dave
> > > [1] https://github.com/xenserver/xenserver-core
> > > [2] http://www.xenserver.org/discuss-virtualization/virtualization-
> > blog/entry/introducing-open-source-xenrt.html
> > > [3] https://wiki.openstack.org/wiki/XenServer/XenServer_CI
> > >
> > > >
> > > >
> > > > Best Rgds,
> > > > Edwin
> > > >
> > > > _______________________________________________
> > > > Xen-api mailing list
> > > > Xen-api@lists.xen.org
> > > > http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
> > >
> > >
> > > _______________________________________________
> > > Xen-api mailing list
> > > Xen-api@lists.xen.org
> > > http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
> > >
> >
> >
> > _______________________________________________
> > Xen-api mailing list
> > Xen-api@lists.xen.org
> > http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
>

--047d7bf0ca0088965d04f85b3327
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi Dave and Bob,<div>Thank you for replies.<br></div><div =
class=3D"gmail_extra"><div><div dir=3D"ltr"><br></div></div><br><div class=
=3D"gmail_quote">On Tue, Apr 29, 2014 at 7:08 AM, Bob Ball <span dir=3D"ltr=
">&lt;<a href=3D"mailto:bob.ball@citrix.com" target=3D"_blank">bob.ball@cit=
rix.com</a>&gt;</span> wrote:<br>

<blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-=
left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;p=
adding-left:1ex">Hi Celso,<br>
<br>
I&#39;ve been working on a debian fix - see <a href=3D"https://github.com/x=
enserver/buildroot/pull/409" target=3D"_blank">https://github.com/xenserver=
/buildroot/pull/409</a>.<br>
<br>
Hopefully this will be very generic; please can we collaborate on this rath=
er than having two competing approaches?<br></blockquote><div><br></div><di=
v>Sure we can collaborate, the PR you send contains must the modifications =
I&#39;ve done, except the automatic detection of debian distro, as I&#39;ve=
 made some tests we can only build on Jessie (because of Ocaml 4), have you=
 succeed on Wheezy?</div>

<div>=C2=A0</div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px =
0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-l=
eft-style:solid;padding-left:1ex">
<br>
Thanks,<br>
<br>
Bob<br>
<div><div class=3D"h5"><br>
&gt; -----Original Message-----<br>
&gt; From: <a href=3D"mailto:xen-api-bounces@lists.xen.org">xen-api-bounces=
@lists.xen.org</a> [mailto:<a href=3D"mailto:xen-api-">xen-api-</a><br>
&gt; <a href=3D"mailto:bounces@lists.xen.org">bounces@lists.xen.org</a>] On=
 Behalf Of Dave Scott<br>
&gt; Sent: 29 April 2014 10:50<br>
&gt; To: Celso Fernandes<br>
&gt; Cc: <a href=3D"mailto:xen-api@lists.xen.org">xen-api@lists.xen.org</a>=
<br>
&gt; Subject: Re: [Xen-API] xen-api build and test environment<br>
&gt;<br>
&gt; Hi Celso,<br>
&gt;<br>
&gt; On 28 Apr 2014, at 23:26, Celso Fernandes &lt;<a href=3D"mailto:fernan=
des@zertico.com">fernandes@zertico.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Hi Dave,<br>
&gt; &gt;<br>
&gt; &gt; How are you building packages for Debian?<br>
&gt; &gt;<br>
&gt; &gt; I had to hack on<br>
&gt; xenserver:buildroot/blob/master/scripts/deb/configure.sh and some othe=
r<br>
&gt; files to be able to build the packages for Debian<br>
&gt; &gt;<br>
&gt; &gt; Is there any other way? Does worth to send a PR with these change=
s?<br>
&gt;<br>
&gt; I don&#39;t think there&#39;s any other way at the moment. Please do s=
end a PR with<br>
&gt; the changes!<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Dave<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; Thank you,<br>
&gt; &gt;<br>
&gt; &gt; Celso Fernandes<br>
&gt; &gt;<br>
&gt; &gt; <a href=3D"http://www.zertico.com" target=3D"_blank">www.zertico.=
com</a><br>
&gt; &gt;<br>
&gt; &gt; <a href=3D"tel:%2B55%2035%203629-1616" value=3D"+553536291616">+5=
5 35 3629-1616</a><br>
&gt; &gt; Av. BPS, 1303 - PCE - PCTI - Sala 10<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Wed, Apr 16, 2014 at 11:38 AM, Dave Scott &lt;<a href=3D"mailt=
o:Dave.Scott@citrix.com">Dave.Scott@citrix.com</a>&gt;<br>
&gt; wrote:<br>
&gt; &gt; Hi Edwin,<br>
&gt; &gt;<br>
&gt; &gt; On 16 Apr 2014, at 11:36, Zhai, Edwin &lt;<a href=3D"mailto:edwin=
.zhai@intel.com">edwin.zhai@intel.com</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; All,<br>
&gt; &gt; &gt; We are trying to add some new feature in xen-api and test in=
 openstack<br>
&gt; environment. But build xen-api accroding to README.markdown at<br>
&gt; <a href=3D"https://github.com/xapi-project/xen-api.git" target=3D"_bla=
nk">https://github.com/xapi-project/xen-api.git</a> on ubuntu 12.04 always =
failed.<br>
&gt; There are dependences not in documents, like blktap-dev, and also some=
<br>
&gt; basic build failure, like obuild.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Just curious how xen-api developer do the build? Build it st=
and-alone, or<br>
&gt; with xenserver? Do you have frequent fresh build test?<br>
&gt; &gt;<br>
&gt; &gt; For components like &#39;xenopsd&#39;, &#39;xcp-networkd&#39; etc=
 I prefer to install all<br>
&gt; the dependencies in CentOS (or Debian) via xenserver-core[1]. I can th=
en<br>
&gt; clone the repo and build the binaries.<br>
&gt; &gt;<br>
&gt; &gt; For &#39;xapi&#39; itself the xenserver-core .spec file reference=
s a branch with a<br>
&gt; couple of build fixes in it. These need to be tidied up and merged to<=
br>
</div></div>&gt; master- Bob Ball (cc:d) and I are trying to sort this out.=
<br>
<div class=3D""><div class=3D"h5">&gt; &gt;<br>
&gt; &gt; I think we should try to create a &#39;vagrant box&#39; configura=
tion to help people<br>
&gt; set this up - what do you think?<br>
&gt; &gt;<br>
&gt; &gt; &gt; Another question is how you do the test? Do you have some si=
mple unit<br>
&gt; test tools to verify API function, or you test it in XCP environment?<=
br>
&gt; &gt;<br>
&gt; &gt; For &#39;xapi&#39;, there are a few unit tests which run as part =
of the build. There&#39;s<br>
&gt; also a program called &#39;quicktest&#39; (in the xen-api repo) which =
can install VMs,<br>
&gt; suspend/resume, migrate etc. After that we normally run system tests v=
ia<br>
&gt; xenrt[2]<br>
&gt; &gt;<br>
&gt; &gt; &gt; Do you have plan do do some test in openstack environment? Y=
ou know,<br>
&gt; libvirt in openstack doesn&#39;t support xen well.<br>
&gt; &gt;<br>
&gt; &gt; I think xapi is tested as part of the XenServer openstack CI[3]<b=
r>
&gt; &gt;<br>
&gt; &gt; HTH,<br>
&gt; &gt; Dave<br>
&gt; &gt; [1] <a href=3D"https://github.com/xenserver/xenserver-core" targe=
t=3D"_blank">https://github.com/xenserver/xenserver-core</a><br>
&gt; &gt; [2] <a href=3D"http://www.xenserver.org/discuss-virtualization/vi=
rtualization-" target=3D"_blank">http://www.xenserver.org/discuss-virtualiz=
ation/virtualization-</a><br>
&gt; blog/entry/introducing-open-source-xenrt.html<br>
&gt; &gt; [3] <a href=3D"https://wiki.openstack.org/wiki/XenServer/XenServe=
r_CI" target=3D"_blank">https://wiki.openstack.org/wiki/XenServer/XenServer=
_CI</a><br>
&gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Best Rgds,<br>
&gt; &gt; &gt; Edwin<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; Xen-api mailing list<br>
&gt; &gt; &gt; <a href=3D"mailto:Xen-api@lists.xen.org">Xen-api@lists.xen.o=
rg</a><br>
&gt; &gt; &gt; <a href=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen=
-api" target=3D"_blank">http://lists.xen.org/cgi-bin/mailman/listinfo/xen-a=
pi</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Xen-api mailing list<br>
&gt; &gt; <a href=3D"mailto:Xen-api@lists.xen.org">Xen-api@lists.xen.org</a=
><br>
&gt; &gt; <a href=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api"=
 target=3D"_blank">http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api</a=
><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Xen-api mailing list<br>
&gt; <a href=3D"mailto:Xen-api@lists.xen.org">Xen-api@lists.xen.org</a><br>
&gt; <a href=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api" targ=
et=3D"_blank">http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api</a></di=
v></div></blockquote></div></div></div>

--047d7bf0ca0088965d04f85b3327--


--===============1640307518867242405==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============1640307518867242405==--


From xen-api-bounces@lists.xen.org Fri May 02 21:21:45 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 02 May 2014 21:21:45 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WgKta-0000hp-EO; Fri, 02 May 2014 21:21:26 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1WgKtY-0000he-MW; Fri, 02 May 2014 21:21:24 +0000
Received: from [85.158.143.35:14188] by server-1.bemta-4.messagelabs.com id
	2B/1D-09853-35C04635; Fri, 02 May 2014 21:21:23 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1399065682!2193364!1
X-Originating-IP: [209.85.217.182]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20257 invoked from network); 2 May 2014 21:21:23 -0000
Received: from mail-lb0-f182.google.com (HELO mail-lb0-f182.google.com)
	(209.85.217.182)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	2 May 2014 21:21:23 -0000
Received: by mail-lb0-f182.google.com with SMTP id q8so1214089lbi.13
	for <multiple recipients>; Fri, 02 May 2014 14:21:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type
	:content-transfer-encoding;
	bh=Y0Asru+NtnmP8VCi040ou+ljlHi1MMAs3q3v2So+bII=;
	b=p2wolEnpy+l/0xeDG0rYEmjCNTpEQ6fVTrOPrbPo23alKezPdxequUfIq+Tt3SaqIi
	bDlcsYXjZxqvTTqsJRqloW9u7tZGev4zMqLUoTwvokW6Q4kaymGQPm979YOQYV31PwW6
	Ncl93glxyxi9m8ksnhwaL9nkhjXHwm0rBN0W3e/8mLwSwwq0KYKgAJT+FaG2UsW3WZf1
	F1kaYH5fqwCGx+UepNfNZ/PTrxTSW1Z7xWEkq0XUfEqk5ryYqC+QPKjtzxisn634OfTa
	DNVBuX9n9SujqCaBg97zc+0SGCQ8gPIPqjpX0xamuhUm5XJYCXmoAFIJ5T74brLnGkzz
	vIJA==
MIME-Version: 1.0
X-Received: by 10.152.44.234 with SMTP id h10mr52514lam.68.1399065682129; Fri,
	02 May 2014 14:21:22 -0700 (PDT)
Received: by 10.112.29.49 with HTTP; Fri, 2 May 2014 14:21:22 -0700 (PDT)
Date: Fri, 2 May 2014 17:21:22 -0400
X-Google-Sender-Auth: pxblFJnzrpz_kBOMMM6V4e-G7_A
Message-ID: <CAHehzX0_G6Net5x1F9yWOTFDmG5SHFbcqwokE38tq0D=YyxDnQ@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-devel@lists.xen.org, xen-api@lists.xen.org, 
	xs-devel@lists.xenserver.org, cl-mirage@lists.cam.ac.uk
Subject: [Xen-API] Thanks to all who participated in Xen Project Document
	Day!
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

TGV0IG1lIGdpdmUgYSBncmVhdCBiaWcgInRoYW5rIHlvdSIgdG8gZXZlcnlvbmUgd2hvIHBhcnRp
Y2lwYXRlZCBvbgpEb2N1bWVudCBEYXkgb24gV2VkbmVzZGF5IQoKV2UgaGFkIGEgZ29vZCB0dXJu
b3V0LCB3aXRoIHNpZ25pZmljYW50IGNvbnRyaWJ1dGlvbnMgZnJvbSAoaW4gbm8KcGFydGljdWxh
ciBvcmRlcik6CgpQaWVycmVwCkJhb3ppY2gKR2FydmV5UGF0cmlja0QKRG9uYnJlYXJsZXkKTGFy
cy5rdXJ0aApEdW5sYXBnCklqYwpEYXJpb2YKV2VpTGl1CgpUaGFua3MgZm9sa3MhCgpBbW9uZyB0
aGUgbWFueSBzaWduaWZpY2FudCB1cGRhdGVzIHdlcmUgdGhlIGNyZWF0aW9uIG9mIHRoZSBwYWdl
ICJYZW4KQVJNIHdpdGggVmlydHVhbGl6YXRpb24gRXh0ZW5zaW9ucy9PTUFQNTQzMiB1RVZNIiBh
bmQgYSBudW1iZXIgb2YKY29ycmVjdGlvbnMgdG8gdGhlIGltcG9ydGFudCByZWZlcmVuY2UgcGFn
ZSAiRG9tMCBLZXJuZWxzIGZvciBYZW7igI4uIgoKVGhhbmsgeW91IHRvIGV2ZXJ5b25lIHdobyBw
YXJ0aWNpcGF0ZWQuICBXZSBhcmUgYXdhaXRpbmcgYSBuZXcgc3VwcGx5Cm9mIFQtc2hpcnRzIGFz
ICJ0aGFuayB5b3UiIHByZXNlbnRzIGZvciB0aG9zZSB3aG8gd2UgZmVlbCBhcmUgcmVhbGx5CmRv
aW5nIGFuIGVzcGVjaWFsbHkgYmFuZy11cCBqb2Igb24gdGhlIERvY3VtZW50IERheSBlZmZvcnQu
ICBTbyBqb2luCmluIG9uIERvY3VtZW50IERheSBhbmQgeW91IGNvdWxkIGZpbmQgeW91cnNlbGYg
Y2xhZCB3aXRoIFhlbiBQcm9qZWN0CmZpbmVyeSAod2VsbCwgYSBULXNoaXJ0IHdpdGggYSBsb2dv
LCBhdCBhbnkgcmF0ZSkuCgpPdXIgbmV4dCBEb2N1bWVudCBEYXkgaXMgV2VkbmVzZGF5LCBNYXkg
MjguIEhvcGUgdG8gc2VlIHlvdSB0aGVyZSEKClJ1c3MKCl9fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fClhlbi1hcGkgbWFpbGluZyBsaXN0Clhlbi1hcGlAbGlz
dHMueGVuLm9yZwpodHRwOi8vbGlzdHMueGVuLm9yZy9jZ2ktYmluL21haWxtYW4vbGlzdGluZm8v
eGVuLWFwaQo=

From xen-api-bounces@lists.xen.org Fri May 02 21:21:45 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 02 May 2014 21:21:45 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WgKta-0000hp-EO; Fri, 02 May 2014 21:21:26 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1WgKtY-0000he-MW; Fri, 02 May 2014 21:21:24 +0000
Received: from [85.158.143.35:14188] by server-1.bemta-4.messagelabs.com id
	2B/1D-09853-35C04635; Fri, 02 May 2014 21:21:23 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1399065682!2193364!1
X-Originating-IP: [209.85.217.182]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20257 invoked from network); 2 May 2014 21:21:23 -0000
Received: from mail-lb0-f182.google.com (HELO mail-lb0-f182.google.com)
	(209.85.217.182)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	2 May 2014 21:21:23 -0000
Received: by mail-lb0-f182.google.com with SMTP id q8so1214089lbi.13
	for <multiple recipients>; Fri, 02 May 2014 14:21:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type
	:content-transfer-encoding;
	bh=Y0Asru+NtnmP8VCi040ou+ljlHi1MMAs3q3v2So+bII=;
	b=p2wolEnpy+l/0xeDG0rYEmjCNTpEQ6fVTrOPrbPo23alKezPdxequUfIq+Tt3SaqIi
	bDlcsYXjZxqvTTqsJRqloW9u7tZGev4zMqLUoTwvokW6Q4kaymGQPm979YOQYV31PwW6
	Ncl93glxyxi9m8ksnhwaL9nkhjXHwm0rBN0W3e/8mLwSwwq0KYKgAJT+FaG2UsW3WZf1
	F1kaYH5fqwCGx+UepNfNZ/PTrxTSW1Z7xWEkq0XUfEqk5ryYqC+QPKjtzxisn634OfTa
	DNVBuX9n9SujqCaBg97zc+0SGCQ8gPIPqjpX0xamuhUm5XJYCXmoAFIJ5T74brLnGkzz
	vIJA==
MIME-Version: 1.0
X-Received: by 10.152.44.234 with SMTP id h10mr52514lam.68.1399065682129; Fri,
	02 May 2014 14:21:22 -0700 (PDT)
Received: by 10.112.29.49 with HTTP; Fri, 2 May 2014 14:21:22 -0700 (PDT)
Date: Fri, 2 May 2014 17:21:22 -0400
X-Google-Sender-Auth: pxblFJnzrpz_kBOMMM6V4e-G7_A
Message-ID: <CAHehzX0_G6Net5x1F9yWOTFDmG5SHFbcqwokE38tq0D=YyxDnQ@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-devel@lists.xen.org, xen-api@lists.xen.org, 
	xs-devel@lists.xenserver.org, cl-mirage@lists.cam.ac.uk
Subject: [Xen-API] Thanks to all who participated in Xen Project Document
	Day!
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

TGV0IG1lIGdpdmUgYSBncmVhdCBiaWcgInRoYW5rIHlvdSIgdG8gZXZlcnlvbmUgd2hvIHBhcnRp
Y2lwYXRlZCBvbgpEb2N1bWVudCBEYXkgb24gV2VkbmVzZGF5IQoKV2UgaGFkIGEgZ29vZCB0dXJu
b3V0LCB3aXRoIHNpZ25pZmljYW50IGNvbnRyaWJ1dGlvbnMgZnJvbSAoaW4gbm8KcGFydGljdWxh
ciBvcmRlcik6CgpQaWVycmVwCkJhb3ppY2gKR2FydmV5UGF0cmlja0QKRG9uYnJlYXJsZXkKTGFy
cy5rdXJ0aApEdW5sYXBnCklqYwpEYXJpb2YKV2VpTGl1CgpUaGFua3MgZm9sa3MhCgpBbW9uZyB0
aGUgbWFueSBzaWduaWZpY2FudCB1cGRhdGVzIHdlcmUgdGhlIGNyZWF0aW9uIG9mIHRoZSBwYWdl
ICJYZW4KQVJNIHdpdGggVmlydHVhbGl6YXRpb24gRXh0ZW5zaW9ucy9PTUFQNTQzMiB1RVZNIiBh
bmQgYSBudW1iZXIgb2YKY29ycmVjdGlvbnMgdG8gdGhlIGltcG9ydGFudCByZWZlcmVuY2UgcGFn
ZSAiRG9tMCBLZXJuZWxzIGZvciBYZW7igI4uIgoKVGhhbmsgeW91IHRvIGV2ZXJ5b25lIHdobyBw
YXJ0aWNpcGF0ZWQuICBXZSBhcmUgYXdhaXRpbmcgYSBuZXcgc3VwcGx5Cm9mIFQtc2hpcnRzIGFz
ICJ0aGFuayB5b3UiIHByZXNlbnRzIGZvciB0aG9zZSB3aG8gd2UgZmVlbCBhcmUgcmVhbGx5CmRv
aW5nIGFuIGVzcGVjaWFsbHkgYmFuZy11cCBqb2Igb24gdGhlIERvY3VtZW50IERheSBlZmZvcnQu
ICBTbyBqb2luCmluIG9uIERvY3VtZW50IERheSBhbmQgeW91IGNvdWxkIGZpbmQgeW91cnNlbGYg
Y2xhZCB3aXRoIFhlbiBQcm9qZWN0CmZpbmVyeSAod2VsbCwgYSBULXNoaXJ0IHdpdGggYSBsb2dv
LCBhdCBhbnkgcmF0ZSkuCgpPdXIgbmV4dCBEb2N1bWVudCBEYXkgaXMgV2VkbmVzZGF5LCBNYXkg
MjguIEhvcGUgdG8gc2VlIHlvdSB0aGVyZSEKClJ1c3MKCl9fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fClhlbi1hcGkgbWFpbGluZyBsaXN0Clhlbi1hcGlAbGlz
dHMueGVuLm9yZwpodHRwOi8vbGlzdHMueGVuLm9yZy9jZ2ktYmluL21haWxtYW4vbGlzdGluZm8v
eGVuLWFwaQo=

From xen-api-bounces@lists.xen.org Tue May 06 09:32:49 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 06 May 2014 09:32:49 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Whbju-0003wi-W3; Tue, 06 May 2014 09:32:42 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Whbjt-0003wD-3j; Tue, 06 May 2014 09:32:41 +0000
Received: from [193.109.254.147:37495] by server-7.bemta-14.messagelabs.com id
	FE/12-17726-83CA8635; Tue, 06 May 2014 09:32:40 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-5.tower-27.messagelabs.com!1399368759!2908578!1
X-Originating-IP: [209.85.212.182]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 368 invoked from network); 6 May 2014 09:32:39 -0000
Received: from mail-wi0-f182.google.com (HELO mail-wi0-f182.google.com)
	(209.85.212.182)
	by server-5.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	6 May 2014 09:32:39 -0000
Received: by mail-wi0-f182.google.com with SMTP id r20so556437wiv.15
	for <multiple recipients>; Tue, 06 May 2014 02:32:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=RKtX27/VE+sr/VCAdXwwTgJKQFT3wxJyX/o1KEoIeCo=;
	b=dvfcOBEvW0K4TQGJi4Kl7gZd2BxkNEOfyWYBq4TeKkg7J8ig479mv710F1cjiICPhs
	UbXprZltnL0mcdh494BrdMC0PfWXdKfC9Xr66RPhy01dOiYCBF48EcTDYfl+WCakSNRr
	G98d1Zdlr0YrZaSbi4e1WaZgaOfMp5HRUbQ0m5A6jOyGC3cXoHsQ5Se/C8Efs5Bam9wr
	ocaeLnjXzDyrjoqIFYZqb3tbbL5vlz60A+Vi2Aw+xSSBpHTHdZnxSNP1TVjotCCvVGB3
	37b3rCSK2q3/DAs2+OyXa905Dw/rYeWtCXIIT7iUNnMjJ2aJJKKaD+x9i4wTe9Z3AA7E
	yXzA==
X-Received: by 10.194.60.4 with SMTP id d4mr31974187wjr.28.1399368759153;
	Tue, 06 May 2014 02:32:39 -0700 (PDT)
Received: from [172.16.26.11] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id bq12sm8959041wib.0.2014.05.06.02.32.37
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Tue, 06 May 2014 02:32:38 -0700 (PDT)
Message-ID: <5368AC34.1010708@xen.org>
Date: Tue, 06 May 2014 10:32:36 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	xen-users@lists.xenproject.org, "mirageos-devel@lists.xenproject.org"
	<mirageos-devel@lists.xenproject.org>
Subject: [Xen-API] Extending Xen Project CfP until May the 12th
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Hi all,

I had a number of requests to extend the Xen Project Developer Summit 
CfP by a few days.  Also, we had some technical difficulties last week, 
which meant that not everyone was able to submit their talks. As such, I 
will leave the CfP open until May 12th, but we will not update the text 
on the website.

If you have made a submission, please make sure that it was raised 
against the Xen Project Developer Summit : you can do this by logging 
into the system and checking the event

Best Regards
Lars

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Tue May 06 09:32:49 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 06 May 2014 09:32:49 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Whbju-0003wi-W3; Tue, 06 May 2014 09:32:42 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Whbjt-0003wD-3j; Tue, 06 May 2014 09:32:41 +0000
Received: from [193.109.254.147:37495] by server-7.bemta-14.messagelabs.com id
	FE/12-17726-83CA8635; Tue, 06 May 2014 09:32:40 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-5.tower-27.messagelabs.com!1399368759!2908578!1
X-Originating-IP: [209.85.212.182]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 368 invoked from network); 6 May 2014 09:32:39 -0000
Received: from mail-wi0-f182.google.com (HELO mail-wi0-f182.google.com)
	(209.85.212.182)
	by server-5.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	6 May 2014 09:32:39 -0000
Received: by mail-wi0-f182.google.com with SMTP id r20so556437wiv.15
	for <multiple recipients>; Tue, 06 May 2014 02:32:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=RKtX27/VE+sr/VCAdXwwTgJKQFT3wxJyX/o1KEoIeCo=;
	b=dvfcOBEvW0K4TQGJi4Kl7gZd2BxkNEOfyWYBq4TeKkg7J8ig479mv710F1cjiICPhs
	UbXprZltnL0mcdh494BrdMC0PfWXdKfC9Xr66RPhy01dOiYCBF48EcTDYfl+WCakSNRr
	G98d1Zdlr0YrZaSbi4e1WaZgaOfMp5HRUbQ0m5A6jOyGC3cXoHsQ5Se/C8Efs5Bam9wr
	ocaeLnjXzDyrjoqIFYZqb3tbbL5vlz60A+Vi2Aw+xSSBpHTHdZnxSNP1TVjotCCvVGB3
	37b3rCSK2q3/DAs2+OyXa905Dw/rYeWtCXIIT7iUNnMjJ2aJJKKaD+x9i4wTe9Z3AA7E
	yXzA==
X-Received: by 10.194.60.4 with SMTP id d4mr31974187wjr.28.1399368759153;
	Tue, 06 May 2014 02:32:39 -0700 (PDT)
Received: from [172.16.26.11] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id bq12sm8959041wib.0.2014.05.06.02.32.37
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Tue, 06 May 2014 02:32:38 -0700 (PDT)
Message-ID: <5368AC34.1010708@xen.org>
Date: Tue, 06 May 2014 10:32:36 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	xen-users@lists.xenproject.org, "mirageos-devel@lists.xenproject.org"
	<mirageos-devel@lists.xenproject.org>
Subject: [Xen-API] Extending Xen Project CfP until May the 12th
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Hi all,

I had a number of requests to extend the Xen Project Developer Summit 
CfP by a few days.  Also, we had some technical difficulties last week, 
which meant that not everyone was able to submit their talks. As such, I 
will leave the CfP open until May 12th, but we will not update the text 
on the website.

If you have made a submission, please make sure that it was raised 
against the Xen Project Developer Summit : you can do this by logging 
into the system and checking the event

Best Regards
Lars

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Tue May 06 09:39:27 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 06 May 2014 09:39:27 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WhbqN-0004iI-7R; Tue, 06 May 2014 09:39:23 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <roger.pau@citrix.com>)
	id 1WhbqL-0004hk-RW; Tue, 06 May 2014 09:39:21 +0000
Received: from [85.158.139.211:3709] by server-4.bemta-5.messagelabs.com id
	91/14-30750-9CDA8635; Tue, 06 May 2014 09:39:21 +0000
X-Env-Sender: roger.pau@citrix.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1399369158!2467007!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 13770 invoked from network); 6 May 2014 09:39:20 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	6 May 2014 09:39:20 -0000
X-IronPort-AV: E=Sophos;i="4.97,996,1389744000"; d="scan'208";a="128146409"
Received: from accessns.citrite.net (HELO FTLPEX01CL01.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 06 May 2014 09:39:17 +0000
Received: from [IPv6:::1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.78)
	with Microsoft SMTP Server id 14.3.181.6;
	Tue, 6 May 2014 05:39:17 -0400
Message-ID: <5368ADC4.9020409@citrix.com>
Date: Tue, 6 May 2014 11:39:16 +0200
From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= <roger.pau@citrix.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: <lars.kurth@xen.org>, "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	<xen-users@lists.xenproject.org>, "mirageos-devel@lists.xenproject.org"
	<mirageos-devel@lists.xenproject.org>
References: <5368AC34.1010708@xen.org>
In-Reply-To: <5368AC34.1010708@xen.org>
X-Enigmail-Version: 1.6
X-DLP: MIA2
Subject: Re: [Xen-API] [Xen-devel] Extending Xen Project CfP until May the
	12th
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 06/05/14 11:32, Lars Kurth wrote:
> Hi all,
> 
> I had a number of requests to extend the Xen Project Developer Summit
> CfP by a few days.  Also, we had some technical difficulties last week,
> which meant that not everyone was able to submit their talks. As such, I
> will leave the CfP open until May 12th, but we will not update the text
> on the website.

Unless I'm reading it wrong, the webpage has been updated, and I can see
the following:

"All submissions need to be submitted by 11:55pm (EST) on May 16, 2014"

"You can submit a proposal at any time for Xen Project Developer Summit.
Please keep in mind that the deadline is May 16, 2014."

http://events.linuxfoundation.org//events/xen-project-developer-summit/program/cfp

Roger.

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Tue May 06 09:39:27 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 06 May 2014 09:39:27 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WhbqN-0004iI-7R; Tue, 06 May 2014 09:39:23 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <roger.pau@citrix.com>)
	id 1WhbqL-0004hk-RW; Tue, 06 May 2014 09:39:21 +0000
Received: from [85.158.139.211:3709] by server-4.bemta-5.messagelabs.com id
	91/14-30750-9CDA8635; Tue, 06 May 2014 09:39:21 +0000
X-Env-Sender: roger.pau@citrix.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1399369158!2467007!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 13770 invoked from network); 6 May 2014 09:39:20 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	6 May 2014 09:39:20 -0000
X-IronPort-AV: E=Sophos;i="4.97,996,1389744000"; d="scan'208";a="128146409"
Received: from accessns.citrite.net (HELO FTLPEX01CL01.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 06 May 2014 09:39:17 +0000
Received: from [IPv6:::1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.78)
	with Microsoft SMTP Server id 14.3.181.6;
	Tue, 6 May 2014 05:39:17 -0400
Message-ID: <5368ADC4.9020409@citrix.com>
Date: Tue, 6 May 2014 11:39:16 +0200
From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= <roger.pau@citrix.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: <lars.kurth@xen.org>, "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	<xen-users@lists.xenproject.org>, "mirageos-devel@lists.xenproject.org"
	<mirageos-devel@lists.xenproject.org>
References: <5368AC34.1010708@xen.org>
In-Reply-To: <5368AC34.1010708@xen.org>
X-Enigmail-Version: 1.6
X-DLP: MIA2
Subject: Re: [Xen-API] [Xen-devel] Extending Xen Project CfP until May the
	12th
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 06/05/14 11:32, Lars Kurth wrote:
> Hi all,
> 
> I had a number of requests to extend the Xen Project Developer Summit
> CfP by a few days.  Also, we had some technical difficulties last week,
> which meant that not everyone was able to submit their talks. As such, I
> will leave the CfP open until May 12th, but we will not update the text
> on the website.

Unless I'm reading it wrong, the webpage has been updated, and I can see
the following:

"All submissions need to be submitted by 11:55pm (EST) on May 16, 2014"

"You can submit a proposal at any time for Xen Project Developer Summit.
Please keep in mind that the deadline is May 16, 2014."

http://events.linuxfoundation.org//events/xen-project-developer-summit/program/cfp

Roger.

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Tue May 06 09:49:31 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 06 May 2014 09:49:31 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Whc09-0005cF-4k; Tue, 06 May 2014 09:49:29 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Whc07-0005bx-L3; Tue, 06 May 2014 09:49:27 +0000
Received: from [193.109.254.147:25610] by server-9.bemta-14.messagelabs.com id
	EA/F6-03644-620B8635; Tue, 06 May 2014 09:49:26 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-11.tower-27.messagelabs.com!1399369765!2919233!1
X-Originating-IP: [74.125.82.51]
X-SpamReason: No, hits=2.2 required=7.0 tests=SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 7138 invoked from network); 6 May 2014 09:49:26 -0000
Received: from mail-wg0-f51.google.com (HELO mail-wg0-f51.google.com)
	(74.125.82.51)
	by server-11.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	6 May 2014 09:49:26 -0000
Received: by mail-wg0-f51.google.com with SMTP id x13so2608319wgg.22
	for <multiple recipients>; Tue, 06 May 2014 02:49:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=9Plv1TRHqcf1XfHD3UbfxpfSnXZCM7oPYlZpZUROEA8=;
	b=tdRM1bju6UAxRZmZEF1pi4kH/EC5swZhFFS7OUmlUgs8A/bpnW8B831iZMT3II0Wlk
	ohBQpNdCSrrcjnpx4n/i1OU+yW4Bz4eblJs6jJlWNMDK+DLSBHEIPinEzQux3+r6TxiI
	jDupqqhx/NBTIc8c5AYGfzaZDz/OBzs5O+8GzbceiWd7jqlioNPa4utBnjaVjPdV/CYg
	3FNhHQUyaJXBmQu3j1Iiru1WlGnrZHApE284MSJLZ2o8oZCFP6thXqCDwOzKbbWQXBrY
	p0Ey+ZZRpU60r499MZM+Len8kd0lXlmDXle6w8dzuSahvFn9FsiX9/wIWdNeavHu+PWc
	0pQw==
X-Received: by 10.180.185.100 with SMTP id fb4mr20142474wic.11.1399369765854; 
	Tue, 06 May 2014 02:49:25 -0700 (PDT)
Received: from [172.16.26.11] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id
	lb4sm21232053wjb.14.2014.05.06.02.49.24 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Tue, 06 May 2014 02:49:25 -0700 (PDT)
Message-ID: <5368B023.3050208@xen.org>
Date: Tue, 06 May 2014 10:49:23 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= <roger.pau@citrix.com>, 
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>, 
	xen-users@lists.xenproject.org, "mirageos-devel@lists.xenproject.org"
	<mirageos-devel@lists.xenproject.org>
References: <5368AC34.1010708@xen.org> <5368ADC4.9020409@citrix.com>
In-Reply-To: <5368ADC4.9020409@citrix.com>
Subject: Re: [Xen-API] [Xen-devel] Extending Xen Project CfP until May the
 12th (actually the 16th)
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Alright,
I should have checked the site before I sent the mail, rather than =

trusting what was agreed in the meeting with LF folks on Friday. Anyway, =

rather than going back in circles, let's just leave it open until the 16th
Regards
Lars

On 06/05/2014 10:39, Roger Pau Monn=E9 wrote:
> On 06/05/14 11:32, Lars Kurth wrote:n
>> Hi all,
>>
>> I had a number of requests to extend the Xen Project Developer Summit
>> CfP by a few days.  Also, we had some technical difficulties last week,
>> which meant that not everyone was able to submit their talks. As such, I
>> will leave the CfP open until May 12th, but we will not update the text
>> on the website.
> Unless I'm reading it wrong, the webpage has been updated, and I can see
> the following:
>
> "All submissions need to be submitted by 11:55pm (EST) on May 16, 2014"
>
> "You can submit a proposal at any time for Xen Project Developer Summit.
> Please keep in mind that the deadline is May 16, 2014."
>
> http://events.linuxfoundation.org//events/xen-project-developer-summit/pr=
ogram/cfp
>
> Roger.


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Tue May 06 09:49:31 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 06 May 2014 09:49:31 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Whc09-0005cF-4k; Tue, 06 May 2014 09:49:29 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Whc07-0005bx-L3; Tue, 06 May 2014 09:49:27 +0000
Received: from [193.109.254.147:25610] by server-9.bemta-14.messagelabs.com id
	EA/F6-03644-620B8635; Tue, 06 May 2014 09:49:26 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-11.tower-27.messagelabs.com!1399369765!2919233!1
X-Originating-IP: [74.125.82.51]
X-SpamReason: No, hits=2.2 required=7.0 tests=SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 7138 invoked from network); 6 May 2014 09:49:26 -0000
Received: from mail-wg0-f51.google.com (HELO mail-wg0-f51.google.com)
	(74.125.82.51)
	by server-11.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	6 May 2014 09:49:26 -0000
Received: by mail-wg0-f51.google.com with SMTP id x13so2608319wgg.22
	for <multiple recipients>; Tue, 06 May 2014 02:49:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=9Plv1TRHqcf1XfHD3UbfxpfSnXZCM7oPYlZpZUROEA8=;
	b=tdRM1bju6UAxRZmZEF1pi4kH/EC5swZhFFS7OUmlUgs8A/bpnW8B831iZMT3II0Wlk
	ohBQpNdCSrrcjnpx4n/i1OU+yW4Bz4eblJs6jJlWNMDK+DLSBHEIPinEzQux3+r6TxiI
	jDupqqhx/NBTIc8c5AYGfzaZDz/OBzs5O+8GzbceiWd7jqlioNPa4utBnjaVjPdV/CYg
	3FNhHQUyaJXBmQu3j1Iiru1WlGnrZHApE284MSJLZ2o8oZCFP6thXqCDwOzKbbWQXBrY
	p0Ey+ZZRpU60r499MZM+Len8kd0lXlmDXle6w8dzuSahvFn9FsiX9/wIWdNeavHu+PWc
	0pQw==
X-Received: by 10.180.185.100 with SMTP id fb4mr20142474wic.11.1399369765854; 
	Tue, 06 May 2014 02:49:25 -0700 (PDT)
Received: from [172.16.26.11] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id
	lb4sm21232053wjb.14.2014.05.06.02.49.24 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Tue, 06 May 2014 02:49:25 -0700 (PDT)
Message-ID: <5368B023.3050208@xen.org>
Date: Tue, 06 May 2014 10:49:23 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= <roger.pau@citrix.com>, 
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>, 
	xen-users@lists.xenproject.org, "mirageos-devel@lists.xenproject.org"
	<mirageos-devel@lists.xenproject.org>
References: <5368AC34.1010708@xen.org> <5368ADC4.9020409@citrix.com>
In-Reply-To: <5368ADC4.9020409@citrix.com>
Subject: Re: [Xen-API] [Xen-devel] Extending Xen Project CfP until May the
 12th (actually the 16th)
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Alright,
I should have checked the site before I sent the mail, rather than =

trusting what was agreed in the meeting with LF folks on Friday. Anyway, =

rather than going back in circles, let's just leave it open until the 16th
Regards
Lars

On 06/05/2014 10:39, Roger Pau Monn=E9 wrote:
> On 06/05/14 11:32, Lars Kurth wrote:n
>> Hi all,
>>
>> I had a number of requests to extend the Xen Project Developer Summit
>> CfP by a few days.  Also, we had some technical difficulties last week,
>> which meant that not everyone was able to submit their talks. As such, I
>> will leave the CfP open until May 12th, but we will not update the text
>> on the website.
> Unless I'm reading it wrong, the webpage has been updated, and I can see
> the following:
>
> "All submissions need to be submitted by 11:55pm (EST) on May 16, 2014"
>
> "You can submit a proposal at any time for Xen Project Developer Summit.
> Please keep in mind that the deadline is May 16, 2014."
>
> http://events.linuxfoundation.org//events/xen-project-developer-summit/pr=
ogram/cfp
>
> Roger.


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Tue May 06 09:52:32 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 06 May 2014 09:52:32 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Whc35-00069U-AZ; Tue, 06 May 2014 09:52:31 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1Whc34-00069F-5U
	for xen-api@lists.xenproject.org; Tue, 06 May 2014 09:52:30 +0000
Received: from [85.158.143.35:6117] by server-2.bemta-4.messagelabs.com id
	BC/00-06539-DD0B8635; Tue, 06 May 2014 09:52:29 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-9.tower-21.messagelabs.com!1399369948!3052722!1
X-Originating-IP: [74.125.82.44]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 26365 invoked from network); 6 May 2014 09:52:28 -0000
Received: from mail-wg0-f44.google.com (HELO mail-wg0-f44.google.com)
	(74.125.82.44)
	by server-9.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	6 May 2014 09:52:28 -0000
Received: by mail-wg0-f44.google.com with SMTP id a1so6299799wgh.27
	for <xen-api@lists.xenproject.org>;
	Tue, 06 May 2014 02:52:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=egjH6cwQLE+F/1h3NNm+FFn+pH692jNdZtngkrcvYS8=;
	b=wt4bfpF+b/91OeYbiqZnnBy+N3YZ7K1lqpkTnMXGoFWrBAi4xng7Z/ZRA6VwglJyes
	YNEG1jjE8uWUU1W/e89czajzseuR380bu2jz3sR90o4j5YT1Z8NtKfrz3NH+F02ctqnC
	PdoEWELfGifO7wd6+cWOG5tqndQvuRjOZfJN3rm+e3kF1Yd8xX6MaauXq35AEQTG1mvc
	fok4dloL9Qv5JQLSk9ZpdZg4+nvrcRbjYTAu+9/Whqw3dEO8YzcbswCc0qStOD0AJk8X
	DKp1nK1TPruEDUQEeiOldShiJzImM7mvtdnJTjuDC33NuyaTHtZbqp4JLlc5rY+mkUkg
	GNOQ==
X-Received: by 10.180.10.164 with SMTP id j4mr1600444wib.51.1399369948427;
	Tue, 06 May 2014 02:52:28 -0700 (PDT)
Received: from [172.16.26.11] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id km6sm21248419wjc.6.2014.05.06.02.52.26
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Tue, 06 May 2014 02:52:27 -0700 (PDT)
Message-ID: <5368B0D9.9040008@xen.org>
Date: Tue, 06 May 2014 10:52:25 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Paul Durrant <Paul.Durrant@citrix.com>
References: <9AAE0902D5BC7E449B7C8E4E778ABCD0310676@AMSPEX01CL01.citrite.net>
	<535A7FE2.1050703@xen.org> <535A809D.8@eu.citrix.com>
	<535E40F3.4070107@xen.org>
	<9AAE0902D5BC7E449B7C8E4E778ABCD032AAAC@AMSPEX01CL01.citrite.net>
In-Reply-To: <9AAE0902D5BC7E449B7C8E4E778ABCD032AAAC@AMSPEX01CL01.citrite.net>
Cc: Simon Rowe <Simon.Rowe@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	Keith Petley <keith.petley@citrix.com>
Subject: Re: [Xen-API] project lead nomination
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

OK, this means that Jonathan Ludlam is confirmed
I updated the page at http://xenproject.org/developers/teams/xapi.html
Regards
Lars

On 28/04/2014 13:34, Paul Durrant wrote:
>> -----Original Message-----
>> From: Lars Kurth [mailto:lars.kurth.xen@gmail.com] On Behalf Of Lars Kurth
>> Sent: 28 April 2014 12:52
>> To: Simon Rowe
>> Cc: Paul Durrant; xen-api@lists.xenproject.org; Jonathan Ludlam; Simon
>> Rowe; Keith Petley
>> Subject: Re: [Xen-API] project lead nomination
>>
>> Paul,
>>
>> you trechnically still need to vote .
> Ah. I assumed my +1 was implicit in my proposal but if not...
>
> +1
>
>    Paul
>
>> As community manager, I can also
>> vote, so
>> +1 from me
>>
>> Votes are typically open for a week. It will close on Friday the 2nd
>> Lars
>>
>> On 25/04/2014 16:34, Simon Rowe wrote:
>>> On 25/04/14 16:31, Lars Kurth wrote:
>>>> Hi all,
>>>>
>>>> the process to confirm Jon would be for the currently listed
>>>> committers as per
>>>> http://www.xenproject.org/developers/teams/xapi.html, these are
>>>> * Jon Ludlum
>>>> * Simon Rowe
>>>> * Keith Petley
>>>> * Paul Durrant
>>>>
>>>> to confirm Jon through a vote. Voting happens by replying
>>>> "+1" in favour
>>>> "0" abstain
>>>> "-1" against (with explanation)
>>>>
>>>> Regards
>>>> Lars
>>> +1
>>>


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Tue May 06 09:52:32 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 06 May 2014 09:52:32 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Whc35-00069U-AZ; Tue, 06 May 2014 09:52:31 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1Whc34-00069F-5U
	for xen-api@lists.xenproject.org; Tue, 06 May 2014 09:52:30 +0000
Received: from [85.158.143.35:6117] by server-2.bemta-4.messagelabs.com id
	BC/00-06539-DD0B8635; Tue, 06 May 2014 09:52:29 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-9.tower-21.messagelabs.com!1399369948!3052722!1
X-Originating-IP: [74.125.82.44]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 26365 invoked from network); 6 May 2014 09:52:28 -0000
Received: from mail-wg0-f44.google.com (HELO mail-wg0-f44.google.com)
	(74.125.82.44)
	by server-9.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	6 May 2014 09:52:28 -0000
Received: by mail-wg0-f44.google.com with SMTP id a1so6299799wgh.27
	for <xen-api@lists.xenproject.org>;
	Tue, 06 May 2014 02:52:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=egjH6cwQLE+F/1h3NNm+FFn+pH692jNdZtngkrcvYS8=;
	b=wt4bfpF+b/91OeYbiqZnnBy+N3YZ7K1lqpkTnMXGoFWrBAi4xng7Z/ZRA6VwglJyes
	YNEG1jjE8uWUU1W/e89czajzseuR380bu2jz3sR90o4j5YT1Z8NtKfrz3NH+F02ctqnC
	PdoEWELfGifO7wd6+cWOG5tqndQvuRjOZfJN3rm+e3kF1Yd8xX6MaauXq35AEQTG1mvc
	fok4dloL9Qv5JQLSk9ZpdZg4+nvrcRbjYTAu+9/Whqw3dEO8YzcbswCc0qStOD0AJk8X
	DKp1nK1TPruEDUQEeiOldShiJzImM7mvtdnJTjuDC33NuyaTHtZbqp4JLlc5rY+mkUkg
	GNOQ==
X-Received: by 10.180.10.164 with SMTP id j4mr1600444wib.51.1399369948427;
	Tue, 06 May 2014 02:52:28 -0700 (PDT)
Received: from [172.16.26.11] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id km6sm21248419wjc.6.2014.05.06.02.52.26
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Tue, 06 May 2014 02:52:27 -0700 (PDT)
Message-ID: <5368B0D9.9040008@xen.org>
Date: Tue, 06 May 2014 10:52:25 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Paul Durrant <Paul.Durrant@citrix.com>
References: <9AAE0902D5BC7E449B7C8E4E778ABCD0310676@AMSPEX01CL01.citrite.net>
	<535A7FE2.1050703@xen.org> <535A809D.8@eu.citrix.com>
	<535E40F3.4070107@xen.org>
	<9AAE0902D5BC7E449B7C8E4E778ABCD032AAAC@AMSPEX01CL01.citrite.net>
In-Reply-To: <9AAE0902D5BC7E449B7C8E4E778ABCD032AAAC@AMSPEX01CL01.citrite.net>
Cc: Simon Rowe <Simon.Rowe@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	Keith Petley <keith.petley@citrix.com>
Subject: Re: [Xen-API] project lead nomination
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

OK, this means that Jonathan Ludlam is confirmed
I updated the page at http://xenproject.org/developers/teams/xapi.html
Regards
Lars

On 28/04/2014 13:34, Paul Durrant wrote:
>> -----Original Message-----
>> From: Lars Kurth [mailto:lars.kurth.xen@gmail.com] On Behalf Of Lars Kurth
>> Sent: 28 April 2014 12:52
>> To: Simon Rowe
>> Cc: Paul Durrant; xen-api@lists.xenproject.org; Jonathan Ludlam; Simon
>> Rowe; Keith Petley
>> Subject: Re: [Xen-API] project lead nomination
>>
>> Paul,
>>
>> you trechnically still need to vote .
> Ah. I assumed my +1 was implicit in my proposal but if not...
>
> +1
>
>    Paul
>
>> As community manager, I can also
>> vote, so
>> +1 from me
>>
>> Votes are typically open for a week. It will close on Friday the 2nd
>> Lars
>>
>> On 25/04/2014 16:34, Simon Rowe wrote:
>>> On 25/04/14 16:31, Lars Kurth wrote:
>>>> Hi all,
>>>>
>>>> the process to confirm Jon would be for the currently listed
>>>> committers as per
>>>> http://www.xenproject.org/developers/teams/xapi.html, these are
>>>> * Jon Ludlum
>>>> * Simon Rowe
>>>> * Keith Petley
>>>> * Paul Durrant
>>>>
>>>> to confirm Jon through a vote. Voting happens by replying
>>>> "+1" in favour
>>>> "0" abstain
>>>> "-1" against (with explanation)
>>>>
>>>> Regards
>>>> Lars
>>> +1
>>>


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 08 15:37:15 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 08 May 2014 15:37:15 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WiQNe-0001Ak-Eq; Thu, 08 May 2014 15:37:06 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <dimosthenes@gmail.com>) id 1WiQNc-0001Ad-F1
	for xen-api@lists.xen.org; Thu, 08 May 2014 15:37:05 +0000
Received: from [193.109.254.147:41861] by server-9.bemta-14.messagelabs.com id
	D6/26-03644-F94AB635; Thu, 08 May 2014 15:37:03 +0000
X-Env-Sender: dimosthenes@gmail.com
X-Msg-Ref: server-11.tower-27.messagelabs.com!1399563413!261436!1
X-Originating-IP: [209.85.214.182]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	ML_RADAR_SPEW_LINKS_14,ML_RADAR_SPEW_LINKS_19,ML_RADAR_SPEW_LINKS_8,
	RCVD_BY_IP,spamassassin: ,async_handler: 
	YXN5bmNfZGVsYXk6IDcwNjIxMTYgKHRpbWVvdXQp\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21856 invoked from network); 8 May 2014 15:36:54 -0000
Received: from mail-ob0-f182.google.com (HELO mail-ob0-f182.google.com)
	(209.85.214.182)
	by server-11.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	8 May 2014 15:36:54 -0000
Received: by mail-ob0-f182.google.com with SMTP id wn1so3276327obc.27
	for <xen-api@lists.xen.org>; Thu, 08 May 2014 08:36:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=j+pnLxyPNcHC3y8YHNMCor8F7Y7lCf32Zva7siGKb+o=;
	b=opDXSqiYJNXoOnRc5w3v9xIaoSItbhj+dqCAN9Ym9G7OUE8GRSTdPDdvcQ62HP11qQ
	3f535hTFhllszMzafeHU/5+AVfqLD4RAVW9JFs65ueSWYscnD9pEUY458mVGlHifdhA+
	pCWSRGPoKRmLMS0K7JE9nrPgSgOQrFQAJGI3fQYgUCg5rWOalG2C50RJu1/ZzV2l0YT+
	0M350Kd8jCyhjkN+qFDL44WcVnYxQaF/AIlfuCAb2X/IkfjjbNai47PSCdArE3O92QQE
	P0srU+jOvnqPgImmuu5N9oeFC2sB3GS217ICaJayd7xgNetcFVGWx5ZJbs3msk0eso/O
	ZqEg==
MIME-Version: 1.0
X-Received: by 10.182.229.34 with SMTP id sn2mr5857374obc.6.1399563412603;
	Thu, 08 May 2014 08:36:52 -0700 (PDT)
Received: by 10.76.157.199 with HTTP; Thu, 8 May 2014 08:36:52 -0700 (PDT)
Date: Thu, 8 May 2014 16:36:52 +0100
Message-ID: <CAC39kdwWqJg0MDD8S5Fu6dni-999NQ7Rna1GuZBNQ0BkRjgZbQ@mail.gmail.com>
From: Dimosthenis Pediaditakis <dimosthenes@gmail.com>
To: xen-api@lists.xen.org
Subject: [Xen-API] Credit scheduler tuning knobs
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6069814306256357308=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============6069814306256357308==
Content-Type: multipart/alternative; boundary=001a113497500c8d9504f8e54085

--001a113497500c8d9504f8e54085
Content-Type: text/plain; charset=UTF-8

Hi everyone,
In short, I was wondering if XEN-API supports a configuraiton option
similar to the cpu-pools of the XL toolchain:
http://wiki.xen.org/wiki/Cpupools_Howto

I am mainly interested in setting via XEN-API (xe)  the following
parameters of the credit scheduler:
 - time slice
 - rate limit

After quick look in the sources of XL, it seems that ends up issuing the
following hypercall:
XEN_DOMCTL_SCHEDOP_putinfo
see here: http://goo.gl/KQjlTR


Is there a way to send hypervisor the same hypercall via XEN-API ?
I would like to avoid hard-coding the time-slice and ratelimit value in the
sources of Xen.

Thank you,
Dimos

--001a113497500c8d9504f8e54085
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-size:small">Hi =
everyone,=C2=A0</div><div class=3D"gmail_default" style=3D"font-size:small"=
>In short, I was wondering if XEN-API supports a configuraiton option simil=
ar to the cpu-pools of the XL toolchain:</div>
<div class=3D"gmail_default" style><a href=3D"http://wiki.xen.org/wiki/Cpup=
ools_Howto">http://wiki.xen.org/wiki/Cpupools_Howto</a><br></div><div class=
=3D"gmail_default" style><br></div><div class=3D"gmail_default" style>I am =
mainly interested in setting via XEN-API (xe) =C2=A0the following parameter=
s of the credit scheduler:</div>
<div class=3D"gmail_default" style>=C2=A0- time slice</div><div class=3D"gm=
ail_default" style>=C2=A0- rate limit</div><div class=3D"gmail_default" sty=
le><br></div><div class=3D"gmail_default" style>After quick look in the sou=
rces of XL, it seems that ends up issuing the following hypercall:</div>
<div class=3D"gmail_default" style><span style=3D"color:rgb(0,0,0);font-fam=
ily:monospace;font-size:12px;white-space:pre">XEN_DOMCTL_SCHEDOP_putinfo</s=
pan><br></div><div class=3D"gmail_default" style><span style=3D"color:rgb(0=
,0,0);font-family:monospace;font-size:12px;white-space:pre">see here: </spa=
n><font color=3D"#000000" face=3D"monospace"><span style=3D"font-size:12px;=
white-space:pre"><a href=3D"http://goo.gl/KQjlTR">http://goo.gl/KQjlTR</a><=
/span></font></div>
<div class=3D"gmail_default" style><br></div><div class=3D"gmail_default" s=
tyle><br></div><div class=3D"gmail_default" style>Is there a way to send hy=
pervisor the same hypercall via XEN-API ?</div><div class=3D"gmail_default"=
 style>
I would like to avoid hard-coding the time-slice and ratelimit value in the=
 sources of Xen.</div><div class=3D"gmail_default" style><br></div><div cla=
ss=3D"gmail_default" style>Thank you,</div><div class=3D"gmail_default" sty=
le>
Dimos</div><div class=3D"gmail_default" style><br></div><div class=3D"gmail=
_default" style><br></div><div class=3D"gmail_default" style><br></div><div=
 class=3D"gmail_default" style><br></div></div>

--001a113497500c8d9504f8e54085--


--===============6069814306256357308==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============6069814306256357308==--


From xen-api-bounces@lists.xen.org Thu May 08 15:37:15 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 08 May 2014 15:37:15 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WiQNe-0001Ak-Eq; Thu, 08 May 2014 15:37:06 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <dimosthenes@gmail.com>) id 1WiQNc-0001Ad-F1
	for xen-api@lists.xen.org; Thu, 08 May 2014 15:37:05 +0000
Received: from [193.109.254.147:41861] by server-9.bemta-14.messagelabs.com id
	D6/26-03644-F94AB635; Thu, 08 May 2014 15:37:03 +0000
X-Env-Sender: dimosthenes@gmail.com
X-Msg-Ref: server-11.tower-27.messagelabs.com!1399563413!261436!1
X-Originating-IP: [209.85.214.182]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	ML_RADAR_SPEW_LINKS_14,ML_RADAR_SPEW_LINKS_19,ML_RADAR_SPEW_LINKS_8,
	RCVD_BY_IP,spamassassin: ,async_handler: 
	YXN5bmNfZGVsYXk6IDcwNjIxMTYgKHRpbWVvdXQp\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21856 invoked from network); 8 May 2014 15:36:54 -0000
Received: from mail-ob0-f182.google.com (HELO mail-ob0-f182.google.com)
	(209.85.214.182)
	by server-11.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	8 May 2014 15:36:54 -0000
Received: by mail-ob0-f182.google.com with SMTP id wn1so3276327obc.27
	for <xen-api@lists.xen.org>; Thu, 08 May 2014 08:36:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=j+pnLxyPNcHC3y8YHNMCor8F7Y7lCf32Zva7siGKb+o=;
	b=opDXSqiYJNXoOnRc5w3v9xIaoSItbhj+dqCAN9Ym9G7OUE8GRSTdPDdvcQ62HP11qQ
	3f535hTFhllszMzafeHU/5+AVfqLD4RAVW9JFs65ueSWYscnD9pEUY458mVGlHifdhA+
	pCWSRGPoKRmLMS0K7JE9nrPgSgOQrFQAJGI3fQYgUCg5rWOalG2C50RJu1/ZzV2l0YT+
	0M350Kd8jCyhjkN+qFDL44WcVnYxQaF/AIlfuCAb2X/IkfjjbNai47PSCdArE3O92QQE
	P0srU+jOvnqPgImmuu5N9oeFC2sB3GS217ICaJayd7xgNetcFVGWx5ZJbs3msk0eso/O
	ZqEg==
MIME-Version: 1.0
X-Received: by 10.182.229.34 with SMTP id sn2mr5857374obc.6.1399563412603;
	Thu, 08 May 2014 08:36:52 -0700 (PDT)
Received: by 10.76.157.199 with HTTP; Thu, 8 May 2014 08:36:52 -0700 (PDT)
Date: Thu, 8 May 2014 16:36:52 +0100
Message-ID: <CAC39kdwWqJg0MDD8S5Fu6dni-999NQ7Rna1GuZBNQ0BkRjgZbQ@mail.gmail.com>
From: Dimosthenis Pediaditakis <dimosthenes@gmail.com>
To: xen-api@lists.xen.org
Subject: [Xen-API] Credit scheduler tuning knobs
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6069814306256357308=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============6069814306256357308==
Content-Type: multipart/alternative; boundary=001a113497500c8d9504f8e54085

--001a113497500c8d9504f8e54085
Content-Type: text/plain; charset=UTF-8

Hi everyone,
In short, I was wondering if XEN-API supports a configuraiton option
similar to the cpu-pools of the XL toolchain:
http://wiki.xen.org/wiki/Cpupools_Howto

I am mainly interested in setting via XEN-API (xe)  the following
parameters of the credit scheduler:
 - time slice
 - rate limit

After quick look in the sources of XL, it seems that ends up issuing the
following hypercall:
XEN_DOMCTL_SCHEDOP_putinfo
see here: http://goo.gl/KQjlTR


Is there a way to send hypervisor the same hypercall via XEN-API ?
I would like to avoid hard-coding the time-slice and ratelimit value in the
sources of Xen.

Thank you,
Dimos

--001a113497500c8d9504f8e54085
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-size:small">Hi =
everyone,=C2=A0</div><div class=3D"gmail_default" style=3D"font-size:small"=
>In short, I was wondering if XEN-API supports a configuraiton option simil=
ar to the cpu-pools of the XL toolchain:</div>
<div class=3D"gmail_default" style><a href=3D"http://wiki.xen.org/wiki/Cpup=
ools_Howto">http://wiki.xen.org/wiki/Cpupools_Howto</a><br></div><div class=
=3D"gmail_default" style><br></div><div class=3D"gmail_default" style>I am =
mainly interested in setting via XEN-API (xe) =C2=A0the following parameter=
s of the credit scheduler:</div>
<div class=3D"gmail_default" style>=C2=A0- time slice</div><div class=3D"gm=
ail_default" style>=C2=A0- rate limit</div><div class=3D"gmail_default" sty=
le><br></div><div class=3D"gmail_default" style>After quick look in the sou=
rces of XL, it seems that ends up issuing the following hypercall:</div>
<div class=3D"gmail_default" style><span style=3D"color:rgb(0,0,0);font-fam=
ily:monospace;font-size:12px;white-space:pre">XEN_DOMCTL_SCHEDOP_putinfo</s=
pan><br></div><div class=3D"gmail_default" style><span style=3D"color:rgb(0=
,0,0);font-family:monospace;font-size:12px;white-space:pre">see here: </spa=
n><font color=3D"#000000" face=3D"monospace"><span style=3D"font-size:12px;=
white-space:pre"><a href=3D"http://goo.gl/KQjlTR">http://goo.gl/KQjlTR</a><=
/span></font></div>
<div class=3D"gmail_default" style><br></div><div class=3D"gmail_default" s=
tyle><br></div><div class=3D"gmail_default" style>Is there a way to send hy=
pervisor the same hypercall via XEN-API ?</div><div class=3D"gmail_default"=
 style>
I would like to avoid hard-coding the time-slice and ratelimit value in the=
 sources of Xen.</div><div class=3D"gmail_default" style><br></div><div cla=
ss=3D"gmail_default" style>Thank you,</div><div class=3D"gmail_default" sty=
le>
Dimos</div><div class=3D"gmail_default" style><br></div><div class=3D"gmail=
_default" style><br></div><div class=3D"gmail_default" style><br></div><div=
 class=3D"gmail_default" style><br></div></div>

--001a113497500c8d9504f8e54085--


--===============6069814306256357308==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============6069814306256357308==--


From xen-api-bounces@lists.xen.org Mon May 12 09:30:09 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 12 May 2014 09:30:09 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WjmYZ-00044k-EQ; Mon, 12 May 2014 09:29:59 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <blackstn10@gmail.com>)
	id 1WjmYY-00044c-9C; Mon, 12 May 2014 09:29:58 +0000
Received: from [85.158.143.35:32447] by server-3.bemta-4.messagelabs.com id
	E8/A1-13602-59490735; Mon, 12 May 2014 09:29:57 +0000
X-Env-Sender: blackstn10@gmail.com
X-Msg-Ref: server-5.tower-21.messagelabs.com!1399886995!4244739!1
X-Originating-IP: [209.85.220.41]
X-SpamReason: No, hits=1.9 required=7.0 tests=HTML_FONT_LOW_CONTRAST,
	HTML_MESSAGE, MIME_BASE64_TEXT, MIME_BOUND_NEXTPART,
	ML_RADAR_SPEW_LINKS_14, spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5766 invoked from network); 12 May 2014 09:29:56 -0000
Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com)
	(209.85.220.41)
	by server-5.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	12 May 2014 09:29:56 -0000
Received: by mail-pa0-f41.google.com with SMTP id lj1so8074239pab.14
	for <multiple recipients>; Mon, 12 May 2014 02:29:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:subject:mime-version:message-id:content-type;
	bh=nQmke883fjTiZ8OTF1fL/jnhh3CudBC/DPSNth9rzUs=;
	b=YwU4NmYNbWyVs/QPO6D5hb8knBPjzkd1bu8fqjdRe1ac4iFnEuIUWHziBX8mf8w8iD
	P2PsaVH7awpgjbj70hrNM4eBBgEwUNz7Y4SwYPeTdtnmuGsdFUfA6JcDznaQiYxc1RRJ
	opnV43sapG8bZ/lx8mvo5ykuF/t90KUz3ByU1A8oKr9fWU2Gz8hpjdX00TkBFo6obETz
	xMx0sDwmwuJaj9EwgzuFrc4TpQmkoel7pykanQqoTmAAtwPYo+awGsHua0baaYV8e9Uq
	QUQuVid2B8WiL+LGpRu/9G1tjAptBcLLeIeGSN+JMmGwbvyl1GoU8Yp5iDLeDE9mtZEN
	u/zg==
X-Received: by 10.66.155.102 with SMTP id vv6mr53477970pab.89.1399886994622;
	Mon, 12 May 2014 02:29:54 -0700 (PDT)
Received: from yunshan-ray ([124.205.174.146]) by mx.google.com with ESMTPSA id
	qv3sm21732769pbb.87.2014.05.12.02.29.51 for <multiple recipients>
	(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
	Mon, 12 May 2014 02:29:54 -0700 (PDT)
Date: Mon, 12 May 2014 17:29:51 +0800
From: =?GB2312?B?yq/A2g==?= <blackstn10@gmail.com>
To: xen-users <xen-users@lists.xen.org>, 
	xen-api <xen-api@lists.xen.org>
X-Priority: 3
X-Has-Attach: no
X-Mailer: Foxmail 7, 2, 5, 136[cn]
Mime-Version: 1.0
Message-ID: <2014051217294692312526@gmail.com>
Subject: [Xen-API] How to live migrate the vms out when the host reside them
	is full
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0661384127510052823=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is a multi-part message in MIME format.

--===============0661384127510052823==
Content-Type: multipart/alternative;
	boundary="----=_001_NextPart345412016755_=----"

This is a multi-part message in MIME format.

------=_001_NextPart345412016755_=----
Content-Type: text/plain;
	charset="GB2312"
Content-Transfer-Encoding: base64

SGVsbG8gRXhwZXJ0cywNCkkgd2FudCB0byB1cGdyYWRlIHRoZSBob3N0IGFuZCBoYXZlIHRvIG1p
Z3JhdGUgYWxsIG9mIHZtcyBvbiBpdCB0byB0aGUgb3RoZXIgb25lLCAgYnV0IGl0IGZhaWxlZCBi
ZWNhdXNlIHRoZSBzb3VyY2UgaG9zdCBpcyBhbHJlYWR5IGZ1bGwsIG5vIGV4dHJhIGRpc2sgc3Bh
Y2UgdG8gYWxsb2MgdGVtcG9yYXJ5IHZkaXMgdG8gbWlycm9yLg0KRG8geW91IGhhdmUgYmV0dGVy
IHdheSBvciB3b3JrYXJvdW5kIHRvIHJlc292bGUgaXQ/IFRoZSBTUiBpcyBsb2NhbCBMVk0gdHlw
ZS4NClRoYW5rcyANCg0KDQoNCg==

------=_001_NextPart345412016755_=----
Content-Type: text/html;
	charset="GB2312"
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charse=
t=3DGB2312"><style>body { line-height: 1.5; }body { font-size: 10.5pt; fon=
t-family: =CE=A2=C8=ED=D1=C5=BA=DA; color: rgb(0, 0, 0); line-height: 1.5;=
 }</style></head><body>=0A<div><span></span>Hello Experts,</div><div><span=
 style=3D"font-size: 10.5pt; line-height: 1.5; background-color: window;">=
I want to upgrade the host and have to migrate all of vms on it to the oth=
er one, &nbsp;but it failed because the source host</span><span style=3D"b=
ackground-color: window; font-size: 10.5pt; line-height: 1.5;">&nbsp;is al=
ready full, no extra disk space to alloc temporary vdis to mirror.</span><=
/div><div><span style=3D"background-color: window; font-size: 10.5pt; line=
-height: 1.5;">Do you have better way or workaround to resovle it? The SR =
is local LVM type.</span></div><div><span style=3D"background-color: windo=
w; font-size: 10.5pt; line-height: 1.5;">Thanks&nbsp;</span></div><hr styl=
e=3D"width: 210px; height: 1px;" color=3D"#b5c4df" size=3D"1" align=3D"lef=
t">=0A<div><br></div>=0A</body></html>
------=_001_NextPart345412016755_=------



--===============0661384127510052823==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============0661384127510052823==--



From xen-api-bounces@lists.xen.org Mon May 12 09:30:09 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 12 May 2014 09:30:09 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WjmYZ-00044k-EQ; Mon, 12 May 2014 09:29:59 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <blackstn10@gmail.com>)
	id 1WjmYY-00044c-9C; Mon, 12 May 2014 09:29:58 +0000
Received: from [85.158.143.35:32447] by server-3.bemta-4.messagelabs.com id
	E8/A1-13602-59490735; Mon, 12 May 2014 09:29:57 +0000
X-Env-Sender: blackstn10@gmail.com
X-Msg-Ref: server-5.tower-21.messagelabs.com!1399886995!4244739!1
X-Originating-IP: [209.85.220.41]
X-SpamReason: No, hits=1.9 required=7.0 tests=HTML_FONT_LOW_CONTRAST,
	HTML_MESSAGE, MIME_BASE64_TEXT, MIME_BOUND_NEXTPART,
	ML_RADAR_SPEW_LINKS_14, spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5766 invoked from network); 12 May 2014 09:29:56 -0000
Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com)
	(209.85.220.41)
	by server-5.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	12 May 2014 09:29:56 -0000
Received: by mail-pa0-f41.google.com with SMTP id lj1so8074239pab.14
	for <multiple recipients>; Mon, 12 May 2014 02:29:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:subject:mime-version:message-id:content-type;
	bh=nQmke883fjTiZ8OTF1fL/jnhh3CudBC/DPSNth9rzUs=;
	b=YwU4NmYNbWyVs/QPO6D5hb8knBPjzkd1bu8fqjdRe1ac4iFnEuIUWHziBX8mf8w8iD
	P2PsaVH7awpgjbj70hrNM4eBBgEwUNz7Y4SwYPeTdtnmuGsdFUfA6JcDznaQiYxc1RRJ
	opnV43sapG8bZ/lx8mvo5ykuF/t90KUz3ByU1A8oKr9fWU2Gz8hpjdX00TkBFo6obETz
	xMx0sDwmwuJaj9EwgzuFrc4TpQmkoel7pykanQqoTmAAtwPYo+awGsHua0baaYV8e9Uq
	QUQuVid2B8WiL+LGpRu/9G1tjAptBcLLeIeGSN+JMmGwbvyl1GoU8Yp5iDLeDE9mtZEN
	u/zg==
X-Received: by 10.66.155.102 with SMTP id vv6mr53477970pab.89.1399886994622;
	Mon, 12 May 2014 02:29:54 -0700 (PDT)
Received: from yunshan-ray ([124.205.174.146]) by mx.google.com with ESMTPSA id
	qv3sm21732769pbb.87.2014.05.12.02.29.51 for <multiple recipients>
	(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
	Mon, 12 May 2014 02:29:54 -0700 (PDT)
Date: Mon, 12 May 2014 17:29:51 +0800
From: =?GB2312?B?yq/A2g==?= <blackstn10@gmail.com>
To: xen-users <xen-users@lists.xen.org>, 
	xen-api <xen-api@lists.xen.org>
X-Priority: 3
X-Has-Attach: no
X-Mailer: Foxmail 7, 2, 5, 136[cn]
Mime-Version: 1.0
Message-ID: <2014051217294692312526@gmail.com>
Subject: [Xen-API] How to live migrate the vms out when the host reside them
	is full
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0661384127510052823=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is a multi-part message in MIME format.

--===============0661384127510052823==
Content-Type: multipart/alternative;
	boundary="----=_001_NextPart345412016755_=----"

This is a multi-part message in MIME format.

------=_001_NextPart345412016755_=----
Content-Type: text/plain;
	charset="GB2312"
Content-Transfer-Encoding: base64

SGVsbG8gRXhwZXJ0cywNCkkgd2FudCB0byB1cGdyYWRlIHRoZSBob3N0IGFuZCBoYXZlIHRvIG1p
Z3JhdGUgYWxsIG9mIHZtcyBvbiBpdCB0byB0aGUgb3RoZXIgb25lLCAgYnV0IGl0IGZhaWxlZCBi
ZWNhdXNlIHRoZSBzb3VyY2UgaG9zdCBpcyBhbHJlYWR5IGZ1bGwsIG5vIGV4dHJhIGRpc2sgc3Bh
Y2UgdG8gYWxsb2MgdGVtcG9yYXJ5IHZkaXMgdG8gbWlycm9yLg0KRG8geW91IGhhdmUgYmV0dGVy
IHdheSBvciB3b3JrYXJvdW5kIHRvIHJlc292bGUgaXQ/IFRoZSBTUiBpcyBsb2NhbCBMVk0gdHlw
ZS4NClRoYW5rcyANCg0KDQoNCg==

------=_001_NextPart345412016755_=----
Content-Type: text/html;
	charset="GB2312"
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charse=
t=3DGB2312"><style>body { line-height: 1.5; }body { font-size: 10.5pt; fon=
t-family: =CE=A2=C8=ED=D1=C5=BA=DA; color: rgb(0, 0, 0); line-height: 1.5;=
 }</style></head><body>=0A<div><span></span>Hello Experts,</div><div><span=
 style=3D"font-size: 10.5pt; line-height: 1.5; background-color: window;">=
I want to upgrade the host and have to migrate all of vms on it to the oth=
er one, &nbsp;but it failed because the source host</span><span style=3D"b=
ackground-color: window; font-size: 10.5pt; line-height: 1.5;">&nbsp;is al=
ready full, no extra disk space to alloc temporary vdis to mirror.</span><=
/div><div><span style=3D"background-color: window; font-size: 10.5pt; line=
-height: 1.5;">Do you have better way or workaround to resovle it? The SR =
is local LVM type.</span></div><div><span style=3D"background-color: windo=
w; font-size: 10.5pt; line-height: 1.5;">Thanks&nbsp;</span></div><hr styl=
e=3D"width: 210px; height: 1px;" color=3D"#b5c4df" size=3D"1" align=3D"lef=
t">=0A<div><br></div>=0A</body></html>
------=_001_NextPart345412016755_=------



--===============0661384127510052823==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============0661384127510052823==--



From xen-api-bounces@lists.xen.org Wed May 14 11:44:11 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 11:44:11 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkXbP-0004FM-24; Wed, 14 May 2014 11:44:03 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1WkXbM-0004FE-Sa
	for xen-api@lists.xen.org; Wed, 14 May 2014 11:44:01 +0000
Received: from [193.109.254.147:64231] by server-3.bemta-14.messagelabs.com id
	67/18-22179-00753735; Wed, 14 May 2014 11:44:00 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1400067838!4723210!1
X-Originating-IP: [209.85.212.178]
X-SpamReason: No, hits=0.0 required=7.0 tests=HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11936 invoked from network); 14 May 2014 11:43:58 -0000
Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com)
	(209.85.212.178)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 11:43:58 -0000
Received: by mail-wi0-f178.google.com with SMTP id hm4so2210991wib.17
	for <xen-api@lists.xen.org>; Wed, 14 May 2014 04:43:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type;
	bh=zW9jqh7s+zZMBDJz6GKmifrtTh26DBUMHlxFgcdCBlo=;
	b=y5FIv/wuswOBLSLy9XRy3U9rnbMlYLIhDr2n9pGqb/1DIJPcZUDiFD/LjnFP+LFV1l
	EoSwH53+C9QyEeAMd9akw6S+NoVxBiH7Ki1ecxlQ15OXDJfptLAEkvo5DE1EIpr0cLg9
	QHGOTmYjtraVJkEe85pJEMh0zBQupBQSkd0iFtrQF8aABMuGn9xUN8CCZGUF/CA8kYsp
	yJsWpcYyk/7sV/CL/tp+UL9wSxJfCIfB1WlSIxtLC9NpEqX87he/Iqm5lFZ5f1SiNpM2
	P0dxUCFsH1L5vUAJpecjAIi0ubUfeDI0ioZVp+PpBj0LgMgI51bKDR0v96tZqhuGuY94
	/Spg==
X-Received: by 10.180.108.242 with SMTP id hn18mr3134741wib.34.1400067838512; 
	Wed, 14 May 2014 04:43:58 -0700 (PDT)
Received: from [172.16.26.11] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id y10sm3532388wix.24.2014.05.14.04.43.57
	for <xen-api@lists.xen.org>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 14 May 2014 04:43:57 -0700 (PDT)
Message-ID: <537356FC.3060207@xen.org>
Date: Wed, 14 May 2014 12:43:56 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: [Xen-API] Xen Project Developer Summit Update : CfP closes in two
	days
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1714823116571086526=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is a multi-part message in MIME format.
--===============1714823116571086526==
Content-Type: multipart/alternative;
 boundary="------------000607050305020907000403"

This is a multi-part message in MIME format.
--------------000607050305020907000403
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

The Xen Project Developer Summit is approaching: theCall For 
Participation 
<http://events.linuxfoundation.org/events/xen-project-developer-summit/program/cfp>will 
be open for two more days until*/May 16, 2014 11:55pm (EST)/*.


    Our Program Management Committee

I wanted to also take the opportunity to introduce this year's Program 
Management Committee.

  * *Amir Chaudhry (University of Cambridge):*Amir is a post-doc at the
    Cambridge Computer Lab. Amir is program manager at OCaml Labs and
    runs community outearch activities in Mirage OS, a Xen Project team.
  * *Boris Ostrovski (Oracle):*Boris is working on various Linux and Xen
    Project components and is also maintainer of a number of Xen project
    subsystems. He is also a Google Summer of Code Mentor.
  * *Dario Faggioli (Citrix):*Dario has interacted with the Linux kernel
    as part of his PhD working on real-time scheduling and other
    embedded technologies. He now works on various Xen Project
    components and is the Xen Project Blog Czar.
  * *Lars Kurth (Chairman of the Xen Project Advisory Board):*Lars has
    been working as Community Manager for the Xen Project for 3 years
    now and also chairs the Xen Project Advisory Board and other Xen
    Project Working Groups.


    Developer Summit Program Announcement

We are aiming to publish the Xen Project Developer Summit program in 
the/1st week of June/. People who have submitted talks, should get an 
acceptance e-mail a week before.


    Birds of a Feather Sessions & Discussion Groups

This year we will again have space for Birds of a Feather Sessions & 
Discussion Groups. We will publish how you can request a BoF a little 
bit closer to the event. In the meantime you should be aware of the 
ground rules for BoFs:

  * Each BoF host will get 3-5 minutes (depending on the number of BoFs
    on the day) to pitch your BoF to the entire audience. Slides are not
    allowed.
  * After we publish the Xen Project Developer schedule, community
    members that have registered for the summit can submit a request to
    host a BoF (specifying a couple of slots in preference order)
  * BoFs are small discussion groups, not presentations. You are
    expected to take notes (or nominate an attendee to do so) and post
    discussion notes on one of our mailing lists after the summit.


    Developer Meeting

I am also pleased to announce that we will also be hosting a 1/2 day Xen 
Project Developer Meeting the day after the Xen Project Developer 
Summit. Spaces are limited: the event is open to all members of the 
Developer Community. More details will follow soon.


    Where to stay at the summit

Discounted hotels are listed at theevent website 
<http://events.linuxfoundation.org/events/xen-project-developer-summit/attend/hotel-and-travel>at 
the price of 199 USD per night including wifi. Reservations have to be 
made by/July 30th/. We are sharing a room block with other Linux 
Foundation events, so please book early.


--------------000607050305020907000403
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">The Xen Project Developer Summit
      is approaching: the<span class="Apple-converted-space">&nbsp;</span><a
href="http://events.linuxfoundation.org/events/xen-project-developer-summit/program/cfp"
data-mce-href="http://events.linuxfoundation.org/events/xen-project-developer-summit/program/cfp">Call
        For Participation</a><span class="Apple-converted-space">&nbsp;</span>will
      be open for two more days until<span class="Apple-converted-space">&nbsp;</span><b><em>May
          16, 2014 11:55pm (EST)</em></b>.</p>
    <h2 style="font-size: 1.5em; color: rgb(51, 51, 51); font-family:
      Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
      font-style: normal; font-variant: normal; letter-spacing: normal;
      line-height: 19px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">Our Program
      Management Committee</h2>
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">I wanted to also take the
      opportunity to introduce this year&#8217;s Program Management Committee.</p>
    <ul style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">
      <li><b>Amir Chaudhry (University of Cambridge):</b><span
          class="Apple-converted-space">&nbsp;</span>Amir is a post-doc at
        the Cambridge Computer Lab. Amir is program manager at OCaml
        Labs and runs community outearch activities in Mirage OS, a Xen
        Project team.</li>
      <li><b>Boris Ostrovski (Oracle):</b><span
          class="Apple-converted-space">&nbsp;</span>Boris is working on
        various Linux and Xen Project components and is also maintainer
        of a number of Xen project subsystems. He is also a Google
        Summer of Code Mentor.</li>
      <li><b>Dario Faggioli (Citrix):</b><span
          class="Apple-converted-space">&nbsp;</span>Dario has interacted
        with the Linux kernel as part of his PhD working on real-time
        scheduling and other embedded technologies. He now works on
        various Xen Project components and is the Xen Project Blog Czar.</li>
      <li><b>Lars Kurth (Chairman of the Xen Project Advisory Board):</b><span
          class="Apple-converted-space">&nbsp;</span>Lars has been working as
        Community Manager for the Xen Project for 3 years now and also
        chairs the Xen Project Advisory Board and other Xen Project
        Working Groups.</li>
    </ul>
    <h2 style="font-size: 1.5em; color: rgb(51, 51, 51); font-family:
      Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
      font-style: normal; font-variant: normal; letter-spacing: normal;
      line-height: 19px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">Developer
      Summit Program Announcement</h2>
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">We are aiming to publish the Xen
      Project Developer Summit program in the<span
        class="Apple-converted-space">&nbsp;</span><em>1st week of June</em>.
      People who have submitted talks, should get an acceptance e-mail a
      week before.</p>
    <h2 style="font-size: 1.5em; color: rgb(51, 51, 51); font-family:
      Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
      font-style: normal; font-variant: normal; letter-spacing: normal;
      line-height: 19px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">Birds of a
      Feather Sessions &amp; Discussion Groups</h2>
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">This year we will again have
      space for Birds of a Feather Sessions &amp; Discussion Groups. We
      will publish how you can request a BoF a little bit closer to the
      event. In the meantime you should be aware of the ground rules for
      BoFs:</p>
    <ul style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">
      <li>Each BoF host will get 3-5 minutes (depending on the number of
        BoFs on the day) to pitch your BoF to the entire audience.
        Slides are not allowed.</li>
      <li>After we publish the Xen Project Developer schedule, community
        members that have registered for the summit can submit a request
        to host a BoF (specifying a couple of slots in preference order)</li>
      <li>BoFs are small discussion groups, not presentations. You are
        expected to take notes (or nominate an attendee to do so) and
        post discussion notes on one of our mailing lists after the
        summit.</li>
    </ul>
    <h2 style="font-size: 1.5em; color: rgb(51, 51, 51); font-family:
      Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
      font-style: normal; font-variant: normal; letter-spacing: normal;
      line-height: 19px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">Developer
      Meeting</h2>
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">I am also pleased to announce
      that we will also be hosting a 1/2 day Xen Project Developer
      Meeting the day after the Xen Project Developer Summit. Spaces are
      limited: the event is open to all members of the Developer
      Community. More details will follow soon.</p>
    <h2 style="font-size: 1.5em; color: rgb(51, 51, 51); font-family:
      Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
      font-style: normal; font-variant: normal; letter-spacing: normal;
      line-height: 19px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">Where to stay
      at the summit</h2>
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">Discounted hotels are listed at
      the<span class="Apple-converted-space">&nbsp;</span><a
href="http://events.linuxfoundation.org/events/xen-project-developer-summit/attend/hotel-and-travel"
data-mce-href="http://events.linuxfoundation.org/events/xen-project-developer-summit/attend/hotel-and-travel">event
        website</a><span class="Apple-converted-space">&nbsp;</span>at the
      price of 199 USD per night including wifi. Reservations have to be
      made by<span class="Apple-converted-space">&nbsp;</span><em>July 30th</em>.
      We are sharing a room block with other Linux Foundation events, so
      please book early.</p>
  </body>
</html>

--------------000607050305020907000403--


--===============1714823116571086526==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============1714823116571086526==--


From xen-api-bounces@lists.xen.org Wed May 14 11:44:11 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 11:44:11 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkXbP-0004FM-24; Wed, 14 May 2014 11:44:03 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1WkXbM-0004FE-Sa
	for xen-api@lists.xen.org; Wed, 14 May 2014 11:44:01 +0000
Received: from [193.109.254.147:64231] by server-3.bemta-14.messagelabs.com id
	67/18-22179-00753735; Wed, 14 May 2014 11:44:00 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1400067838!4723210!1
X-Originating-IP: [209.85.212.178]
X-SpamReason: No, hits=0.0 required=7.0 tests=HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11936 invoked from network); 14 May 2014 11:43:58 -0000
Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com)
	(209.85.212.178)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 11:43:58 -0000
Received: by mail-wi0-f178.google.com with SMTP id hm4so2210991wib.17
	for <xen-api@lists.xen.org>; Wed, 14 May 2014 04:43:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type;
	bh=zW9jqh7s+zZMBDJz6GKmifrtTh26DBUMHlxFgcdCBlo=;
	b=y5FIv/wuswOBLSLy9XRy3U9rnbMlYLIhDr2n9pGqb/1DIJPcZUDiFD/LjnFP+LFV1l
	EoSwH53+C9QyEeAMd9akw6S+NoVxBiH7Ki1ecxlQ15OXDJfptLAEkvo5DE1EIpr0cLg9
	QHGOTmYjtraVJkEe85pJEMh0zBQupBQSkd0iFtrQF8aABMuGn9xUN8CCZGUF/CA8kYsp
	yJsWpcYyk/7sV/CL/tp+UL9wSxJfCIfB1WlSIxtLC9NpEqX87he/Iqm5lFZ5f1SiNpM2
	P0dxUCFsH1L5vUAJpecjAIi0ubUfeDI0ioZVp+PpBj0LgMgI51bKDR0v96tZqhuGuY94
	/Spg==
X-Received: by 10.180.108.242 with SMTP id hn18mr3134741wib.34.1400067838512; 
	Wed, 14 May 2014 04:43:58 -0700 (PDT)
Received: from [172.16.26.11] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id y10sm3532388wix.24.2014.05.14.04.43.57
	for <xen-api@lists.xen.org>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 14 May 2014 04:43:57 -0700 (PDT)
Message-ID: <537356FC.3060207@xen.org>
Date: Wed, 14 May 2014 12:43:56 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: [Xen-API] Xen Project Developer Summit Update : CfP closes in two
	days
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1714823116571086526=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is a multi-part message in MIME format.
--===============1714823116571086526==
Content-Type: multipart/alternative;
 boundary="------------000607050305020907000403"

This is a multi-part message in MIME format.
--------------000607050305020907000403
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

The Xen Project Developer Summit is approaching: theCall For 
Participation 
<http://events.linuxfoundation.org/events/xen-project-developer-summit/program/cfp>will 
be open for two more days until*/May 16, 2014 11:55pm (EST)/*.


    Our Program Management Committee

I wanted to also take the opportunity to introduce this year's Program 
Management Committee.

  * *Amir Chaudhry (University of Cambridge):*Amir is a post-doc at the
    Cambridge Computer Lab. Amir is program manager at OCaml Labs and
    runs community outearch activities in Mirage OS, a Xen Project team.
  * *Boris Ostrovski (Oracle):*Boris is working on various Linux and Xen
    Project components and is also maintainer of a number of Xen project
    subsystems. He is also a Google Summer of Code Mentor.
  * *Dario Faggioli (Citrix):*Dario has interacted with the Linux kernel
    as part of his PhD working on real-time scheduling and other
    embedded technologies. He now works on various Xen Project
    components and is the Xen Project Blog Czar.
  * *Lars Kurth (Chairman of the Xen Project Advisory Board):*Lars has
    been working as Community Manager for the Xen Project for 3 years
    now and also chairs the Xen Project Advisory Board and other Xen
    Project Working Groups.


    Developer Summit Program Announcement

We are aiming to publish the Xen Project Developer Summit program in 
the/1st week of June/. People who have submitted talks, should get an 
acceptance e-mail a week before.


    Birds of a Feather Sessions & Discussion Groups

This year we will again have space for Birds of a Feather Sessions & 
Discussion Groups. We will publish how you can request a BoF a little 
bit closer to the event. In the meantime you should be aware of the 
ground rules for BoFs:

  * Each BoF host will get 3-5 minutes (depending on the number of BoFs
    on the day) to pitch your BoF to the entire audience. Slides are not
    allowed.
  * After we publish the Xen Project Developer schedule, community
    members that have registered for the summit can submit a request to
    host a BoF (specifying a couple of slots in preference order)
  * BoFs are small discussion groups, not presentations. You are
    expected to take notes (or nominate an attendee to do so) and post
    discussion notes on one of our mailing lists after the summit.


    Developer Meeting

I am also pleased to announce that we will also be hosting a 1/2 day Xen 
Project Developer Meeting the day after the Xen Project Developer 
Summit. Spaces are limited: the event is open to all members of the 
Developer Community. More details will follow soon.


    Where to stay at the summit

Discounted hotels are listed at theevent website 
<http://events.linuxfoundation.org/events/xen-project-developer-summit/attend/hotel-and-travel>at 
the price of 199 USD per night including wifi. Reservations have to be 
made by/July 30th/. We are sharing a room block with other Linux 
Foundation events, so please book early.


--------------000607050305020907000403
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">The Xen Project Developer Summit
      is approaching: the<span class="Apple-converted-space">&nbsp;</span><a
href="http://events.linuxfoundation.org/events/xen-project-developer-summit/program/cfp"
data-mce-href="http://events.linuxfoundation.org/events/xen-project-developer-summit/program/cfp">Call
        For Participation</a><span class="Apple-converted-space">&nbsp;</span>will
      be open for two more days until<span class="Apple-converted-space">&nbsp;</span><b><em>May
          16, 2014 11:55pm (EST)</em></b>.</p>
    <h2 style="font-size: 1.5em; color: rgb(51, 51, 51); font-family:
      Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
      font-style: normal; font-variant: normal; letter-spacing: normal;
      line-height: 19px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">Our Program
      Management Committee</h2>
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">I wanted to also take the
      opportunity to introduce this year&#8217;s Program Management Committee.</p>
    <ul style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">
      <li><b>Amir Chaudhry (University of Cambridge):</b><span
          class="Apple-converted-space">&nbsp;</span>Amir is a post-doc at
        the Cambridge Computer Lab. Amir is program manager at OCaml
        Labs and runs community outearch activities in Mirage OS, a Xen
        Project team.</li>
      <li><b>Boris Ostrovski (Oracle):</b><span
          class="Apple-converted-space">&nbsp;</span>Boris is working on
        various Linux and Xen Project components and is also maintainer
        of a number of Xen project subsystems. He is also a Google
        Summer of Code Mentor.</li>
      <li><b>Dario Faggioli (Citrix):</b><span
          class="Apple-converted-space">&nbsp;</span>Dario has interacted
        with the Linux kernel as part of his PhD working on real-time
        scheduling and other embedded technologies. He now works on
        various Xen Project components and is the Xen Project Blog Czar.</li>
      <li><b>Lars Kurth (Chairman of the Xen Project Advisory Board):</b><span
          class="Apple-converted-space">&nbsp;</span>Lars has been working as
        Community Manager for the Xen Project for 3 years now and also
        chairs the Xen Project Advisory Board and other Xen Project
        Working Groups.</li>
    </ul>
    <h2 style="font-size: 1.5em; color: rgb(51, 51, 51); font-family:
      Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
      font-style: normal; font-variant: normal; letter-spacing: normal;
      line-height: 19px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">Developer
      Summit Program Announcement</h2>
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">We are aiming to publish the Xen
      Project Developer Summit program in the<span
        class="Apple-converted-space">&nbsp;</span><em>1st week of June</em>.
      People who have submitted talks, should get an acceptance e-mail a
      week before.</p>
    <h2 style="font-size: 1.5em; color: rgb(51, 51, 51); font-family:
      Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
      font-style: normal; font-variant: normal; letter-spacing: normal;
      line-height: 19px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">Birds of a
      Feather Sessions &amp; Discussion Groups</h2>
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">This year we will again have
      space for Birds of a Feather Sessions &amp; Discussion Groups. We
      will publish how you can request a BoF a little bit closer to the
      event. In the meantime you should be aware of the ground rules for
      BoFs:</p>
    <ul style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">
      <li>Each BoF host will get 3-5 minutes (depending on the number of
        BoFs on the day) to pitch your BoF to the entire audience.
        Slides are not allowed.</li>
      <li>After we publish the Xen Project Developer schedule, community
        members that have registered for the summit can submit a request
        to host a BoF (specifying a couple of slots in preference order)</li>
      <li>BoFs are small discussion groups, not presentations. You are
        expected to take notes (or nominate an attendee to do so) and
        post discussion notes on one of our mailing lists after the
        summit.</li>
    </ul>
    <h2 style="font-size: 1.5em; color: rgb(51, 51, 51); font-family:
      Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
      font-style: normal; font-variant: normal; letter-spacing: normal;
      line-height: 19px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">Developer
      Meeting</h2>
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">I am also pleased to announce
      that we will also be hosting a 1/2 day Xen Project Developer
      Meeting the day after the Xen Project Developer Summit. Spaces are
      limited: the event is open to all members of the Developer
      Community. More details will follow soon.</p>
    <h2 style="font-size: 1.5em; color: rgb(51, 51, 51); font-family:
      Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
      font-style: normal; font-variant: normal; letter-spacing: normal;
      line-height: 19px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">Where to stay
      at the summit</h2>
    <p style="color: rgb(51, 51, 51); font-family: Georgia, 'Times New
      Roman', 'Bitstream Charter', Times, serif; font-size: 13px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 19px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: auto; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">Discounted hotels are listed at
      the<span class="Apple-converted-space">&nbsp;</span><a
href="http://events.linuxfoundation.org/events/xen-project-developer-summit/attend/hotel-and-travel"
data-mce-href="http://events.linuxfoundation.org/events/xen-project-developer-summit/attend/hotel-and-travel">event
        website</a><span class="Apple-converted-space">&nbsp;</span>at the
      price of 199 USD per night including wifi. Reservations have to be
      made by<span class="Apple-converted-space">&nbsp;</span><em>July 30th</em>.
      We are sharing a room block with other Linux Foundation events, so
      please book early.</p>
  </body>
</html>

--------------000607050305020907000403--


--===============1714823116571086526==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============1714823116571086526==--


From xen-api-bounces@lists.xen.org Wed May 14 12:34:02 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 12:34:02 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkYNa-0000df-Uv; Wed, 14 May 2014 12:33:50 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jjl25@cam.ac.uk>) id 1WkDYF-0005Sy-GA
	for xen-api@lists.xenproject.org; Tue, 13 May 2014 14:19:27 +0000
Received: from [85.158.139.211:27749] by server-5.bemta-5.messagelabs.com id
	83/53-06049-EE922735; Tue, 13 May 2014 14:19:26 +0000
X-Env-Sender: jjl25@cam.ac.uk
X-Msg-Ref: server-12.tower-206.messagelabs.com!1399990766!3987469!1
X-Originating-IP: [131.111.8.151]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMTMxLjExMS44LjE1MSA9PiAxNDE4OTU=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32184 invoked from network); 13 May 2014 14:19:26 -0000
Received: from ppsw-51.csi.cam.ac.uk (HELO ppsw-51.csi.cam.ac.uk)
	(131.111.8.151)
	by server-12.tower-206.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 13 May 2014 14:19:26 -0000
X-Cam-AntiVirus: no malware found
X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/
Received: from dhcp-172-17-154-46.eduroam.lapwing.private.cam.ac.uk
	([172.17.154.46]:39712)
	by ppsw-51.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:587)
	with esmtpsa (PLAIN:jjl25) (TLSv1:DHE-RSA-AES128-SHA:128)
	id 1WkDYD-0001F2-Y1 (Exim 4.82_3-c0e5623)
	(return-path <jjl25@cam.ac.uk>); Tue, 13 May 2014 15:19:25 +0100
Message-ID: <537229ED.7040209@cam.ac.uk>
Date: Tue, 13 May 2014 15:19:25 +0100
From: Jon Ludlam <jjl25@cam.ac.uk>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: lars.kurth@xen.org, 
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>
References: <9AAE0902D5BC7E449B7C8E4E778ABCD0310676@AMSPEX01CL01.citrite.net>
	<535A7FE2.1050703@xen.org> <535A809D.8@eu.citrix.com>
	<535E40F3.4070107@xen.org>
	<9AAE0902D5BC7E449B7C8E4E778ABCD032AAAC@AMSPEX01CL01.citrite.net>
	<5368B0D9.9040008@xen.org>
In-Reply-To: <5368B0D9.9040008@xen.org>
X-Mailman-Approved-At: Wed, 14 May 2014 12:33:49 +0000
Cc: Simon Rowe <Simon.Rowe@citrix.com>, Paul Durrant <Paul.Durrant@citrix.com>,
	Keith Petley <keith.petley@citrix.com>
Subject: Re: [Xen-API] project lead nomination
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Thanks all.

So my first act as project lead is to attempt to demote everyone who
voted for me. For the best possible reasons, of course :-)

The current list of committers is very much at odds with the real state
of the xapi project, and I suspect it simply reflects the team dev leads
here at Citrix at the time the Xen Project joined the Linux Foundation.
So I propose we reset the list to reflect more accurately the set of
people who are actually committing. To use something concrete as a basis
for nominating people I had a quick look over the actual commits on
github in the master branches of all of the repositories under the
xapi-project since July last year and have a proposed list:

    David Scott
    John Else
    Jon Ludlam
    Si Beaumont
    Rob Hoes
    Thanos Makatos
    Zheng Li
    Euan Harris
    Konstantina Chremmou
    Thomas Sanders
    Germano Percossi
    Vineeth Thampi Raveendran

Notably, as I said at the top, this list doesn't contain any of the
current committers (excluding me). If I have missed anyone off who feels
they should be on the list please let me know. Any other comments are
also very welcome.

Lars, what's the procedure for making this sort of change?

Jon


On 06/05/14 10:52, Lars Kurth wrote:
> OK, this means that Jonathan Ludlam is confirmed
> I updated the page at http://xenproject.org/developers/teams/xapi.html
> Regards
> Lars
>


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 14 12:34:02 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 12:34:02 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkYNa-0000df-Uv; Wed, 14 May 2014 12:33:50 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jjl25@cam.ac.uk>) id 1WkDYF-0005Sy-GA
	for xen-api@lists.xenproject.org; Tue, 13 May 2014 14:19:27 +0000
Received: from [85.158.139.211:27749] by server-5.bemta-5.messagelabs.com id
	83/53-06049-EE922735; Tue, 13 May 2014 14:19:26 +0000
X-Env-Sender: jjl25@cam.ac.uk
X-Msg-Ref: server-12.tower-206.messagelabs.com!1399990766!3987469!1
X-Originating-IP: [131.111.8.151]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMTMxLjExMS44LjE1MSA9PiAxNDE4OTU=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32184 invoked from network); 13 May 2014 14:19:26 -0000
Received: from ppsw-51.csi.cam.ac.uk (HELO ppsw-51.csi.cam.ac.uk)
	(131.111.8.151)
	by server-12.tower-206.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 13 May 2014 14:19:26 -0000
X-Cam-AntiVirus: no malware found
X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/
Received: from dhcp-172-17-154-46.eduroam.lapwing.private.cam.ac.uk
	([172.17.154.46]:39712)
	by ppsw-51.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:587)
	with esmtpsa (PLAIN:jjl25) (TLSv1:DHE-RSA-AES128-SHA:128)
	id 1WkDYD-0001F2-Y1 (Exim 4.82_3-c0e5623)
	(return-path <jjl25@cam.ac.uk>); Tue, 13 May 2014 15:19:25 +0100
Message-ID: <537229ED.7040209@cam.ac.uk>
Date: Tue, 13 May 2014 15:19:25 +0100
From: Jon Ludlam <jjl25@cam.ac.uk>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: lars.kurth@xen.org, 
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>
References: <9AAE0902D5BC7E449B7C8E4E778ABCD0310676@AMSPEX01CL01.citrite.net>
	<535A7FE2.1050703@xen.org> <535A809D.8@eu.citrix.com>
	<535E40F3.4070107@xen.org>
	<9AAE0902D5BC7E449B7C8E4E778ABCD032AAAC@AMSPEX01CL01.citrite.net>
	<5368B0D9.9040008@xen.org>
In-Reply-To: <5368B0D9.9040008@xen.org>
X-Mailman-Approved-At: Wed, 14 May 2014 12:33:49 +0000
Cc: Simon Rowe <Simon.Rowe@citrix.com>, Paul Durrant <Paul.Durrant@citrix.com>,
	Keith Petley <keith.petley@citrix.com>
Subject: Re: [Xen-API] project lead nomination
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Thanks all.

So my first act as project lead is to attempt to demote everyone who
voted for me. For the best possible reasons, of course :-)

The current list of committers is very much at odds with the real state
of the xapi project, and I suspect it simply reflects the team dev leads
here at Citrix at the time the Xen Project joined the Linux Foundation.
So I propose we reset the list to reflect more accurately the set of
people who are actually committing. To use something concrete as a basis
for nominating people I had a quick look over the actual commits on
github in the master branches of all of the repositories under the
xapi-project since July last year and have a proposed list:

    David Scott
    John Else
    Jon Ludlam
    Si Beaumont
    Rob Hoes
    Thanos Makatos
    Zheng Li
    Euan Harris
    Konstantina Chremmou
    Thomas Sanders
    Germano Percossi
    Vineeth Thampi Raveendran

Notably, as I said at the top, this list doesn't contain any of the
current committers (excluding me). If I have missed anyone off who feels
they should be on the list please let me know. Any other comments are
also very welcome.

Lars, what's the procedure for making this sort of change?

Jon


On 06/05/14 10:52, Lars Kurth wrote:
> OK, this means that Jonathan Ludlam is confirmed
> I updated the page at http://xenproject.org/developers/teams/xapi.html
> Regards
> Lars
>


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 14 12:59:42 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 12:59:42 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkYma-0002D7-Lo; Wed, 14 May 2014 12:59:40 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1WkYmZ-0002CH-0z
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 12:59:39 +0000
Received: from [193.109.254.147:33479] by server-12.bemta-14.messagelabs.com
	id A4/C5-27473-8B863735; Wed, 14 May 2014 12:59:36 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-16.tower-27.messagelabs.com!1400072376!4765575!1
X-Originating-IP: [209.85.212.169]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 25223 invoked from network); 14 May 2014 12:59:36 -0000
Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com)
	(209.85.212.169)
	by server-16.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 12:59:36 -0000
Received: by mail-wi0-f169.google.com with SMTP id hi2so8668674wib.4
	for <xen-api@lists.xenproject.org>;
	Wed, 14 May 2014 05:59:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=0tY6/3hLraMK7pjtKmgDUtLvmLEXSxX84XxdkXkeATQ=;
	b=fcehXHfUFrvtLBdvkMVirjJwAmIlblWh/b+h++6HImhRrc3qSm55Zzz7nzOxAg2Fcj
	kA2SJGfdGbWRJYs/4blEktxkHzb5nwyBLpMOh4EEmCBSfg5qGGktcyhEEfPUgBg0YHH6
	4kbFM8LiG86hr8XHCDZ3duWC8TCpTqxmcoNdcG7MsvYQIAj44gmW0kJORazHxEJbB9kN
	voxEHqp/Kpa9+eujOclIkcHs8ExWEuvBUPIBbwKdOnvBB2CkA+mewdp3jrx31nIkwvZu
	do7lQQ3DEz3p9ialzjzn2XCB2Kcz/BCRE4wYkaFqaH8dj+Z9PJX7rB6DogIV+igcNpUr
	gTyw==
X-Received: by 10.194.80.7 with SMTP id n7mr3128845wjx.8.1400072376074;
	Wed, 14 May 2014 05:59:36 -0700 (PDT)
Received: from [172.16.26.11] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id
	pn9sm27653391wic.17.2014.05.14.05.59.34 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 14 May 2014 05:59:35 -0700 (PDT)
Message-ID: <537368B5.6090503@xen.org>
Date: Wed, 14 May 2014 13:59:33 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>, 
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>
References: <9AAE0902D5BC7E449B7C8E4E778ABCD0310676@AMSPEX01CL01.citrite.net>
	<535A7FE2.1050703@xen.org> <535A809D.8@eu.citrix.com>
	<535E40F3.4070107@xen.org>
	<9AAE0902D5BC7E449B7C8E4E778ABCD032AAAC@AMSPEX01CL01.citrite.net>
	<5368B0D9.9040008@xen.org> <537229ED.7040209@cam.ac.uk>
In-Reply-To: <537229ED.7040209@cam.ac.uk>
Cc: Simon Rowe <Simon.Rowe@citrix.com>, Paul Durrant <Paul.Durrant@citrix.com>,
	Keith Petley <keith.petley@citrix.com>
Subject: Re: [Xen-API] project lead nomination
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 13/05/2014 15:19, Jon Ludlam wrote:
> Thanks all.
>
> So my first act as project lead is to attempt to demote everyone who
> voted for me. For the best possible reasons, of course :-)
>
> The current list of committers is very much at odds with the real state
> of the xapi project, and I suspect it simply reflects the team dev leads
> here at Citrix at the time the Xen Project joined the Linux Foundation.
> So I propose we reset the list to reflect more accurately the set of
> people who are actually committing. To use something concrete as a basis
> for nominating people I had a quick look over the actual commits on
> github in the master branches of all of the repositories under the
> xapi-project since July last year and have a proposed list:
>
>      David Scott
>      John Else
>      Jon Ludlam
>      Si Beaumont
>      Rob Hoesou woulfd
>      Thanos Makatos
>      Zheng Li
>      Euan Harris
>      Konstantina Chremmou
>      Thomas Sanders
>      Germano Percossi
>      Vineeth Thampi Raveendran
>
> Notably, as I said at the top, this list doesn't contain any of the
> current committers (excluding me). If I have missed anyone off who feels
> they should be on the list please let me know. Any other comments are
> also very welcome.
>
> Lars, what's the procedure for making this sort of change?
Make a proposal (as this one) in a separate email clearly labelled as 
such, e.g. proposal to change committers
Get votes from existing committers
Once done, and getting agreeement, I can fix the website as needed

Lars


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 14 12:59:42 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 12:59:42 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkYma-0002D7-Lo; Wed, 14 May 2014 12:59:40 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1WkYmZ-0002CH-0z
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 12:59:39 +0000
Received: from [193.109.254.147:33479] by server-12.bemta-14.messagelabs.com
	id A4/C5-27473-8B863735; Wed, 14 May 2014 12:59:36 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-16.tower-27.messagelabs.com!1400072376!4765575!1
X-Originating-IP: [209.85.212.169]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 25223 invoked from network); 14 May 2014 12:59:36 -0000
Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com)
	(209.85.212.169)
	by server-16.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 12:59:36 -0000
Received: by mail-wi0-f169.google.com with SMTP id hi2so8668674wib.4
	for <xen-api@lists.xenproject.org>;
	Wed, 14 May 2014 05:59:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=0tY6/3hLraMK7pjtKmgDUtLvmLEXSxX84XxdkXkeATQ=;
	b=fcehXHfUFrvtLBdvkMVirjJwAmIlblWh/b+h++6HImhRrc3qSm55Zzz7nzOxAg2Fcj
	kA2SJGfdGbWRJYs/4blEktxkHzb5nwyBLpMOh4EEmCBSfg5qGGktcyhEEfPUgBg0YHH6
	4kbFM8LiG86hr8XHCDZ3duWC8TCpTqxmcoNdcG7MsvYQIAj44gmW0kJORazHxEJbB9kN
	voxEHqp/Kpa9+eujOclIkcHs8ExWEuvBUPIBbwKdOnvBB2CkA+mewdp3jrx31nIkwvZu
	do7lQQ3DEz3p9ialzjzn2XCB2Kcz/BCRE4wYkaFqaH8dj+Z9PJX7rB6DogIV+igcNpUr
	gTyw==
X-Received: by 10.194.80.7 with SMTP id n7mr3128845wjx.8.1400072376074;
	Wed, 14 May 2014 05:59:36 -0700 (PDT)
Received: from [172.16.26.11] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id
	pn9sm27653391wic.17.2014.05.14.05.59.34 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 14 May 2014 05:59:35 -0700 (PDT)
Message-ID: <537368B5.6090503@xen.org>
Date: Wed, 14 May 2014 13:59:33 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>, 
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>
References: <9AAE0902D5BC7E449B7C8E4E778ABCD0310676@AMSPEX01CL01.citrite.net>
	<535A7FE2.1050703@xen.org> <535A809D.8@eu.citrix.com>
	<535E40F3.4070107@xen.org>
	<9AAE0902D5BC7E449B7C8E4E778ABCD032AAAC@AMSPEX01CL01.citrite.net>
	<5368B0D9.9040008@xen.org> <537229ED.7040209@cam.ac.uk>
In-Reply-To: <537229ED.7040209@cam.ac.uk>
Cc: Simon Rowe <Simon.Rowe@citrix.com>, Paul Durrant <Paul.Durrant@citrix.com>,
	Keith Petley <keith.petley@citrix.com>
Subject: Re: [Xen-API] project lead nomination
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 13/05/2014 15:19, Jon Ludlam wrote:
> Thanks all.
>
> So my first act as project lead is to attempt to demote everyone who
> voted for me. For the best possible reasons, of course :-)
>
> The current list of committers is very much at odds with the real state
> of the xapi project, and I suspect it simply reflects the team dev leads
> here at Citrix at the time the Xen Project joined the Linux Foundation.
> So I propose we reset the list to reflect more accurately the set of
> people who are actually committing. To use something concrete as a basis
> for nominating people I had a quick look over the actual commits on
> github in the master branches of all of the repositories under the
> xapi-project since July last year and have a proposed list:
>
>      David Scott
>      John Else
>      Jon Ludlam
>      Si Beaumont
>      Rob Hoesou woulfd
>      Thanos Makatos
>      Zheng Li
>      Euan Harris
>      Konstantina Chremmou
>      Thomas Sanders
>      Germano Percossi
>      Vineeth Thampi Raveendran
>
> Notably, as I said at the top, this list doesn't contain any of the
> current committers (excluding me). If I have missed anyone off who feels
> they should be on the list please let me know. Any other comments are
> also very welcome.
>
> Lars, what's the procedure for making this sort of change?
Make a proposal (as this one) in a separate email clearly labelled as 
such, e.g. proposal to change committers
Get votes from existing committers
Once done, and getting agreeement, I can fix the website as needed

Lars


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 14 16:37:28 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 16:37:28 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkcBE-0005Y3-Ij; Wed, 14 May 2014 16:37:20 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth@citrix.com>) id 1Wkc6w-0005IV-10
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 16:32:54 +0000
Received: from [85.158.143.35:61118] by server-1.bemta-4.messagelabs.com id
	B3/01-09853-5BA93735; Wed, 14 May 2014 16:32:53 +0000
X-Env-Sender: lars.kurth@citrix.com
X-Msg-Ref: server-8.tower-21.messagelabs.com!1400085172!4944507!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3963 invoked from network); 14 May 2014 16:32:52 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-8.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 16:32:52 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; d="scan'208";a="17313185"
Received: from unknown (HELO AMSPEX01CL03.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 14 May 2014 16:32:50 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.50]) by
	AMSPEX01CL03.citrite.net ([10.69.46.34]) with mapi id 14.03.0181.006;
	Wed, 14 May 2014 18:32:49 +0200
From: Lars Kurth <lars.kurth@citrix.com>
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Paul Durrant
	<Paul.Durrant@citrix.com>, Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley
	<keith.petley@citrix.com>
Thread-Topic: Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GD4CnMfp2RoEycgelLI5TTYZtARREQ
Date: Wed, 14 May 2014 16:32:49 +0000
Message-ID: <B5EC053C78C5D746BD8AC3386F2303C91A2F0B@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [172.16.2.30]
MIME-Version: 1.0
X-DLP: AMS1
X-Mailman-Approved-At: Wed, 14 May 2014 16:37:19 +0000
Cc: Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>, Konstantina
	Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

As community manager I can vote and vote in favour

+1

-----Original Message-----
From: Jonathan Ludlam 
Sent: 14 May 2014 17:28
To: xen-api@lists.xenproject.org; Paul Durrant; Simon Rowe; Keith Petley
Cc: Lars Kurth; Dave Scott; John Else; Simon Beaumont; Rob Hoes; Thanos Makatos; Zheng Li (3P); Euan Harris; Konstantina Chremmou; Thomas Sanders; Germano Percossi; Vineeth Thampi
Subject: Proposal to change committers for the XAPI Project

This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers doesn't reflect reality. This proposal is to resync the list to one based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 14 16:37:28 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 16:37:28 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkcBE-0005Xy-CG; Wed, 14 May 2014 16:37:20 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1Wkc25-0004tv-9N
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 16:27:53 +0000
Received: from [193.109.254.147:23103] by server-13.bemta-14.messagelabs.com
	id D4/41-23211-88993735; Wed, 14 May 2014 16:27:52 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-15.tower-27.messagelabs.com!1400084870!4831390!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 17199 invoked from network); 14 May 2014 16:27:51 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-15.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 16:27:51 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; d="scan'208";a="130350553"
Received: from accessns.citrite.net (HELO FTLPEX01CL01.citrite.net)
	([10.9.154.239])
	by FTLPIPO02.CITRIX.COM with ESMTP; 14 May 2014 16:27:48 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL01.citrite.net
	(10.13.107.78) with Microsoft SMTP Server id 14.3.181.6;
	Wed, 14 May 2014 12:27:47 -0400
Message-ID: <53739980.5050703@eu.citrix.com>
Date: Wed, 14 May 2014 17:27:44 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: "xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Paul
	Durrant <Paul.Durrant@citrix.com>, Simon Rowe <Simon.Rowe@eu.citrix.com>,
	Keith Petley <keith.petley@citrix.com>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
X-Mailman-Approved-At: Wed, 14 May 2014 16:37:19 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers
doesn't reflect reality. This proposal is to resync the list to one
based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 14 16:37:28 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 16:37:28 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkcBE-0005Y3-Ij; Wed, 14 May 2014 16:37:20 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth@citrix.com>) id 1Wkc6w-0005IV-10
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 16:32:54 +0000
Received: from [85.158.143.35:61118] by server-1.bemta-4.messagelabs.com id
	B3/01-09853-5BA93735; Wed, 14 May 2014 16:32:53 +0000
X-Env-Sender: lars.kurth@citrix.com
X-Msg-Ref: server-8.tower-21.messagelabs.com!1400085172!4944507!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3963 invoked from network); 14 May 2014 16:32:52 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-8.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 16:32:52 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; d="scan'208";a="17313185"
Received: from unknown (HELO AMSPEX01CL03.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 14 May 2014 16:32:50 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.50]) by
	AMSPEX01CL03.citrite.net ([10.69.46.34]) with mapi id 14.03.0181.006;
	Wed, 14 May 2014 18:32:49 +0200
From: Lars Kurth <lars.kurth@citrix.com>
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Paul Durrant
	<Paul.Durrant@citrix.com>, Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley
	<keith.petley@citrix.com>
Thread-Topic: Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GD4CnMfp2RoEycgelLI5TTYZtARREQ
Date: Wed, 14 May 2014 16:32:49 +0000
Message-ID: <B5EC053C78C5D746BD8AC3386F2303C91A2F0B@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [172.16.2.30]
MIME-Version: 1.0
X-DLP: AMS1
X-Mailman-Approved-At: Wed, 14 May 2014 16:37:19 +0000
Cc: Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>, Konstantina
	Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

As community manager I can vote and vote in favour

+1

-----Original Message-----
From: Jonathan Ludlam 
Sent: 14 May 2014 17:28
To: xen-api@lists.xenproject.org; Paul Durrant; Simon Rowe; Keith Petley
Cc: Lars Kurth; Dave Scott; John Else; Simon Beaumont; Rob Hoes; Thanos Makatos; Zheng Li (3P); Euan Harris; Konstantina Chremmou; Thomas Sanders; Germano Percossi; Vineeth Thampi
Subject: Proposal to change committers for the XAPI Project

This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers doesn't reflect reality. This proposal is to resync the list to one based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 14 16:37:28 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 16:37:28 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkcBE-0005Y9-OV; Wed, 14 May 2014 16:37:20 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <thanos.makatos@citrix.com>) id 1WkcAU-0005W2-Jz
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 16:36:34 +0000
Received: from [85.158.139.211:48002] by server-12.bemta-5.messagelabs.com id
	64/63-03824-19B93735; Wed, 14 May 2014 16:36:33 +0000
X-Env-Sender: thanos.makatos@citrix.com
X-Msg-Ref: server-5.tower-206.messagelabs.com!1400085393!4296515!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12629 invoked from network); 14 May 2014 16:36:33 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-5.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 16:36:33 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; d="scan'208";a="17313394"
Received: from unknown (HELO AMSPEX01CL03.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 14 May 2014 16:36:34 +0000
Received: from AMSPEX01CL02.citrite.net ([169.254.7.13]) by
	AMSPEX01CL03.citrite.net ([10.69.46.34]) with mapi id 14.03.0181.006;
	Wed, 14 May 2014 18:36:33 +0200
From: Thanos Makatos <thanos.makatos@citrix.com>
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Paul Durrant
	<Paul.Durrant@citrix.com>, Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley
	<keith.petley@citrix.com>
Thread-Topic: Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GDbVknKX8dPk6Jty4XCbop/ptARfQw
Date: Wed, 14 May 2014 16:36:32 +0000
Message-ID: <2368A3FCF9F7214298E53C823B0A48EC0414FB86@AMSPEX01CL02.citrite.net>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.69.129.49]
MIME-Version: 1.0
X-DLP: AMS1
X-Mailman-Approved-At: Wed, 14 May 2014 16:37:19 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

+1

-----Original Message-----
From: Jonathan Ludlam 
Sent: 14 May 2014 5:28 PM
To: xen-api@lists.xenproject.org; Paul Durrant; Simon Rowe; Keith Petley
Cc: Lars Kurth; Dave Scott; John Else; Simon Beaumont; Rob Hoes; Thanos Makatos; Zheng Li (3P); Euan Harris; Konstantina Chremmou; Thomas Sanders; Germano Percossi; Vineeth Thampi
Subject: Proposal to change committers for the XAPI Project

This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers doesn't reflect reality. This proposal is to resync the list to one based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 14 16:37:28 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 16:37:28 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkcBE-0005Y9-OV; Wed, 14 May 2014 16:37:20 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <thanos.makatos@citrix.com>) id 1WkcAU-0005W2-Jz
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 16:36:34 +0000
Received: from [85.158.139.211:48002] by server-12.bemta-5.messagelabs.com id
	64/63-03824-19B93735; Wed, 14 May 2014 16:36:33 +0000
X-Env-Sender: thanos.makatos@citrix.com
X-Msg-Ref: server-5.tower-206.messagelabs.com!1400085393!4296515!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12629 invoked from network); 14 May 2014 16:36:33 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-5.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 16:36:33 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; d="scan'208";a="17313394"
Received: from unknown (HELO AMSPEX01CL03.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 14 May 2014 16:36:34 +0000
Received: from AMSPEX01CL02.citrite.net ([169.254.7.13]) by
	AMSPEX01CL03.citrite.net ([10.69.46.34]) with mapi id 14.03.0181.006;
	Wed, 14 May 2014 18:36:33 +0200
From: Thanos Makatos <thanos.makatos@citrix.com>
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Paul Durrant
	<Paul.Durrant@citrix.com>, Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley
	<keith.petley@citrix.com>
Thread-Topic: Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GDbVknKX8dPk6Jty4XCbop/ptARfQw
Date: Wed, 14 May 2014 16:36:32 +0000
Message-ID: <2368A3FCF9F7214298E53C823B0A48EC0414FB86@AMSPEX01CL02.citrite.net>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.69.129.49]
MIME-Version: 1.0
X-DLP: AMS1
X-Mailman-Approved-At: Wed, 14 May 2014 16:37:19 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

+1

-----Original Message-----
From: Jonathan Ludlam 
Sent: 14 May 2014 5:28 PM
To: xen-api@lists.xenproject.org; Paul Durrant; Simon Rowe; Keith Petley
Cc: Lars Kurth; Dave Scott; John Else; Simon Beaumont; Rob Hoes; Thanos Makatos; Zheng Li (3P); Euan Harris; Konstantina Chremmou; Thomas Sanders; Germano Percossi; Vineeth Thampi
Subject: Proposal to change committers for the XAPI Project

This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers doesn't reflect reality. This proposal is to resync the list to one based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 14 16:37:28 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 16:37:28 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkcBE-0005Xy-CG; Wed, 14 May 2014 16:37:20 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1Wkc25-0004tv-9N
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 16:27:53 +0000
Received: from [193.109.254.147:23103] by server-13.bemta-14.messagelabs.com
	id D4/41-23211-88993735; Wed, 14 May 2014 16:27:52 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-15.tower-27.messagelabs.com!1400084870!4831390!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 17199 invoked from network); 14 May 2014 16:27:51 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-15.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 16:27:51 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; d="scan'208";a="130350553"
Received: from accessns.citrite.net (HELO FTLPEX01CL01.citrite.net)
	([10.9.154.239])
	by FTLPIPO02.CITRIX.COM with ESMTP; 14 May 2014 16:27:48 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL01.citrite.net
	(10.13.107.78) with Microsoft SMTP Server id 14.3.181.6;
	Wed, 14 May 2014 12:27:47 -0400
Message-ID: <53739980.5050703@eu.citrix.com>
Date: Wed, 14 May 2014 17:27:44 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: "xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Paul
	Durrant <Paul.Durrant@citrix.com>, Simon Rowe <Simon.Rowe@eu.citrix.com>,
	Keith Petley <keith.petley@citrix.com>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
X-Mailman-Approved-At: Wed, 14 May 2014 16:37:19 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers
doesn't reflect reality. This proposal is to resync the list to one
based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 14 16:41:04 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 16:41:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkcEp-0006BJ-AM; Wed, 14 May 2014 16:41:03 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WkcEn-000695-DK
	for xen-api@lists.xen.org; Wed, 14 May 2014 16:41:02 +0000
Received: from [85.158.143.35:47794] by server-3.bemta-4.messagelabs.com id
	0C/A8-13602-C9C93735; Wed, 14 May 2014 16:41:00 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-11.tower-21.messagelabs.com!1400085659!4920254!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14619 invoked from network); 14 May 2014 16:41:00 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-11.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 16:41:00 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; d="scan'208";a="130355005"
Received: from accessns.citrite.net (HELO FTLPEX01CL02.citrite.net)
	([10.9.154.239])
	by FTLPIPO02.CITRIX.COM with ESMTP; 14 May 2014 16:40:58 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL02.citrite.net
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6;
	Wed, 14 May 2014 12:40:58 -0400
Message-ID: <53739C99.9020501@eu.citrix.com>
Date: Wed, 14 May 2014 17:40:57 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: <xen-api@lists.xen.org>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

I believe I have to formally vote too:

+1

Jon

On 14/05/14 17:27, Jon Ludlam wrote:
> This is a proposal to change the committers to the XAPI Project.
>
> As previously outlined on this list, the current set of committers
> doesn't reflect reality. This proposal is to resync the list to one
> based on the top committers to the repository over the last year or so.
> The proposed list is:
>
>      David Scott
>      John Else
>      Jon Ludlam
>      Si Beaumont
>      Rob Hoes
>      Thanos Makatos
>      Zheng Li
>      Euan Harris
>      Konstantina Chremmou
>      Thomas Sanders
>      Germano Percossi
>      Vineeth Thampi Raveendran
>
> Can I please ask the existing committers to vote by replying to this mail?
>
> Thanks,
>
> Jon
>
>
> _______________________________________________
> Xen-api mailing list
> Xen-api@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 14 16:41:04 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 14 May 2014 16:41:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkcEp-0006BJ-AM; Wed, 14 May 2014 16:41:03 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WkcEn-000695-DK
	for xen-api@lists.xen.org; Wed, 14 May 2014 16:41:02 +0000
Received: from [85.158.143.35:47794] by server-3.bemta-4.messagelabs.com id
	0C/A8-13602-C9C93735; Wed, 14 May 2014 16:41:00 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-11.tower-21.messagelabs.com!1400085659!4920254!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14619 invoked from network); 14 May 2014 16:41:00 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-11.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 16:41:00 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; d="scan'208";a="130355005"
Received: from accessns.citrite.net (HELO FTLPEX01CL02.citrite.net)
	([10.9.154.239])
	by FTLPIPO02.CITRIX.COM with ESMTP; 14 May 2014 16:40:58 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL02.citrite.net
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6;
	Wed, 14 May 2014 12:40:58 -0400
Message-ID: <53739C99.9020501@eu.citrix.com>
Date: Wed, 14 May 2014 17:40:57 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: <xen-api@lists.xen.org>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

I believe I have to formally vote too:

+1

Jon

On 14/05/14 17:27, Jon Ludlam wrote:
> This is a proposal to change the committers to the XAPI Project.
>
> As previously outlined on this list, the current set of committers
> doesn't reflect reality. This proposal is to resync the list to one
> based on the top committers to the repository over the last year or so.
> The proposed list is:
>
>      David Scott
>      John Else
>      Jon Ludlam
>      Si Beaumont
>      Rob Hoes
>      Thanos Makatos
>      Zheng Li
>      Euan Harris
>      Konstantina Chremmou
>      Thomas Sanders
>      Germano Percossi
>      Vineeth Thampi Raveendran
>
> Can I please ask the existing committers to vote by replying to this mail?
>
> Thanks,
>
> Jon
>
>
> _______________________________________________
> Xen-api mailing list
> Xen-api@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 08:54:48 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:54:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrR3-0002mY-Gq; Thu, 15 May 2014 08:54:41 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <keith.petley@citrix.com>) id 1WkqoE-0001Ku-So
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 08:14:35 +0000
Received: from [193.109.254.147:15344] by server-4.bemta-14.messagelabs.com id
	2C/48-02781-A6774735; Thu, 15 May 2014 08:14:34 +0000
X-Env-Sender: keith.petley@citrix.com
X-Msg-Ref: server-2.tower-27.messagelabs.com!1400141672!4936546!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.6 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_30_40,HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11184 invoked from network); 15 May 2014 08:14:33 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-2.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 08:14:33 -0000
X-IronPort-AV: E=Sophos;i="4.97,1057,1389744000"; 
	d="scan'208,217";a="17372616"
Received: from unknown (HELO AMSPEX01CL02.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 15 May 2014 08:14:33 +0000
Received: from [10.80.2.152] (10.80.2.152) by AMSPEX01CL02.citrite.net
	(10.69.46.33) with Microsoft SMTP Server id 14.3.181.6; Thu, 15 May 2014
	10:14:31 +0200
Message-ID: <53747767.3080505@citrix.com>
Date: Thu, 15 May 2014 09:14:31 +0100
From: Keith Petley <keith.petley@citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux i686;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Jon Ludlam <jonathan.ludlam@eu.citrix.com>, "xen-api@lists.xenproject.org"
	<xen-api@lists.xenproject.org>, Paul Durrant <Paul.Durrant@citrix.com>,
	Simon Rowe <Simon.Rowe@eu.citrix.com>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
X-Originating-IP: [10.80.2.152]
X-DLP: AMS1
X-Mailman-Approved-At: Thu, 15 May 2014 08:54:40 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5191608629999170961=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============5191608629999170961==
Content-Type: multipart/alternative;
	boundary="------------050803040306080008030900"

--------------050803040306080008030900
Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
Content-Transfer-Encoding: 7bit

+1
On 14/05/14 17:27, Jon Ludlam wrote:
> This is a proposal to change the committers to the XAPI Project.
>
> As previously outlined on this list, the current set of committers
> doesn't reflect reality. This proposal is to resync the list to one
> based on the top committers to the repository over the last year or so.
> The proposed list is:
>
>       David Scott
>       John Else
>       Jon Ludlam
>       Si Beaumont
>       Rob Hoes
>       Thanos Makatos
>       Zheng Li
>       Euan Harris
>       Konstantina Chremmou
>       Thomas Sanders
>       Germano Percossi
>       Vineeth Thampi Raveendran
>
> Can I please ask the existing committers to vote by replying to this mail?
>
> Thanks,
>
> Jon
>

-- 
Keith Petley
Senior Storage Development Engineer

Citrix Systems UK Ltd

Building 101 | Cambridge Science Park | Milton Road | Cambridge | CB4 0FY | UK

T: +44 (0)1223 435609


--------------050803040306080008030900
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit

<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="-1">+1</font><br>
    <div class="moz-cite-prefix">On 14/05/14 17:27, Jon Ludlam wrote:<br>
    </div>
    <blockquote cite="mid:53739980.5050703@eu.citrix.com" type="cite">
      <pre wrap="">This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers
doesn't reflect reality. This proposal is to resync the list to one
based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon

</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Keith Petley
Senior Storage Development Engineer

Citrix Systems UK Ltd

Building 101 | Cambridge Science Park | Milton Road | Cambridge | CB4 0FY | UK

T: +44 (0)1223 435609</pre>
  </body>
</html>

--------------050803040306080008030900--


--===============5191608629999170961==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============5191608629999170961==--


From xen-api-bounces@lists.xen.org Thu May 15 08:54:48 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:54:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrR3-0002mT-Ac; Thu, 15 May 2014 08:54:41 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Simon.Rowe@citrix.com>) id 1WkqFT-0008Th-3h
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 07:38:39 +0000
Received: from [85.158.143.35:13905] by server-2.bemta-4.messagelabs.com id
	BB/D2-06539-EFE64735; Thu, 15 May 2014 07:38:38 +0000
X-Env-Sender: Simon.Rowe@citrix.com
X-Msg-Ref: server-5.tower-21.messagelabs.com!1400139516!5021863!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30989 invoked from network); 15 May 2014 07:38:37 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-5.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 07:38:37 -0000
X-IronPort-AV: E=Sophos;i="4.97,1057,1389744000"; d="scan'208";a="131378214"
Received: from accessns.citrite.net (HELO FTLPEX01CL02.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 07:38:35 +0000
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 03:38:34 -0400
Received: from celebrindal.uk.xensource.com ([10.80.2.52])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<simon.rowe@eu.citrix.com>)	id 1WkqFO-0002LP-Db;
	Thu, 15 May 2014 08:38:34 +0100
Message-ID: <53746EF9.3000409@eu.citrix.com>
Date: Thu, 15 May 2014 08:38:33 +0100
From: Simon Rowe <simon.rowe@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:14.0) Gecko/20120723 Thunderbird/14.0
MIME-Version: 1.0
To: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
X-DLP: MIA2
X-Mailman-Approved-At: Thu, 15 May 2014 08:54:40 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Paul Durrant <Paul.Durrant@citrix.com>,
	Keith Petley <keith.petley@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 14/05/14 17:27, Jon Ludlam wrote:
> This is a proposal to change the committers to the XAPI Project.
>
> As previously outlined on this list, the current set of committers
> doesn't reflect reality. This proposal is to resync the list to one
> based on the top committers to the repository over the last year or so.
> The proposed list is:
>
>       David Scott
>       John Else
>       Jon Ludlam
>       Si Beaumont
>       Rob Hoes
>       Thanos Makatos
>       Zheng Li
>       Euan Harris
>       Konstantina Chremmou
>       Thomas Sanders
>       Germano Percossi
>       Vineeth Thampi Raveendran
>
> Can I please ask the existing committers to vote by replying to this mail?
>
> Thanks,
>
> Jon
>
+1


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 08:54:48 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:54:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrR3-0002md-P4; Thu, 15 May 2014 08:54:41 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <vineeth.thampi@citrix.com>) id 1Wkr97-0001rV-Us
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 08:36:10 +0000
Received: from [85.158.143.35:47981] by server-3.bemta-4.messagelabs.com id
	C3/9F-13602-97C74735; Thu, 15 May 2014 08:36:09 +0000
X-Env-Sender: vineeth.thampi@citrix.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1400142967!4718253!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15379 invoked from network); 15 May 2014 08:36:08 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 08:36:08 -0000
X-IronPort-AV: E=Sophos;i="4.97,1057,1389744000"; 
	d="scan'208,217";a="131390897"
Received: from accessns.citrite.net (HELO FTLPEX01CL02.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 08:36:05 +0000
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 04:35:46 -0400
Received: from vineetht-pc.uk.xensource.com ([10.80.2.58])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<vineeth.thampi@citrix.com>)	id 1Wkr8j-0003TH-Oe;
	Thu, 15 May 2014 09:35:45 +0100
Message-ID: <53748ABE.4030604@citrix.com>
Date: Thu, 15 May 2014 09:37:02 +0000
From: Vineeth Thampi <vineeth.thampi@citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux i686;
	rv:24.0) Gecko/20100101 Thunderbird/24.4.0
MIME-Version: 1.0
To: Keith Petley <keith.petley@citrix.com>, Jon Ludlam
	<jonathan.ludlam@eu.citrix.com>, "xen-api@lists.xenproject.org"
	<xen-api@lists.xenproject.org>, Paul Durrant <Paul.Durrant@citrix.com>, 
	"Simon Rowe" <Simon.Rowe@eu.citrix.com>
References: <53739980.5050703@eu.citrix.com> <53747767.3080505@citrix.com>
In-Reply-To: <53747767.3080505@citrix.com>
X-DLP: MIA2
X-Mailman-Approved-At: Thu, 15 May 2014 08:54:40 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2625203331679657205=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============2625203331679657205==
Content-Type: multipart/alternative;
	boundary="------------060304060908070802000402"

--------------060304060908070802000402
Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
Content-Transfer-Encoding: 7bit

+1

On 15/05/14 08:14, Keith Petley wrote:
> +1
> On 14/05/14 17:27, Jon Ludlam wrote:
>> This is a proposal to change the committers to the XAPI Project.
>>
>> As previously outlined on this list, the current set of committers
>> doesn't reflect reality. This proposal is to resync the list to one
>> based on the top committers to the repository over the last year or so.
>> The proposed list is:
>>
>>       David Scott
>>       John Else
>>       Jon Ludlam
>>       Si Beaumont
>>       Rob Hoes
>>       Thanos Makatos
>>       Zheng Li
>>       Euan Harris
>>       Konstantina Chremmou
>>       Thomas Sanders
>>       Germano Percossi
>>       Vineeth Thampi Raveendran
>>
>> Can I please ask the existing committers to vote by replying to this mail?
>>
>> Thanks,
>>
>> Jon
>>
>
> -- 
> Keith Petley
> Senior Storage Development Engineer
>
> Citrix Systems UK Ltd
>
> Building 101 | Cambridge Science Park | Milton Road | Cambridge | CB4 0FY | UK
>
> T: +44 (0)1223 435609


--------------060304060908070802000402
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit

<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#333333">
    <font size="+1"><font face="Times New Roman, Times, serif">+1<br>
        <br>
      </font></font>
    <div class="moz-cite-prefix">On 15/05/14 08:14, Keith Petley wrote:<br>
    </div>
    <blockquote cite="mid:53747767.3080505@citrix.com" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <font size="-1">+1</font><br>
      <div class="moz-cite-prefix">On 14/05/14 17:27, Jon Ludlam wrote:<br>
      </div>
      <blockquote cite="mid:53739980.5050703@eu.citrix.com" type="cite">
        <pre wrap="">This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers
doesn't reflect reality. This proposal is to resync the list to one
based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon

</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
Keith Petley
Senior Storage Development Engineer

Citrix Systems UK Ltd

Building 101 | Cambridge Science Park | Milton Road | Cambridge | CB4 0FY | UK

T: +44 (0)1223 435609</pre>
    </blockquote>
    <br>
  </body>
</html>

--------------060304060908070802000402--


--===============2625203331679657205==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============2625203331679657205==--


From xen-api-bounces@lists.xen.org Thu May 15 08:54:48 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:54:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrR2-0002mJ-W5; Thu, 15 May 2014 08:54:40 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <germano.percossi@citrix.com>) id 1WkcNq-0007GK-Ag
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 16:50:22 +0000
Received: from [85.158.137.68:15040] by server-12.bemta-3.messagelabs.com id
	57/D9-14831-DCE93735; Wed, 14 May 2014 16:50:21 +0000
X-Env-Sender: germano.percossi@citrix.com
X-Msg-Ref: server-14.tower-31.messagelabs.com!1400086220!1452012!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9857 invoked from network); 14 May 2014 16:50:20 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-14.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 16:50:20 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; d="scan'208";a="17314081"
Received: from unknown (HELO AMSPEX01CL03.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 14 May 2014 16:50:21 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.50]) by
	AMSPEX01CL03.citrite.net ([10.69.46.34]) with mapi id 14.03.0181.006;
	Wed, 14 May 2014 18:50:20 +0200
From: Germano Percossi <germano.percossi@citrix.com>
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Paul Durrant
	<Paul.Durrant@citrix.com>, Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley
	<keith.petley@citrix.com>
Thread-Topic: Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GD8vlf+uegfEKqabN1L7iE/ZtASXUF
Date: Wed, 14 May 2014 16:50:19 +0000
Message-ID: <74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.69.46.1]
MIME-Version: 1.0
X-DLP: AMS1
X-Mailman-Approved-At: Thu, 15 May 2014 08:54:40 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Are the people not listed here still able to push into "Storage" repositories?

________________________________________
From: Jonathan Ludlam
Sent: 14 May 2014 17:27
To: xen-api@lists.xenproject.org; Paul Durrant; Simon Rowe; Keith Petley
Cc: Lars Kurth; Dave Scott; John Else; Simon Beaumont; Rob Hoes; Thanos Makatos; Zheng Li (3P); Euan Harris; Konstantina Chremmou; Thomas Sanders; Germano Percossi; Vineeth Thampi
Subject: Proposal to change committers for the XAPI Project

This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers
doesn't reflect reality. This proposal is to resync the list to one
based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 08:54:48 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:54:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrR2-0002mJ-W5; Thu, 15 May 2014 08:54:40 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <germano.percossi@citrix.com>) id 1WkcNq-0007GK-Ag
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 16:50:22 +0000
Received: from [85.158.137.68:15040] by server-12.bemta-3.messagelabs.com id
	57/D9-14831-DCE93735; Wed, 14 May 2014 16:50:21 +0000
X-Env-Sender: germano.percossi@citrix.com
X-Msg-Ref: server-14.tower-31.messagelabs.com!1400086220!1452012!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9857 invoked from network); 14 May 2014 16:50:20 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-14.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 16:50:20 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; d="scan'208";a="17314081"
Received: from unknown (HELO AMSPEX01CL03.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 14 May 2014 16:50:21 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.50]) by
	AMSPEX01CL03.citrite.net ([10.69.46.34]) with mapi id 14.03.0181.006;
	Wed, 14 May 2014 18:50:20 +0200
From: Germano Percossi <germano.percossi@citrix.com>
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Paul Durrant
	<Paul.Durrant@citrix.com>, Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley
	<keith.petley@citrix.com>
Thread-Topic: Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GD8vlf+uegfEKqabN1L7iE/ZtASXUF
Date: Wed, 14 May 2014 16:50:19 +0000
Message-ID: <74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.69.46.1]
MIME-Version: 1.0
X-DLP: AMS1
X-Mailman-Approved-At: Thu, 15 May 2014 08:54:40 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Are the people not listed here still able to push into "Storage" repositories?

________________________________________
From: Jonathan Ludlam
Sent: 14 May 2014 17:27
To: xen-api@lists.xenproject.org; Paul Durrant; Simon Rowe; Keith Petley
Cc: Lars Kurth; Dave Scott; John Else; Simon Beaumont; Rob Hoes; Thanos Makatos; Zheng Li (3P); Euan Harris; Konstantina Chremmou; Thomas Sanders; Germano Percossi; Vineeth Thampi
Subject: Proposal to change committers for the XAPI Project

This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers
doesn't reflect reality. This proposal is to resync the list to one
based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 08:54:48 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:54:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrR3-0002mO-5C; Thu, 15 May 2014 08:54:41 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Paul.Durrant@citrix.com>) id 1Wkcgj-0000Cx-79
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 17:09:53 +0000
Received: from [193.109.254.147:53324] by server-9.bemta-14.messagelabs.com id
	C3/CF-03644-063A3735; Wed, 14 May 2014 17:09:52 +0000
X-Env-Sender: Paul.Durrant@citrix.com
X-Msg-Ref: server-11.tower-27.messagelabs.com!1400087391!1530815!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=1.1 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_40_50,HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 13044 invoked from network); 14 May 2014 17:09:51 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-11.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 17:09:51 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; 
	d="scan'208,217";a="17316050"
Received: from unknown (HELO AMSPEX01CL02.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 14 May 2014 17:09:50 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.50]) by
	AMSPEX01CL02.citrite.net ([10.69.46.33]) with mapi id 14.03.0181.006;
	Wed, 14 May 2014 19:09:50 +0200
From: Paul Durrant <Paul.Durrant@citrix.com>
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Simon Rowe
	<Simon.Rowe@citrix.com>, Keith Petley <keith.petley@citrix.com>
Thread-Topic: Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GD+jBUyrh6zkSsu84vsPjQs5tAT31C
Date: Wed, 14 May 2014 17:09:49 +0000
Message-ID: <9AAE0902D5BC7E449B7C8E4E778ABCD0365662@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
MIME-Version: 1.0
X-DLP: AMS1
X-Mailman-Approved-At: Thu, 15 May 2014 08:54:40 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7057263447540597188=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============7057263447540597188==
Content-Language: en-GB
Content-Type: multipart/alternative;
	boundary="_000_9AAE0902D5BC7E449B7C8E4E778ABCD0365662AMSPEX01CL01citri_"

--_000_9AAE0902D5BC7E449B7C8E4E778ABCD0365662AMSPEX01CL01citri_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

+1

Paul

Sent from my HTC

----- Reply message -----
From: "Jonathan Ludlam" <Jonathan.Ludlam@citrix.com>
To: "xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, "Paul Du=
rrant" <Paul.Durrant@citrix.com>, "Simon Rowe" <Simon.Rowe@citrix.com>, "Ke=
ith Petley" <keith.petley@citrix.com>
Cc: "Lars Kurth" <lars.kurth@citrix.com>, "Dave Scott" <Dave.Scott@citrix.c=
om>, "John Else" <john.else@citrix.com>, "Simon Beaumont" <simon.beaumont@c=
itrix.com>, "Rob Hoes" <Rob.Hoes@citrix.com>, "Thanos Makatos" <thanos.maka=
tos@citrix.com>, "Zheng Li (3P)" <zheng.li3@citrix.com>, "Euan Harris" <eua=
n.harris@citrix.com>, "Konstantina Chremmou" <konstantina.chremmou@citrix.c=
om>, "Thomas Sanders" <thomas.sanders@citrix.com>, "Germano Percossi" <germ=
ano.percossi@citrix.com>, "Vineeth Thampi" <vineeth.thampi@citrix.com>
Subject: Proposal to change committers for the XAPI Project
Date: Wed, May 14, 2014 09:28



This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers
doesn't reflect reality. This proposal is to resync the list to one
based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon


--_000_9AAE0902D5BC7E449B7C8E4E778ABCD0365662AMSPEX01CL01citri_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-=
1">
<meta name=3D"Generator" content=3D"Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; pad=
ding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<style>
<!--
.x_EmailQuote
	{margin-left:1pt;
	padding-left:4pt;
	border-left:#800000 2px solid}
-->
</style>
<div><span style=3D"font-family:Arial">&#43;1<br>
<br>
Paul<br>
<br>
Sent from my HTC<br>
<br>
<div id=3D"x_htc_header" style=3D"">----- Reply message -----<br>
From: &quot;Jonathan Ludlam&quot; &lt;Jonathan.Ludlam@citrix.com&gt;<br>
To: &quot;xen-api@lists.xenproject.org&quot; &lt;xen-api@lists.xenproject.o=
rg&gt;, &quot;Paul Durrant&quot; &lt;Paul.Durrant@citrix.com&gt;, &quot;Sim=
on Rowe&quot; &lt;Simon.Rowe@citrix.com&gt;, &quot;Keith Petley&quot; &lt;k=
eith.petley@citrix.com&gt;<br>
Cc: &quot;Lars Kurth&quot; &lt;lars.kurth@citrix.com&gt;, &quot;Dave Scott&=
quot; &lt;Dave.Scott@citrix.com&gt;, &quot;John Else&quot; &lt;john.else@ci=
trix.com&gt;, &quot;Simon Beaumont&quot; &lt;simon.beaumont@citrix.com&gt;,=
 &quot;Rob Hoes&quot; &lt;Rob.Hoes@citrix.com&gt;, &quot;Thanos Makatos&quo=
t; &lt;thanos.makatos@citrix.com&gt;, &quot;Zheng Li (3P)&quot;
 &lt;zheng.li3@citrix.com&gt;, &quot;Euan Harris&quot; &lt;euan.harris@citr=
ix.com&gt;, &quot;Konstantina Chremmou&quot; &lt;konstantina.chremmou@citri=
x.com&gt;, &quot;Thomas Sanders&quot; &lt;thomas.sanders@citrix.com&gt;, &q=
uot;Germano Percossi&quot; &lt;germano.percossi@citrix.com&gt;, &quot;Vinee=
th Thampi&quot; &lt;vineeth.thampi@citrix.com&gt;<br>
Subject: Proposal to change committers for the XAPI Project<br>
Date: Wed, May 14, 2014 09:28<br>
<br>
</div>
</span><br>
<br>
</div>
<font size=3D"2"><span style=3D"font-size:10pt;">
<div class=3D"PlainText">This is a proposal to change the committers to the=
 XAPI Project.<br>
<br>
As previously outlined on this list, the current set of committers<br>
doesn't reflect reality. This proposal is to resync the list to one<br>
based on the top committers to the repository over the last year or so.<br>
The proposed list is:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; David Scott<br>
&nbsp;&nbsp;&nbsp;&nbsp; John Else<br>
&nbsp;&nbsp;&nbsp;&nbsp; Jon Ludlam<br>
&nbsp;&nbsp;&nbsp;&nbsp; Si Beaumont<br>
&nbsp;&nbsp;&nbsp;&nbsp; Rob Hoes<br>
&nbsp;&nbsp;&nbsp;&nbsp; Thanos Makatos<br>
&nbsp;&nbsp;&nbsp;&nbsp; Zheng Li<br>
&nbsp;&nbsp;&nbsp;&nbsp; Euan Harris<br>
&nbsp;&nbsp;&nbsp;&nbsp; Konstantina Chremmou<br>
&nbsp;&nbsp;&nbsp;&nbsp; Thomas Sanders<br>
&nbsp;&nbsp;&nbsp;&nbsp; Germano Percossi<br>
&nbsp;&nbsp;&nbsp;&nbsp; Vineeth Thampi Raveendran<br>
<br>
Can I please ask the existing committers to vote by replying to this mail?<=
br>
<br>
Thanks,<br>
<br>
Jon<br>
<br>
</div>
</span></font>
</body>
</html>

--_000_9AAE0902D5BC7E449B7C8E4E778ABCD0365662AMSPEX01CL01citri_--


--===============7057263447540597188==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============7057263447540597188==--


From xen-api-bounces@lists.xen.org Thu May 15 08:54:48 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:54:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrR3-0002mO-5C; Thu, 15 May 2014 08:54:41 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Paul.Durrant@citrix.com>) id 1Wkcgj-0000Cx-79
	for xen-api@lists.xenproject.org; Wed, 14 May 2014 17:09:53 +0000
Received: from [193.109.254.147:53324] by server-9.bemta-14.messagelabs.com id
	C3/CF-03644-063A3735; Wed, 14 May 2014 17:09:52 +0000
X-Env-Sender: Paul.Durrant@citrix.com
X-Msg-Ref: server-11.tower-27.messagelabs.com!1400087391!1530815!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=1.1 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_40_50,HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 13044 invoked from network); 14 May 2014 17:09:51 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-11.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	14 May 2014 17:09:51 -0000
X-IronPort-AV: E=Sophos;i="4.97,1053,1389744000"; 
	d="scan'208,217";a="17316050"
Received: from unknown (HELO AMSPEX01CL02.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 14 May 2014 17:09:50 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.50]) by
	AMSPEX01CL02.citrite.net ([10.69.46.33]) with mapi id 14.03.0181.006;
	Wed, 14 May 2014 19:09:50 +0200
From: Paul Durrant <Paul.Durrant@citrix.com>
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Simon Rowe
	<Simon.Rowe@citrix.com>, Keith Petley <keith.petley@citrix.com>
Thread-Topic: Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GD+jBUyrh6zkSsu84vsPjQs5tAT31C
Date: Wed, 14 May 2014 17:09:49 +0000
Message-ID: <9AAE0902D5BC7E449B7C8E4E778ABCD0365662@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
MIME-Version: 1.0
X-DLP: AMS1
X-Mailman-Approved-At: Thu, 15 May 2014 08:54:40 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7057263447540597188=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============7057263447540597188==
Content-Language: en-GB
Content-Type: multipart/alternative;
	boundary="_000_9AAE0902D5BC7E449B7C8E4E778ABCD0365662AMSPEX01CL01citri_"

--_000_9AAE0902D5BC7E449B7C8E4E778ABCD0365662AMSPEX01CL01citri_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

+1

Paul

Sent from my HTC

----- Reply message -----
From: "Jonathan Ludlam" <Jonathan.Ludlam@citrix.com>
To: "xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, "Paul Du=
rrant" <Paul.Durrant@citrix.com>, "Simon Rowe" <Simon.Rowe@citrix.com>, "Ke=
ith Petley" <keith.petley@citrix.com>
Cc: "Lars Kurth" <lars.kurth@citrix.com>, "Dave Scott" <Dave.Scott@citrix.c=
om>, "John Else" <john.else@citrix.com>, "Simon Beaumont" <simon.beaumont@c=
itrix.com>, "Rob Hoes" <Rob.Hoes@citrix.com>, "Thanos Makatos" <thanos.maka=
tos@citrix.com>, "Zheng Li (3P)" <zheng.li3@citrix.com>, "Euan Harris" <eua=
n.harris@citrix.com>, "Konstantina Chremmou" <konstantina.chremmou@citrix.c=
om>, "Thomas Sanders" <thomas.sanders@citrix.com>, "Germano Percossi" <germ=
ano.percossi@citrix.com>, "Vineeth Thampi" <vineeth.thampi@citrix.com>
Subject: Proposal to change committers for the XAPI Project
Date: Wed, May 14, 2014 09:28



This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers
doesn't reflect reality. This proposal is to resync the list to one
based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon


--_000_9AAE0902D5BC7E449B7C8E4E778ABCD0365662AMSPEX01CL01citri_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-=
1">
<meta name=3D"Generator" content=3D"Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; pad=
ding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<style>
<!--
.x_EmailQuote
	{margin-left:1pt;
	padding-left:4pt;
	border-left:#800000 2px solid}
-->
</style>
<div><span style=3D"font-family:Arial">&#43;1<br>
<br>
Paul<br>
<br>
Sent from my HTC<br>
<br>
<div id=3D"x_htc_header" style=3D"">----- Reply message -----<br>
From: &quot;Jonathan Ludlam&quot; &lt;Jonathan.Ludlam@citrix.com&gt;<br>
To: &quot;xen-api@lists.xenproject.org&quot; &lt;xen-api@lists.xenproject.o=
rg&gt;, &quot;Paul Durrant&quot; &lt;Paul.Durrant@citrix.com&gt;, &quot;Sim=
on Rowe&quot; &lt;Simon.Rowe@citrix.com&gt;, &quot;Keith Petley&quot; &lt;k=
eith.petley@citrix.com&gt;<br>
Cc: &quot;Lars Kurth&quot; &lt;lars.kurth@citrix.com&gt;, &quot;Dave Scott&=
quot; &lt;Dave.Scott@citrix.com&gt;, &quot;John Else&quot; &lt;john.else@ci=
trix.com&gt;, &quot;Simon Beaumont&quot; &lt;simon.beaumont@citrix.com&gt;,=
 &quot;Rob Hoes&quot; &lt;Rob.Hoes@citrix.com&gt;, &quot;Thanos Makatos&quo=
t; &lt;thanos.makatos@citrix.com&gt;, &quot;Zheng Li (3P)&quot;
 &lt;zheng.li3@citrix.com&gt;, &quot;Euan Harris&quot; &lt;euan.harris@citr=
ix.com&gt;, &quot;Konstantina Chremmou&quot; &lt;konstantina.chremmou@citri=
x.com&gt;, &quot;Thomas Sanders&quot; &lt;thomas.sanders@citrix.com&gt;, &q=
uot;Germano Percossi&quot; &lt;germano.percossi@citrix.com&gt;, &quot;Vinee=
th Thampi&quot; &lt;vineeth.thampi@citrix.com&gt;<br>
Subject: Proposal to change committers for the XAPI Project<br>
Date: Wed, May 14, 2014 09:28<br>
<br>
</div>
</span><br>
<br>
</div>
<font size=3D"2"><span style=3D"font-size:10pt;">
<div class=3D"PlainText">This is a proposal to change the committers to the=
 XAPI Project.<br>
<br>
As previously outlined on this list, the current set of committers<br>
doesn't reflect reality. This proposal is to resync the list to one<br>
based on the top committers to the repository over the last year or so.<br>
The proposed list is:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; David Scott<br>
&nbsp;&nbsp;&nbsp;&nbsp; John Else<br>
&nbsp;&nbsp;&nbsp;&nbsp; Jon Ludlam<br>
&nbsp;&nbsp;&nbsp;&nbsp; Si Beaumont<br>
&nbsp;&nbsp;&nbsp;&nbsp; Rob Hoes<br>
&nbsp;&nbsp;&nbsp;&nbsp; Thanos Makatos<br>
&nbsp;&nbsp;&nbsp;&nbsp; Zheng Li<br>
&nbsp;&nbsp;&nbsp;&nbsp; Euan Harris<br>
&nbsp;&nbsp;&nbsp;&nbsp; Konstantina Chremmou<br>
&nbsp;&nbsp;&nbsp;&nbsp; Thomas Sanders<br>
&nbsp;&nbsp;&nbsp;&nbsp; Germano Percossi<br>
&nbsp;&nbsp;&nbsp;&nbsp; Vineeth Thampi Raveendran<br>
<br>
Can I please ask the existing committers to vote by replying to this mail?<=
br>
<br>
Thanks,<br>
<br>
Jon<br>
<br>
</div>
</span></font>
</body>
</html>

--_000_9AAE0902D5BC7E449B7C8E4E778ABCD0365662AMSPEX01CL01citri_--


--===============7057263447540597188==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============7057263447540597188==--


From xen-api-bounces@lists.xen.org Thu May 15 08:54:48 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:54:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrR3-0002mT-Ac; Thu, 15 May 2014 08:54:41 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Simon.Rowe@citrix.com>) id 1WkqFT-0008Th-3h
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 07:38:39 +0000
Received: from [85.158.143.35:13905] by server-2.bemta-4.messagelabs.com id
	BB/D2-06539-EFE64735; Thu, 15 May 2014 07:38:38 +0000
X-Env-Sender: Simon.Rowe@citrix.com
X-Msg-Ref: server-5.tower-21.messagelabs.com!1400139516!5021863!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30989 invoked from network); 15 May 2014 07:38:37 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-5.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 07:38:37 -0000
X-IronPort-AV: E=Sophos;i="4.97,1057,1389744000"; d="scan'208";a="131378214"
Received: from accessns.citrite.net (HELO FTLPEX01CL02.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 07:38:35 +0000
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 03:38:34 -0400
Received: from celebrindal.uk.xensource.com ([10.80.2.52])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<simon.rowe@eu.citrix.com>)	id 1WkqFO-0002LP-Db;
	Thu, 15 May 2014 08:38:34 +0100
Message-ID: <53746EF9.3000409@eu.citrix.com>
Date: Thu, 15 May 2014 08:38:33 +0100
From: Simon Rowe <simon.rowe@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:14.0) Gecko/20120723 Thunderbird/14.0
MIME-Version: 1.0
To: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
X-DLP: MIA2
X-Mailman-Approved-At: Thu, 15 May 2014 08:54:40 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Paul Durrant <Paul.Durrant@citrix.com>,
	Keith Petley <keith.petley@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 14/05/14 17:27, Jon Ludlam wrote:
> This is a proposal to change the committers to the XAPI Project.
>
> As previously outlined on this list, the current set of committers
> doesn't reflect reality. This proposal is to resync the list to one
> based on the top committers to the repository over the last year or so.
> The proposed list is:
>
>       David Scott
>       John Else
>       Jon Ludlam
>       Si Beaumont
>       Rob Hoes
>       Thanos Makatos
>       Zheng Li
>       Euan Harris
>       Konstantina Chremmou
>       Thomas Sanders
>       Germano Percossi
>       Vineeth Thampi Raveendran
>
> Can I please ask the existing committers to vote by replying to this mail?
>
> Thanks,
>
> Jon
>
+1


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 08:54:48 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:54:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrR3-0002mY-Gq; Thu, 15 May 2014 08:54:41 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <keith.petley@citrix.com>) id 1WkqoE-0001Ku-So
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 08:14:35 +0000
Received: from [193.109.254.147:15344] by server-4.bemta-14.messagelabs.com id
	2C/48-02781-A6774735; Thu, 15 May 2014 08:14:34 +0000
X-Env-Sender: keith.petley@citrix.com
X-Msg-Ref: server-2.tower-27.messagelabs.com!1400141672!4936546!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.6 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_30_40,HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11184 invoked from network); 15 May 2014 08:14:33 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-2.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 08:14:33 -0000
X-IronPort-AV: E=Sophos;i="4.97,1057,1389744000"; 
	d="scan'208,217";a="17372616"
Received: from unknown (HELO AMSPEX01CL02.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 15 May 2014 08:14:33 +0000
Received: from [10.80.2.152] (10.80.2.152) by AMSPEX01CL02.citrite.net
	(10.69.46.33) with Microsoft SMTP Server id 14.3.181.6; Thu, 15 May 2014
	10:14:31 +0200
Message-ID: <53747767.3080505@citrix.com>
Date: Thu, 15 May 2014 09:14:31 +0100
From: Keith Petley <keith.petley@citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux i686;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Jon Ludlam <jonathan.ludlam@eu.citrix.com>, "xen-api@lists.xenproject.org"
	<xen-api@lists.xenproject.org>, Paul Durrant <Paul.Durrant@citrix.com>,
	Simon Rowe <Simon.Rowe@eu.citrix.com>
References: <53739980.5050703@eu.citrix.com>
In-Reply-To: <53739980.5050703@eu.citrix.com>
X-Originating-IP: [10.80.2.152]
X-DLP: AMS1
X-Mailman-Approved-At: Thu, 15 May 2014 08:54:40 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5191608629999170961=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============5191608629999170961==
Content-Type: multipart/alternative;
	boundary="------------050803040306080008030900"

--------------050803040306080008030900
Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
Content-Transfer-Encoding: 7bit

+1
On 14/05/14 17:27, Jon Ludlam wrote:
> This is a proposal to change the committers to the XAPI Project.
>
> As previously outlined on this list, the current set of committers
> doesn't reflect reality. This proposal is to resync the list to one
> based on the top committers to the repository over the last year or so.
> The proposed list is:
>
>       David Scott
>       John Else
>       Jon Ludlam
>       Si Beaumont
>       Rob Hoes
>       Thanos Makatos
>       Zheng Li
>       Euan Harris
>       Konstantina Chremmou
>       Thomas Sanders
>       Germano Percossi
>       Vineeth Thampi Raveendran
>
> Can I please ask the existing committers to vote by replying to this mail?
>
> Thanks,
>
> Jon
>

-- 
Keith Petley
Senior Storage Development Engineer

Citrix Systems UK Ltd

Building 101 | Cambridge Science Park | Milton Road | Cambridge | CB4 0FY | UK

T: +44 (0)1223 435609


--------------050803040306080008030900
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit

<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="-1">+1</font><br>
    <div class="moz-cite-prefix">On 14/05/14 17:27, Jon Ludlam wrote:<br>
    </div>
    <blockquote cite="mid:53739980.5050703@eu.citrix.com" type="cite">
      <pre wrap="">This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers
doesn't reflect reality. This proposal is to resync the list to one
based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon

</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Keith Petley
Senior Storage Development Engineer

Citrix Systems UK Ltd

Building 101 | Cambridge Science Park | Milton Road | Cambridge | CB4 0FY | UK

T: +44 (0)1223 435609</pre>
  </body>
</html>

--------------050803040306080008030900--


--===============5191608629999170961==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============5191608629999170961==--


From xen-api-bounces@lists.xen.org Thu May 15 08:54:48 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:54:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrR3-0002md-P4; Thu, 15 May 2014 08:54:41 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <vineeth.thampi@citrix.com>) id 1Wkr97-0001rV-Us
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 08:36:10 +0000
Received: from [85.158.143.35:47981] by server-3.bemta-4.messagelabs.com id
	C3/9F-13602-97C74735; Thu, 15 May 2014 08:36:09 +0000
X-Env-Sender: vineeth.thampi@citrix.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1400142967!4718253!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15379 invoked from network); 15 May 2014 08:36:08 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 08:36:08 -0000
X-IronPort-AV: E=Sophos;i="4.97,1057,1389744000"; 
	d="scan'208,217";a="131390897"
Received: from accessns.citrite.net (HELO FTLPEX01CL02.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 08:36:05 +0000
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 04:35:46 -0400
Received: from vineetht-pc.uk.xensource.com ([10.80.2.58])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<vineeth.thampi@citrix.com>)	id 1Wkr8j-0003TH-Oe;
	Thu, 15 May 2014 09:35:45 +0100
Message-ID: <53748ABE.4030604@citrix.com>
Date: Thu, 15 May 2014 09:37:02 +0000
From: Vineeth Thampi <vineeth.thampi@citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux i686;
	rv:24.0) Gecko/20100101 Thunderbird/24.4.0
MIME-Version: 1.0
To: Keith Petley <keith.petley@citrix.com>, Jon Ludlam
	<jonathan.ludlam@eu.citrix.com>, "xen-api@lists.xenproject.org"
	<xen-api@lists.xenproject.org>, Paul Durrant <Paul.Durrant@citrix.com>, 
	"Simon Rowe" <Simon.Rowe@eu.citrix.com>
References: <53739980.5050703@eu.citrix.com> <53747767.3080505@citrix.com>
In-Reply-To: <53747767.3080505@citrix.com>
X-DLP: MIA2
X-Mailman-Approved-At: Thu, 15 May 2014 08:54:40 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Germano Percossi <germano.percossi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2625203331679657205=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============2625203331679657205==
Content-Type: multipart/alternative;
	boundary="------------060304060908070802000402"

--------------060304060908070802000402
Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
Content-Transfer-Encoding: 7bit

+1

On 15/05/14 08:14, Keith Petley wrote:
> +1
> On 14/05/14 17:27, Jon Ludlam wrote:
>> This is a proposal to change the committers to the XAPI Project.
>>
>> As previously outlined on this list, the current set of committers
>> doesn't reflect reality. This proposal is to resync the list to one
>> based on the top committers to the repository over the last year or so.
>> The proposed list is:
>>
>>       David Scott
>>       John Else
>>       Jon Ludlam
>>       Si Beaumont
>>       Rob Hoes
>>       Thanos Makatos
>>       Zheng Li
>>       Euan Harris
>>       Konstantina Chremmou
>>       Thomas Sanders
>>       Germano Percossi
>>       Vineeth Thampi Raveendran
>>
>> Can I please ask the existing committers to vote by replying to this mail?
>>
>> Thanks,
>>
>> Jon
>>
>
> -- 
> Keith Petley
> Senior Storage Development Engineer
>
> Citrix Systems UK Ltd
>
> Building 101 | Cambridge Science Park | Milton Road | Cambridge | CB4 0FY | UK
>
> T: +44 (0)1223 435609


--------------060304060908070802000402
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit

<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#333333">
    <font size="+1"><font face="Times New Roman, Times, serif">+1<br>
        <br>
      </font></font>
    <div class="moz-cite-prefix">On 15/05/14 08:14, Keith Petley wrote:<br>
    </div>
    <blockquote cite="mid:53747767.3080505@citrix.com" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <font size="-1">+1</font><br>
      <div class="moz-cite-prefix">On 14/05/14 17:27, Jon Ludlam wrote:<br>
      </div>
      <blockquote cite="mid:53739980.5050703@eu.citrix.com" type="cite">
        <pre wrap="">This is a proposal to change the committers to the XAPI Project.

As previously outlined on this list, the current set of committers
doesn't reflect reality. This proposal is to resync the list to one
based on the top committers to the repository over the last year or so.
The proposed list is:

     David Scott
     John Else
     Jon Ludlam
     Si Beaumont
     Rob Hoes
     Thanos Makatos
     Zheng Li
     Euan Harris
     Konstantina Chremmou
     Thomas Sanders
     Germano Percossi
     Vineeth Thampi Raveendran

Can I please ask the existing committers to vote by replying to this mail?

Thanks,

Jon

</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
Keith Petley
Senior Storage Development Engineer

Citrix Systems UK Ltd

Building 101 | Cambridge Science Park | Milton Road | Cambridge | CB4 0FY | UK

T: +44 (0)1223 435609</pre>
    </blockquote>
    <br>
  </body>
</html>

--------------060304060908070802000402--


--===============2625203331679657205==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============2625203331679657205==--


From xen-api-bounces@lists.xen.org Thu May 15 08:58:08 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:58:08 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrUN-0003HE-My; Thu, 15 May 2014 08:58:07 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1WkrUM-0003Gy-IQ
	for xen-api@lists.xen.org; Thu, 15 May 2014 08:58:06 +0000
Received: from [85.158.139.211:26313] by server-16.bemta-5.messagelabs.com id
	77/81-19700-D9184735; Thu, 15 May 2014 08:58:05 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-4.tower-206.messagelabs.com!1400144284!4406710!1
X-Originating-IP: [74.125.82.176]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22378 invoked from network); 15 May 2014 08:58:05 -0000
Received: from mail-we0-f176.google.com (HELO mail-we0-f176.google.com)
	(74.125.82.176)
	by server-4.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 08:58:05 -0000
Received: by mail-we0-f176.google.com with SMTP id q59so725011wes.21
	for <xen-api@lists.xen.org>; Thu, 15 May 2014 01:58:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=OFqAh1fg7vpmcKSqMcwOVXMJ8ac3F2c0N3jEaK6Od/o=;
	b=HW4+bFU17+D+5Y4cwpnC6z8iN0fkRZE+oFe/wzctxIsxAZ9r+On1HTzqw4GssqLxcA
	wMFZXG0nybu4J9HQi1qoXDDGuG/RnsJ9SdSiMkPv3cOne1wL7d1qHoJsgFZ9+ZxGx+Wc
	4I1Kfg44/PqaSdJDJPmYnOhfPcTFyanCHktQCXVmphCOw0zksuaeCkoTGdmH4dUx55TM
	UuyL7k87gUF+5DIDSllrhyaCHvMR/tWEpQNjGLCRRRmnSKmWlUqEp7laTiqRGPnM2UzW
	eq/h/yqv7NpRM2z3yx/udq8x15lcDal6jHPUd6bYazQeJ8l5ch+kOdC5VonQ6R6Fyt79
	uncQ==
X-Received: by 10.194.189.116 with SMTP id gh20mr7445657wjc.41.1400144284741; 
	Thu, 15 May 2014 01:58:04 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id ez5sm5938812wjd.9.2014.05.15.01.57.50
	for <xen-api@lists.xen.org>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 15 May 2014 01:58:03 -0700 (PDT)
Message-ID: <5374818E.4020904@xen.org>
Date: Thu, 15 May 2014 09:57:50 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: xen-api@lists.xen.org
References: <53739980.5050703@eu.citrix.com> <53746EF9.3000409@eu.citrix.com>
In-Reply-To: <53746EF9.3000409@eu.citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

All the existing committers have voted in favour. So the proposal 
carries. I will update the XAPI webpage 
http://www.xenproject.org/developers/teams/xapi.html aaccordingly
Lars

On 15/05/2014 08:38, Simon Rowe wrote:
> On 14/05/14 17:27, Jon Ludlam wrote:
>> This is a proposal to change the committers to the XAPI Project.
>>
>> As previously outlined on this list, the current set of committers
>> doesn't reflect reality. This proposal is to resync the list to one
>> based on the top committers to the repository over the last year or so.
>> The proposed list is:
>>
>>       David Scott
>>       John Else
>>       Jon Ludlam
>>       Si Beaumont
>>       Rob Hoes
>>       Thanos Makatos
>>       Zheng Li
>>       Euan Harris
>>       Konstantina Chremmou
>>       Thomas Sanders
>>       Germano Percossi
>>       Vineeth Thampi Raveendran
>>
>> Can I please ask the existing committers to vote by replying to this 
>> mail?
>>
>> Thanks,
>>
>> Jon
>>
> +1
>
>
> _______________________________________________
> Xen-api mailing list
> Xen-api@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 08:58:08 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 08:58:08 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrUN-0003HE-My; Thu, 15 May 2014 08:58:07 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1WkrUM-0003Gy-IQ
	for xen-api@lists.xen.org; Thu, 15 May 2014 08:58:06 +0000
Received: from [85.158.139.211:26313] by server-16.bemta-5.messagelabs.com id
	77/81-19700-D9184735; Thu, 15 May 2014 08:58:05 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-4.tower-206.messagelabs.com!1400144284!4406710!1
X-Originating-IP: [74.125.82.176]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22378 invoked from network); 15 May 2014 08:58:05 -0000
Received: from mail-we0-f176.google.com (HELO mail-we0-f176.google.com)
	(74.125.82.176)
	by server-4.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 08:58:05 -0000
Received: by mail-we0-f176.google.com with SMTP id q59so725011wes.21
	for <xen-api@lists.xen.org>; Thu, 15 May 2014 01:58:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=OFqAh1fg7vpmcKSqMcwOVXMJ8ac3F2c0N3jEaK6Od/o=;
	b=HW4+bFU17+D+5Y4cwpnC6z8iN0fkRZE+oFe/wzctxIsxAZ9r+On1HTzqw4GssqLxcA
	wMFZXG0nybu4J9HQi1qoXDDGuG/RnsJ9SdSiMkPv3cOne1wL7d1qHoJsgFZ9+ZxGx+Wc
	4I1Kfg44/PqaSdJDJPmYnOhfPcTFyanCHktQCXVmphCOw0zksuaeCkoTGdmH4dUx55TM
	UuyL7k87gUF+5DIDSllrhyaCHvMR/tWEpQNjGLCRRRmnSKmWlUqEp7laTiqRGPnM2UzW
	eq/h/yqv7NpRM2z3yx/udq8x15lcDal6jHPUd6bYazQeJ8l5ch+kOdC5VonQ6R6Fyt79
	uncQ==
X-Received: by 10.194.189.116 with SMTP id gh20mr7445657wjc.41.1400144284741; 
	Thu, 15 May 2014 01:58:04 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id ez5sm5938812wjd.9.2014.05.15.01.57.50
	for <xen-api@lists.xen.org>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 15 May 2014 01:58:03 -0700 (PDT)
Message-ID: <5374818E.4020904@xen.org>
Date: Thu, 15 May 2014 09:57:50 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: xen-api@lists.xen.org
References: <53739980.5050703@eu.citrix.com> <53746EF9.3000409@eu.citrix.com>
In-Reply-To: <53746EF9.3000409@eu.citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

All the existing committers have voted in favour. So the proposal 
carries. I will update the XAPI webpage 
http://www.xenproject.org/developers/teams/xapi.html aaccordingly
Lars

On 15/05/2014 08:38, Simon Rowe wrote:
> On 14/05/14 17:27, Jon Ludlam wrote:
>> This is a proposal to change the committers to the XAPI Project.
>>
>> As previously outlined on this list, the current set of committers
>> doesn't reflect reality. This proposal is to resync the list to one
>> based on the top committers to the repository over the last year or so.
>> The proposed list is:
>>
>>       David Scott
>>       John Else
>>       Jon Ludlam
>>       Si Beaumont
>>       Rob Hoes
>>       Thanos Makatos
>>       Zheng Li
>>       Euan Harris
>>       Konstantina Chremmou
>>       Thomas Sanders
>>       Germano Percossi
>>       Vineeth Thampi Raveendran
>>
>> Can I please ask the existing committers to vote by replying to this 
>> mail?
>>
>> Thanks,
>>
>> Jon
>>
> +1
>
>
> _______________________________________________
> Xen-api mailing list
> Xen-api@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 09:19:57 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 09:19:57 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrpS-0004Qv-Km; Thu, 15 May 2014 09:19:54 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <anil@recoil.org>) id 1WkrpR-0004Qp-KB
	for xen-api@lists.xen.org; Thu, 15 May 2014 09:19:53 +0000
Received: from [85.158.143.35:2800] by server-3.bemta-4.messagelabs.com id
	70/A3-13602-8B684735; Thu, 15 May 2014 09:19:52 +0000
X-Env-Sender: anil@recoil.org
X-Msg-Ref: server-10.tower-21.messagelabs.com!1400145591!5074782!1
X-Originating-IP: [89.16.177.154]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12900 invoked from network); 15 May 2014 09:19:51 -0000
Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) (89.16.177.154)
	by server-10.tower-21.messagelabs.com with SMTP;
	15 May 2014 09:19:51 -0000
Received: (qmail 9787 invoked by uid 634); 15 May 2014 09:19:51 -0000
X-Spam-Level: *
X-Spam-Status: No, hits=-1.0 required=5.0
	tests=ALL_TRUSTED
X-Spam-Check-By: dark.recoil.org
Received: from cpc7-cmbg14-2-0-cust238.5-4.cable.virginm.net (HELO
	[192.168.1.62]) (86.30.244.239)
	(smtp-auth username remote@recoil.org, mechanism cram-md5)
	by dark.recoil.org (qpsmtpd/0.84) with ESMTPA;
	Thu, 15 May 2014 10:19:51 +0100
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Anil Madhavapeddy <anil@recoil.org>
In-Reply-To: <5374818E.4020904@xen.org>
Date: Thu, 15 May 2014 10:19:49 +0100
Message-Id: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
References: <53739980.5050703@eu.citrix.com> <53746EF9.3000409@eu.citrix.com>
	<5374818E.4020904@xen.org>
To: lars.kurth@xen.org
X-Mailer: Apple Mail (2.1874)
X-Virus-Checked: Checked by ClamAV on dark.recoil.org
Cc: xen-api@lists.xen.org
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014, at 09:57, Lars Kurth <lars.kurth@xen.org> wrote:

> All the existing committers have voted in favour. So the proposal carries. I will update the XAPI webpage http://www.xenproject.org/developers/teams/xapi.html aaccordingly
> Lars
> 

This isn't intended to affect the voting, but I would note that it's slightly odd for an open-source project to switch its committers in such a big sweep without at least some discussion about how this affects the overall project direction.

It would be really nice (from my perspective as an interested outsider) to see a short introduction e-mail from the new committers, and a brief outline of what they have worked in the past and the areas of Xapi that they plan to improve.

best,
Anil




> On 15/05/2014 08:38, Simon Rowe wrote:
>> On 14/05/14 17:27, Jon Ludlam wrote:
>>> This is a proposal to change the committers to the XAPI Project.
>>> 
>>> As previously outlined on this list, the current set of committers
>>> doesn't reflect reality. This proposal is to resync the list to one
>>> based on the top committers to the repository over the last year or so.
>>> The proposed list is:
>>> 
>>>      David Scott
>>>      John Else
>>>      Jon Ludlam
>>>      Si Beaumont
>>>      Rob Hoes
>>>      Thanos Makatos
>>>      Zheng Li
>>>      Euan Harris
>>>      Konstantina Chremmou
>>>      Thomas Sanders
>>>      Germano Percossi
>>>      Vineeth Thampi Raveendran
>>> 
>>> Can I please ask the existing committers to vote by replying to this mail?
>>> 
>>> Thanks,
>>> 
>>> Jon
>>> 
>> +1
>> 
>> 
>> _______________________________________________
>> Xen-api mailing list
>> Xen-api@lists.xen.org
>> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
> 
> 
> _______________________________________________
> Xen-api mailing list
> Xen-api@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
> 


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 09:19:57 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 09:19:57 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkrpS-0004Qv-Km; Thu, 15 May 2014 09:19:54 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <anil@recoil.org>) id 1WkrpR-0004Qp-KB
	for xen-api@lists.xen.org; Thu, 15 May 2014 09:19:53 +0000
Received: from [85.158.143.35:2800] by server-3.bemta-4.messagelabs.com id
	70/A3-13602-8B684735; Thu, 15 May 2014 09:19:52 +0000
X-Env-Sender: anil@recoil.org
X-Msg-Ref: server-10.tower-21.messagelabs.com!1400145591!5074782!1
X-Originating-IP: [89.16.177.154]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12900 invoked from network); 15 May 2014 09:19:51 -0000
Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) (89.16.177.154)
	by server-10.tower-21.messagelabs.com with SMTP;
	15 May 2014 09:19:51 -0000
Received: (qmail 9787 invoked by uid 634); 15 May 2014 09:19:51 -0000
X-Spam-Level: *
X-Spam-Status: No, hits=-1.0 required=5.0
	tests=ALL_TRUSTED
X-Spam-Check-By: dark.recoil.org
Received: from cpc7-cmbg14-2-0-cust238.5-4.cable.virginm.net (HELO
	[192.168.1.62]) (86.30.244.239)
	(smtp-auth username remote@recoil.org, mechanism cram-md5)
	by dark.recoil.org (qpsmtpd/0.84) with ESMTPA;
	Thu, 15 May 2014 10:19:51 +0100
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Anil Madhavapeddy <anil@recoil.org>
In-Reply-To: <5374818E.4020904@xen.org>
Date: Thu, 15 May 2014 10:19:49 +0100
Message-Id: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
References: <53739980.5050703@eu.citrix.com> <53746EF9.3000409@eu.citrix.com>
	<5374818E.4020904@xen.org>
To: lars.kurth@xen.org
X-Mailer: Apple Mail (2.1874)
X-Virus-Checked: Checked by ClamAV on dark.recoil.org
Cc: xen-api@lists.xen.org
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014, at 09:57, Lars Kurth <lars.kurth@xen.org> wrote:

> All the existing committers have voted in favour. So the proposal carries. I will update the XAPI webpage http://www.xenproject.org/developers/teams/xapi.html aaccordingly
> Lars
> 

This isn't intended to affect the voting, but I would note that it's slightly odd for an open-source project to switch its committers in such a big sweep without at least some discussion about how this affects the overall project direction.

It would be really nice (from my perspective as an interested outsider) to see a short introduction e-mail from the new committers, and a brief outline of what they have worked in the past and the areas of Xapi that they plan to improve.

best,
Anil




> On 15/05/2014 08:38, Simon Rowe wrote:
>> On 14/05/14 17:27, Jon Ludlam wrote:
>>> This is a proposal to change the committers to the XAPI Project.
>>> 
>>> As previously outlined on this list, the current set of committers
>>> doesn't reflect reality. This proposal is to resync the list to one
>>> based on the top committers to the repository over the last year or so.
>>> The proposed list is:
>>> 
>>>      David Scott
>>>      John Else
>>>      Jon Ludlam
>>>      Si Beaumont
>>>      Rob Hoes
>>>      Thanos Makatos
>>>      Zheng Li
>>>      Euan Harris
>>>      Konstantina Chremmou
>>>      Thomas Sanders
>>>      Germano Percossi
>>>      Vineeth Thampi Raveendran
>>> 
>>> Can I please ask the existing committers to vote by replying to this mail?
>>> 
>>> Thanks,
>>> 
>>> Jon
>>> 
>> +1
>> 
>> 
>> _______________________________________________
>> Xen-api mailing list
>> Xen-api@lists.xen.org
>> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
> 
> 
> _______________________________________________
> Xen-api mailing list
> Xen-api@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
> 


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 10:05:32 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 10:05:32 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WksXX-0007WY-K8; Thu, 15 May 2014 10:05:27 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WksXG-0007VU-ET
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 10:05:10 +0000
Received: from [85.158.143.35:20511] by server-2.bemta-4.messagelabs.com id
	14/05-06539-55194735; Thu, 15 May 2014 10:05:09 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-8.tower-21.messagelabs.com!1400148308!5097684!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3275 invoked from network); 15 May 2014 10:05:09 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-8.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 10:05:09 -0000
X-IronPort-AV: E=Sophos;i="4.97,1058,1389744000"; d="scan'208";a="131412343"
Received: from accessns.citrite.net (HELO FTLPEX01CL03.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 10:05:07 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL03.citrite.net
	(10.13.107.80) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 06:05:07 -0400
Message-ID: <53749150.3080304@eu.citrix.com>
Date: Thu, 15 May 2014 11:05:04 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Germano Percossi <germano.percossi@citrix.com>, Jonathan Ludlam
	<Jonathan.Ludlam@citrix.com>, "xen-api@lists.xenproject.org"
	<xen-api@lists.xenproject.org>, Paul Durrant <Paul.Durrant@citrix.com>,
	Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley <keith.petley@citrix.com>
References: <53739980.5050703@eu.citrix.com>
	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>
In-Reply-To: <74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
X-Mailman-Approved-At: Thu, 15 May 2014 10:05:26 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 14/05/14 17:50, Germano Percossi wrote:
> Are the people not listed here still able to push into "Storage" repositories?
No, not directly. Pull requests can be made by anyone, of course. Is
there anyone you think ought to be added to the list?

Jon



_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 10:05:32 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 10:05:32 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WksXX-0007WY-K8; Thu, 15 May 2014 10:05:27 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WksXG-0007VU-ET
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 10:05:10 +0000
Received: from [85.158.143.35:20511] by server-2.bemta-4.messagelabs.com id
	14/05-06539-55194735; Thu, 15 May 2014 10:05:09 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-8.tower-21.messagelabs.com!1400148308!5097684!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3275 invoked from network); 15 May 2014 10:05:09 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-8.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 10:05:09 -0000
X-IronPort-AV: E=Sophos;i="4.97,1058,1389744000"; d="scan'208";a="131412343"
Received: from accessns.citrite.net (HELO FTLPEX01CL03.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 10:05:07 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL03.citrite.net
	(10.13.107.80) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 06:05:07 -0400
Message-ID: <53749150.3080304@eu.citrix.com>
Date: Thu, 15 May 2014 11:05:04 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Germano Percossi <germano.percossi@citrix.com>, Jonathan Ludlam
	<Jonathan.Ludlam@citrix.com>, "xen-api@lists.xenproject.org"
	<xen-api@lists.xenproject.org>, Paul Durrant <Paul.Durrant@citrix.com>,
	Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley <keith.petley@citrix.com>
References: <53739980.5050703@eu.citrix.com>
	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>
In-Reply-To: <74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
X-Mailman-Approved-At: Thu, 15 May 2014 10:05:26 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 14/05/14 17:50, Germano Percossi wrote:
> Are the people not listed here still able to push into "Storage" repositories?
No, not directly. Pull requests can be made by anyone, of course. Is
there anyone you think ought to be added to the list?

Jon



_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 10:15:11 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 10:15:11 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wksgv-0008Ex-Ju; Thu, 15 May 2014 10:15:09 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <germano.percossi@citrix.com>) id 1WksgT-0008Bn-Cc
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 10:14:41 +0000
Received: from [85.158.143.35:7849] by server-1.bemta-4.messagelabs.com id
	EA/FE-09853-09394735; Thu, 15 May 2014 10:14:40 +0000
X-Env-Sender: germano.percossi@citrix.com
X-Msg-Ref: server-14.tower-21.messagelabs.com!1400148880!5101526!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4646 invoked from network); 15 May 2014 10:14:40 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-14.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 10:14:40 -0000
X-IronPort-AV: E=Sophos;i="4.97,1058,1389744000"; d="scan'208";a="17384685"
Received: from unknown (HELO AMSPEX01CL03.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 15 May 2014 10:14:39 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.50]) by
	AMSPEX01CL03.citrite.net ([10.69.46.34]) with mapi id 14.03.0181.006;
	Thu, 15 May 2014 12:14:38 +0200
From: Germano Percossi <germano.percossi@citrix.com>
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Paul Durrant
	<Paul.Durrant@citrix.com>, Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley
	<keith.petley@citrix.com>
Thread-Topic: Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GD8vlf+uegfEKqabN1L7iE/ZtASXUFgAEAKQCAACPgLg==
Date: Thu, 15 May 2014 10:14:38 +0000
Message-ID: <74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>
In-Reply-To: <53749150.3080304@eu.citrix.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.69.46.1]
MIME-Version: 1.0
X-DLP: AMS1
X-Mailman-Approved-At: Thu, 15 May 2014 10:15:08 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Yes, Chandrika needs to be able to push.

Cheers,
Germano

________________________________________
From: Jonathan Ludlam
Sent: 15 May 2014 11:05
To: Germano Percossi; Jonathan Ludlam; xen-api@lists.xenproject.org; Paul Durrant; Simon Rowe; Keith Petley
Cc: Lars Kurth; Dave Scott; John Else; Simon Beaumont; Rob Hoes; Thanos Makatos; Zheng Li (3P); Euan Harris; Konstantina Chremmou; Thomas Sanders; Vineeth Thampi
Subject: Re: Proposal to change committers for the XAPI Project

On 14/05/14 17:50, Germano Percossi wrote:
> Are the people not listed here still able to push into "Storage" repositories?
No, not directly. Pull requests can be made by anyone, of course. Is
there anyone you think ought to be added to the list?

Jon



_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 10:15:11 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 10:15:11 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wksgv-0008Ex-Ju; Thu, 15 May 2014 10:15:09 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <germano.percossi@citrix.com>) id 1WksgT-0008Bn-Cc
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 10:14:41 +0000
Received: from [85.158.143.35:7849] by server-1.bemta-4.messagelabs.com id
	EA/FE-09853-09394735; Thu, 15 May 2014 10:14:40 +0000
X-Env-Sender: germano.percossi@citrix.com
X-Msg-Ref: server-14.tower-21.messagelabs.com!1400148880!5101526!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4646 invoked from network); 15 May 2014 10:14:40 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-14.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 10:14:40 -0000
X-IronPort-AV: E=Sophos;i="4.97,1058,1389744000"; d="scan'208";a="17384685"
Received: from unknown (HELO AMSPEX01CL03.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 15 May 2014 10:14:39 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.50]) by
	AMSPEX01CL03.citrite.net ([10.69.46.34]) with mapi id 14.03.0181.006;
	Thu, 15 May 2014 12:14:38 +0200
From: Germano Percossi <germano.percossi@citrix.com>
To: Jonathan Ludlam <Jonathan.Ludlam@citrix.com>,
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>, Paul Durrant
	<Paul.Durrant@citrix.com>, Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley
	<keith.petley@citrix.com>
Thread-Topic: Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GD8vlf+uegfEKqabN1L7iE/ZtASXUFgAEAKQCAACPgLg==
Date: Thu, 15 May 2014 10:14:38 +0000
Message-ID: <74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>
In-Reply-To: <53749150.3080304@eu.citrix.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.69.46.1]
MIME-Version: 1.0
X-DLP: AMS1
X-Mailman-Approved-At: Thu, 15 May 2014 10:15:08 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Yes, Chandrika needs to be able to push.

Cheers,
Germano

________________________________________
From: Jonathan Ludlam
Sent: 15 May 2014 11:05
To: Germano Percossi; Jonathan Ludlam; xen-api@lists.xenproject.org; Paul Durrant; Simon Rowe; Keith Petley
Cc: Lars Kurth; Dave Scott; John Else; Simon Beaumont; Rob Hoes; Thanos Makatos; Zheng Li (3P); Euan Harris; Konstantina Chremmou; Thomas Sanders; Vineeth Thampi
Subject: Re: Proposal to change committers for the XAPI Project

On 14/05/14 17:50, Germano Percossi wrote:
> Are the people not listed here still able to push into "Storage" repositories?
No, not directly. Pull requests can be made by anyone, of course. Is
there anyone you think ought to be added to the list?

Jon



_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 10:32:14 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 10:32:14 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WksxP-0002AO-A6; Thu, 15 May 2014 10:32:11 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WksxO-0002A7-DI
	for xen-api@lists.xen.org; Thu, 15 May 2014 10:32:10 +0000
Received: from [85.158.143.35:14306] by server-2.bemta-4.messagelabs.com id
	EB/E8-06539-9A794735; Thu, 15 May 2014 10:32:09 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-5.tower-21.messagelabs.com!1400149927!5076140!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12658 invoked from network); 15 May 2014 10:32:09 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-5.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 10:32:09 -0000
X-IronPort-AV: E=Sophos;i="4.97,1058,1389744000"; d="scan'208";a="131418431"
Received: from accessns.citrite.net (HELO FTLPEX01CL03.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 10:32:09 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL03.citrite.net
	(10.13.107.80) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 06:32:07 -0400
Message-ID: <537497A6.2020501@eu.citrix.com>
Date: Thu, 15 May 2014 11:32:06 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: <xen-api@lists.xen.org>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
In-Reply-To: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/14 10:19, Anil Madhavapeddy wrote:
> This isn't intended to affect the voting, but I would note that it's slightly odd for an open-source project to switch its committers in such a big sweep without at least some discussion about how this affects the overall project direction.
The thing is, this isn't a change in committers in reality - it's
replacing a wrong list of committers with a more accurate one.
>
> It would be really nice (from my perspective as an interested outsider) to see a short introduction e-mail from the new committers, and a brief outline of what they have worked in the past and the areas of Xapi that they plan to improve.

I think this is a good idea in any case. So, to kick things off, here's
where I stand:

I have worked on xapi since 2006, well before it was an open source
project. I've done all sorts of things on it in that time, from work on
the storage interface (in particular working on storage migration), the
events mechanism, the CLI, and other bits and pieces.

What I'm aiming to focus on now is to continue the efforts to take the
xapi project from being something that only builds and works well in a
XenServer context to being something that works well wherever you run
it. We've made enormous progress already on this front, but there is
more to be done! I'd be very keen to work with anyone who wants to get
it working on their favourite distro :-)

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 10:32:14 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 10:32:14 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WksxP-0002AO-A6; Thu, 15 May 2014 10:32:11 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WksxO-0002A7-DI
	for xen-api@lists.xen.org; Thu, 15 May 2014 10:32:10 +0000
Received: from [85.158.143.35:14306] by server-2.bemta-4.messagelabs.com id
	EB/E8-06539-9A794735; Thu, 15 May 2014 10:32:09 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-5.tower-21.messagelabs.com!1400149927!5076140!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12658 invoked from network); 15 May 2014 10:32:09 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-5.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 10:32:09 -0000
X-IronPort-AV: E=Sophos;i="4.97,1058,1389744000"; d="scan'208";a="131418431"
Received: from accessns.citrite.net (HELO FTLPEX01CL03.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 10:32:09 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL03.citrite.net
	(10.13.107.80) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 06:32:07 -0400
Message-ID: <537497A6.2020501@eu.citrix.com>
Date: Thu, 15 May 2014 11:32:06 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: <xen-api@lists.xen.org>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
In-Reply-To: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/14 10:19, Anil Madhavapeddy wrote:
> This isn't intended to affect the voting, but I would note that it's slightly odd for an open-source project to switch its committers in such a big sweep without at least some discussion about how this affects the overall project direction.
The thing is, this isn't a change in committers in reality - it's
replacing a wrong list of committers with a more accurate one.
>
> It would be really nice (from my perspective as an interested outsider) to see a short introduction e-mail from the new committers, and a brief outline of what they have worked in the past and the areas of Xapi that they plan to improve.

I think this is a good idea in any case. So, to kick things off, here's
where I stand:

I have worked on xapi since 2006, well before it was an open source
project. I've done all sorts of things on it in that time, from work on
the storage interface (in particular working on storage migration), the
events mechanism, the CLI, and other bits and pieces.

What I'm aiming to focus on now is to continue the efforts to take the
xapi project from being something that only builds and works well in a
XenServer context to being something that works well wherever you run
it. We've made enormous progress already on this front, but there is
more to be done! I'd be very keen to work with anyone who wants to get
it working on their favourite distro :-)

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 10:43:57 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 10:43:57 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkt8k-000431-7P; Thu, 15 May 2014 10:43:54 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WkskX-0000H1-Kz
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 10:18:53 +0000
Received: from [193.109.254.147:41498] by server-11.bemta-14.messagelabs.com
	id EC/DB-09902-D8494735; Thu, 15 May 2014 10:18:53 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1400149131!4939569!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4339 invoked from network); 15 May 2014 10:18:52 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 10:18:52 -0000
X-IronPort-AV: E=Sophos;i="4.97,1058,1389744000"; d="scan'208";a="131415571"
Received: from accessns.citrite.net (HELO FTLPEX01CL03.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 10:18:23 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL03.citrite.net
	(10.13.107.80) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 06:18:21 -0400
Message-ID: <5374946A.1000700@eu.citrix.com>
Date: Thu, 15 May 2014 11:18:18 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Germano Percossi <germano.percossi@citrix.com>, Jonathan Ludlam
	<Jonathan.Ludlam@citrix.com>, "xen-api@lists.xenproject.org"
	<xen-api@lists.xenproject.org>, Paul Durrant <Paul.Durrant@citrix.com>,
	Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley <keith.petley@citrix.com>
References: <53739980.5050703@eu.citrix.com>
	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>
	<74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>
In-Reply-To: <74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA2
X-Mailman-Approved-At: Thu, 15 May 2014 10:43:52 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/14 11:14, Germano Percossi wrote:
> Yes, Chandrika needs to be able to push.
OK, seems reasonable to me. She was a couple of places down from the
arbitrary cutoff I made in my commits count list. Lets add her. I hope
this doesn't mean we have to restart the vote...?

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 10:43:57 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 10:43:57 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkt8k-000431-7P; Thu, 15 May 2014 10:43:54 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WkskX-0000H1-Kz
	for xen-api@lists.xenproject.org; Thu, 15 May 2014 10:18:53 +0000
Received: from [193.109.254.147:41498] by server-11.bemta-14.messagelabs.com
	id EC/DB-09902-D8494735; Thu, 15 May 2014 10:18:53 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1400149131!4939569!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4339 invoked from network); 15 May 2014 10:18:52 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 10:18:52 -0000
X-IronPort-AV: E=Sophos;i="4.97,1058,1389744000"; d="scan'208";a="131415571"
Received: from accessns.citrite.net (HELO FTLPEX01CL03.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 10:18:23 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL03.citrite.net
	(10.13.107.80) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 06:18:21 -0400
Message-ID: <5374946A.1000700@eu.citrix.com>
Date: Thu, 15 May 2014 11:18:18 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Germano Percossi <germano.percossi@citrix.com>, Jonathan Ludlam
	<Jonathan.Ludlam@citrix.com>, "xen-api@lists.xenproject.org"
	<xen-api@lists.xenproject.org>, Paul Durrant <Paul.Durrant@citrix.com>,
	Simon Rowe <Simon.Rowe@citrix.com>, Keith Petley <keith.petley@citrix.com>
References: <53739980.5050703@eu.citrix.com>
	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>
	<74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>
In-Reply-To: <74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA2
X-Mailman-Approved-At: Thu, 15 May 2014 10:43:52 +0000
Cc: Lars Kurth <lars.kurth@citrix.com>, Dave Scott <Dave.Scott@citrix.com>,
	Vineeth Thampi <vineeth.thampi@citrix.com>,
	"Zheng Li \(3P\)" <zheng.li3@citrix.com>,
	Thanos Makatos <thanos.makatos@citrix.com>,
	Konstantina Chremmou <konstantina.chremmou@citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/14 11:14, Germano Percossi wrote:
> Yes, Chandrika needs to be able to push.
OK, seems reasonable to me. She was a couple of places down from the
arbitrary cutoff I made in my commits count list. Lets add her. I hope
this doesn't mean we have to restart the vote...?

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 11:18:25 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 11:18:25 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wktg3-0006J7-0t; Thu, 15 May 2014 11:18:19 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <anil@recoil.org>) id 1Wktg1-0006J2-OW
	for xen-api@lists.xen.org; Thu, 15 May 2014 11:18:17 +0000
Received: from [193.109.254.147:7336] by server-5.bemta-14.messagelabs.com id
	D7/BC-26413-972A4735; Thu, 15 May 2014 11:18:17 +0000
X-Env-Sender: anil@recoil.org
X-Msg-Ref: server-15.tower-27.messagelabs.com!1400152694!5005191!1
X-Originating-IP: [89.16.177.154]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27857 invoked from network); 15 May 2014 11:18:14 -0000
Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) (89.16.177.154)
	by server-15.tower-27.messagelabs.com with SMTP;
	15 May 2014 11:18:14 -0000
Received: (qmail 8635 invoked by uid 634); 15 May 2014 11:18:14 -0000
X-Spam-Level: *
X-Spam-Status: No, hits=-1.0 required=5.0
	tests=ALL_TRUSTED
X-Spam-Check-By: dark.recoil.org
Received: from host81-149-102-120.in-addr.btopenworld.com (HELO [10.0.0.108])
	(81.149.102.120)
	(smtp-auth username remote@recoil.org, mechanism cram-md5)
	by dark.recoil.org (qpsmtpd/0.84) with ESMTPA;
	Thu, 15 May 2014 12:18:13 +0100
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Anil Madhavapeddy <anil@recoil.org>
In-Reply-To: <537497A6.2020501@eu.citrix.com>
Date: Thu, 15 May 2014 12:18:11 +0100
Message-Id: <F81CC2A0-549D-4CB3-91D7-9E05BF890B36@recoil.org>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
	<537497A6.2020501@eu.citrix.com>
To: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
X-Mailer: Apple Mail (2.1874)
X-Virus-Checked: Checked by ClamAV on dark.recoil.org
Cc: xen-api@lists.xen.org
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014, at 11:32, Jon Ludlam <jonathan.ludlam@eu.citrix.com> wrote:

> On 15/05/14 10:19, Anil Madhavapeddy wrote:
>> This isn't intended to affect the voting, but I would note that it's slightly odd for an open-source project to switch its committers in such a big sweep without at least some discussion about how this affects the overall project direction.
> The thing is, this isn't a change in committers in reality - it's
> replacing a wrong list of committers with a more accurate one.

Ack; that makes sense.

>> It would be really nice (from my perspective as an interested outsider) to see a short introduction e-mail from the new committers, and a brief outline of what they have worked in the past and the areas of Xapi that they plan to improve.
> 
> I think this is a good idea in any case. So, to kick things off, here's
> where I stand:
> 
> I have worked on xapi since 2006, well before it was an open source
> project. I've done all sorts of things on it in that time, from work on
> the storage interface (in particular working on storage migration), the
> events mechanism, the CLI, and other bits and pieces.
> 
> What I'm aiming to focus on now is to continue the efforts to take the
> xapi project from being something that only builds and works well in a
> XenServer context to being something that works well wherever you run
> it. We've made enormous progress already on this front, but there is
> more to be done! I'd be very keen to work with anyone who wants to get
> it working on their favourite distro :-)

I'm particularly interested in getting a Xapi instance running as a stable
package in OPAM.  This would make it much easier to experiment with the
codebase in a VM in particular.

Dave and I are mentoring a GSoC student on the topic of cloud APIs, but
spending most of her time on getting Xapi installed wouldn't be productive,
hence the desire for this.  If the OCaml xml-rpc bindings work from
OPAM too, that would be a very nice place to start.

best,
Anil



_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 11:18:25 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 11:18:25 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wktg3-0006J7-0t; Thu, 15 May 2014 11:18:19 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <anil@recoil.org>) id 1Wktg1-0006J2-OW
	for xen-api@lists.xen.org; Thu, 15 May 2014 11:18:17 +0000
Received: from [193.109.254.147:7336] by server-5.bemta-14.messagelabs.com id
	D7/BC-26413-972A4735; Thu, 15 May 2014 11:18:17 +0000
X-Env-Sender: anil@recoil.org
X-Msg-Ref: server-15.tower-27.messagelabs.com!1400152694!5005191!1
X-Originating-IP: [89.16.177.154]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27857 invoked from network); 15 May 2014 11:18:14 -0000
Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) (89.16.177.154)
	by server-15.tower-27.messagelabs.com with SMTP;
	15 May 2014 11:18:14 -0000
Received: (qmail 8635 invoked by uid 634); 15 May 2014 11:18:14 -0000
X-Spam-Level: *
X-Spam-Status: No, hits=-1.0 required=5.0
	tests=ALL_TRUSTED
X-Spam-Check-By: dark.recoil.org
Received: from host81-149-102-120.in-addr.btopenworld.com (HELO [10.0.0.108])
	(81.149.102.120)
	(smtp-auth username remote@recoil.org, mechanism cram-md5)
	by dark.recoil.org (qpsmtpd/0.84) with ESMTPA;
	Thu, 15 May 2014 12:18:13 +0100
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Anil Madhavapeddy <anil@recoil.org>
In-Reply-To: <537497A6.2020501@eu.citrix.com>
Date: Thu, 15 May 2014 12:18:11 +0100
Message-Id: <F81CC2A0-549D-4CB3-91D7-9E05BF890B36@recoil.org>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
	<537497A6.2020501@eu.citrix.com>
To: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
X-Mailer: Apple Mail (2.1874)
X-Virus-Checked: Checked by ClamAV on dark.recoil.org
Cc: xen-api@lists.xen.org
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014, at 11:32, Jon Ludlam <jonathan.ludlam@eu.citrix.com> wrote:

> On 15/05/14 10:19, Anil Madhavapeddy wrote:
>> This isn't intended to affect the voting, but I would note that it's slightly odd for an open-source project to switch its committers in such a big sweep without at least some discussion about how this affects the overall project direction.
> The thing is, this isn't a change in committers in reality - it's
> replacing a wrong list of committers with a more accurate one.

Ack; that makes sense.

>> It would be really nice (from my perspective as an interested outsider) to see a short introduction e-mail from the new committers, and a brief outline of what they have worked in the past and the areas of Xapi that they plan to improve.
> 
> I think this is a good idea in any case. So, to kick things off, here's
> where I stand:
> 
> I have worked on xapi since 2006, well before it was an open source
> project. I've done all sorts of things on it in that time, from work on
> the storage interface (in particular working on storage migration), the
> events mechanism, the CLI, and other bits and pieces.
> 
> What I'm aiming to focus on now is to continue the efforts to take the
> xapi project from being something that only builds and works well in a
> XenServer context to being something that works well wherever you run
> it. We've made enormous progress already on this front, but there is
> more to be done! I'd be very keen to work with anyone who wants to get
> it working on their favourite distro :-)

I'm particularly interested in getting a Xapi instance running as a stable
package in OPAM.  This would make it much easier to experiment with the
codebase in a VM in particular.

Dave and I are mentoring a GSoC student on the topic of cloud APIs, but
spending most of her time on getting Xapi installed wouldn't be productive,
hence the desire for this.  If the OCaml xml-rpc bindings work from
OPAM too, that would be a very nice place to start.

best,
Anil



_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 12:45:29 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 12:45:29 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkv2H-0004AB-Pt; Thu, 15 May 2014 12:45:21 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1Wkv2F-00049u-KP
	for xen-api@lists.xen.org; Thu, 15 May 2014 12:45:20 +0000
Received: from [193.109.254.147:63882] by server-6.bemta-14.messagelabs.com id
	E4/77-13066-FD6B4735; Thu, 15 May 2014 12:45:19 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-4.tower-27.messagelabs.com!1400157917!5031644!1
X-Originating-IP: [209.85.212.181]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30203 invoked from network); 15 May 2014 12:45:17 -0000
Received: from mail-wi0-f181.google.com (HELO mail-wi0-f181.google.com)
	(209.85.212.181)
	by server-4.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 12:45:17 -0000
Received: by mail-wi0-f181.google.com with SMTP id n15so4091309wiw.14
	for <xen-api@lists.xen.org>; Thu, 15 May 2014 05:45:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=53MxUHpe/+aeYN9/oA/bqXpkyWYV0sAuexjW4rM4OKQ=;
	b=Opv7q89hr8Y401bnef1VoOHzsuDZWVy4PvmPAkmTkU7JbBgi5gEDfg267vd7jSRSbk
	1QEmqpo6w/QsaP1cFqgoAbPHVvYZb3isTGbrwirD1Ukp+dOM5b2m4DqxBNIeCEXmG/gX
	e7g+VfNh+PKCtj0Q2PkEzUFJx8Er+vlUAtY9UO4PwoYG8Kgylr+fk1qOD1wpGqFHc7m+
	bpz6QkSzr28I0G+4j1JUzIdqAq4xcIS0E6najeY5aEsmcav2LSN47YMqhvxV0axntd3F
	p/8W0VKsyWfrFf+n/HAamHi43JaPnpR2bHc3cnp9P9g4VaMKbG4FdWb77qvg7XGYmYGF
	v2RA==
X-Received: by 10.180.211.239 with SMTP id nf15mr31034373wic.9.1400157917557; 
	Thu, 15 May 2014 05:45:17 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id s2sm33482649wia.7.2014.05.15.05.45.16
	for <xen-api@lists.xen.org>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 15 May 2014 05:45:16 -0700 (PDT)
Message-ID: <5374B6DB.2050901@xen.org>
Date: Thu, 15 May 2014 13:45:15 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: xen-api@lists.xen.org
References: <53739980.5050703@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>
	<5374946A.1000700@eu.citrix.com>
In-Reply-To: <5374946A.1000700@eu.citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/2014 11:18, Jon Ludlam wrote:
> On 15/05/14 11:14, Germano Percossi wrote:
>> Yes, Chandrika needs to be able to push.
> OK, seems reasonable to me. She was a couple of places down from the
> arbitrary cutoff I made in my commits count list. Lets add her. I hope
> this doesn't mean we have to restart the vote...?
Fine with me. I need a full name?
Lars


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 12:45:29 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 12:45:29 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkv2H-0004AB-Pt; Thu, 15 May 2014 12:45:21 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1Wkv2F-00049u-KP
	for xen-api@lists.xen.org; Thu, 15 May 2014 12:45:20 +0000
Received: from [193.109.254.147:63882] by server-6.bemta-14.messagelabs.com id
	E4/77-13066-FD6B4735; Thu, 15 May 2014 12:45:19 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-4.tower-27.messagelabs.com!1400157917!5031644!1
X-Originating-IP: [209.85.212.181]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30203 invoked from network); 15 May 2014 12:45:17 -0000
Received: from mail-wi0-f181.google.com (HELO mail-wi0-f181.google.com)
	(209.85.212.181)
	by server-4.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 12:45:17 -0000
Received: by mail-wi0-f181.google.com with SMTP id n15so4091309wiw.14
	for <xen-api@lists.xen.org>; Thu, 15 May 2014 05:45:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=53MxUHpe/+aeYN9/oA/bqXpkyWYV0sAuexjW4rM4OKQ=;
	b=Opv7q89hr8Y401bnef1VoOHzsuDZWVy4PvmPAkmTkU7JbBgi5gEDfg267vd7jSRSbk
	1QEmqpo6w/QsaP1cFqgoAbPHVvYZb3isTGbrwirD1Ukp+dOM5b2m4DqxBNIeCEXmG/gX
	e7g+VfNh+PKCtj0Q2PkEzUFJx8Er+vlUAtY9UO4PwoYG8Kgylr+fk1qOD1wpGqFHc7m+
	bpz6QkSzr28I0G+4j1JUzIdqAq4xcIS0E6najeY5aEsmcav2LSN47YMqhvxV0axntd3F
	p/8W0VKsyWfrFf+n/HAamHi43JaPnpR2bHc3cnp9P9g4VaMKbG4FdWb77qvg7XGYmYGF
	v2RA==
X-Received: by 10.180.211.239 with SMTP id nf15mr31034373wic.9.1400157917557; 
	Thu, 15 May 2014 05:45:17 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id s2sm33482649wia.7.2014.05.15.05.45.16
	for <xen-api@lists.xen.org>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 15 May 2014 05:45:16 -0700 (PDT)
Message-ID: <5374B6DB.2050901@xen.org>
Date: Thu, 15 May 2014 13:45:15 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: xen-api@lists.xen.org
References: <53739980.5050703@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>
	<5374946A.1000700@eu.citrix.com>
In-Reply-To: <5374946A.1000700@eu.citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/2014 11:18, Jon Ludlam wrote:
> On 15/05/14 11:14, Germano Percossi wrote:
>> Yes, Chandrika needs to be able to push.
> OK, seems reasonable to me. She was a couple of places down from the
> arbitrary cutoff I made in my commits count list. Lets add her. I hope
> this doesn't mean we have to restart the vote...?
Fine with me. I need a full name?
Lars


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 12:53:08 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 12:53:08 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkv9k-0004qq-Ug; Thu, 15 May 2014 12:53:04 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1Wkv9j-0004ql-Nc
	for xen-api@lists.xen.org; Thu, 15 May 2014 12:53:03 +0000
Received: from [193.109.254.147:64994] by server-12.bemta-14.messagelabs.com
	id 45/72-27473-FA8B4735; Thu, 15 May 2014 12:53:03 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-9.tower-27.messagelabs.com!1400158381!5019880!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8466 invoked from network); 15 May 2014 12:53:02 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-9.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 12:53:02 -0000
X-IronPort-AV: E=Sophos;i="4.97,1059,1389744000"; d="scan'208";a="130673767"
Received: from accessns.citrite.net (HELO FTLPEX01CL02.citrite.net)
	([10.9.154.239])
	by FTLPIPO02.CITRIX.COM with ESMTP; 15 May 2014 12:53:00 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL02.citrite.net
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 08:53:00 -0400
Message-ID: <5374B8AB.8040505@eu.citrix.com>
Date: Thu, 15 May 2014 13:52:59 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Anil Madhavapeddy <anil@recoil.org>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
	<537497A6.2020501@eu.citrix.com>
	<F81CC2A0-549D-4CB3-91D7-9E05BF890B36@recoil.org>
In-Reply-To: <F81CC2A0-549D-4CB3-91D7-9E05BF890B36@recoil.org>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
Cc: xen-api@lists.xen.org
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/14 12:18, Anil Madhavapeddy wrote:
> I'm particularly interested in getting a Xapi instance running as a
> stable package in OPAM. This would make it much easier to experiment
> with the codebase in a VM in particular. Dave and I are mentoring a
> GSoC student on the topic of cloud APIs, but spending most of her time
> on getting Xapi installed wouldn't be productive, hence the desire for
> this. If the OCaml xml-rpc bindings work from OPAM too, that would be
> a very nice place to start. best, Anil 

Agreed, that would be really nice. We had something like this working
before; if you add the xapi-project opam repository it might even still
work. However, I'm not convinced that it was executed in the right way.
The trouble is the set of daemons are all intended to run system-wide,
and getting them to run from within your .opam directory was awkward.

Is there a best-practices guide for doing this sort of thing? Should we
be only using opam to install the libraries, and something else for
installing the daemons & executables? Should we be symlinking rather
than changing the hardcoded paths? Should we try and put as many paths
into config files (difficult when the path is in a library used by
several components)?

Getting the XenAPI client library working is much easier - in fact, this
bit already works and is in the normal opam repository. I can post a
walkthrough of this if you like?

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 12:53:08 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 12:53:08 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkv9k-0004qq-Ug; Thu, 15 May 2014 12:53:04 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1Wkv9j-0004ql-Nc
	for xen-api@lists.xen.org; Thu, 15 May 2014 12:53:03 +0000
Received: from [193.109.254.147:64994] by server-12.bemta-14.messagelabs.com
	id 45/72-27473-FA8B4735; Thu, 15 May 2014 12:53:03 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-9.tower-27.messagelabs.com!1400158381!5019880!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8466 invoked from network); 15 May 2014 12:53:02 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-9.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 12:53:02 -0000
X-IronPort-AV: E=Sophos;i="4.97,1059,1389744000"; d="scan'208";a="130673767"
Received: from accessns.citrite.net (HELO FTLPEX01CL02.citrite.net)
	([10.9.154.239])
	by FTLPIPO02.CITRIX.COM with ESMTP; 15 May 2014 12:53:00 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL02.citrite.net
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 08:53:00 -0400
Message-ID: <5374B8AB.8040505@eu.citrix.com>
Date: Thu, 15 May 2014 13:52:59 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Anil Madhavapeddy <anil@recoil.org>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
	<537497A6.2020501@eu.citrix.com>
	<F81CC2A0-549D-4CB3-91D7-9E05BF890B36@recoil.org>
In-Reply-To: <F81CC2A0-549D-4CB3-91D7-9E05BF890B36@recoil.org>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA1
Cc: xen-api@lists.xen.org
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/14 12:18, Anil Madhavapeddy wrote:
> I'm particularly interested in getting a Xapi instance running as a
> stable package in OPAM. This would make it much easier to experiment
> with the codebase in a VM in particular. Dave and I are mentoring a
> GSoC student on the topic of cloud APIs, but spending most of her time
> on getting Xapi installed wouldn't be productive, hence the desire for
> this. If the OCaml xml-rpc bindings work from OPAM too, that would be
> a very nice place to start. best, Anil 

Agreed, that would be really nice. We had something like this working
before; if you add the xapi-project opam repository it might even still
work. However, I'm not convinced that it was executed in the right way.
The trouble is the set of daemons are all intended to run system-wide,
and getting them to run from within your .opam directory was awkward.

Is there a best-practices guide for doing this sort of thing? Should we
be only using opam to install the libraries, and something else for
installing the daemons & executables? Should we be symlinking rather
than changing the hardcoded paths? Should we try and put as many paths
into config files (difficult when the path is in a library used by
several components)?

Getting the XenAPI client library working is much easier - in fact, this
bit already works and is in the normal opam repository. I can post a
walkthrough of this if you like?

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 13:02:37 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 13:02:37 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkvIu-0005su-Bf; Thu, 15 May 2014 13:02:32 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WkvIt-0005s9-5L
	for xen-api@lists.xen.org; Thu, 15 May 2014 13:02:31 +0000
Received: from [85.158.137.68:54983] by server-15.bemta-3.messagelabs.com id
	0D/3E-13757-6EAB4735; Thu, 15 May 2014 13:02:30 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-9.tower-31.messagelabs.com!1400158947!384092!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30393 invoked from network); 15 May 2014 13:02:29 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-9.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 13:02:29 -0000
X-IronPort-AV: E=Sophos;i="4.97,1059,1389744000"; d="scan'208";a="131459018"
Received: from accessns.citrite.net (HELO FTLPEX01CL03.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 13:01:57 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL03.citrite.net
	(10.13.107.80) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 09:01:56 -0400
Message-ID: <5374BAC4.7030500@eu.citrix.com>
Date: Thu, 15 May 2014 14:01:56 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: <xen-api@lists.xen.org>
References: <53739980.5050703@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>	<5374946A.1000700@eu.citrix.com>
	<5374B6DB.2050901@xen.org>
In-Reply-To: <5374B6DB.2050901@xen.org>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA2
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/14 13:45, Lars Kurth wrote:
> On 15/05/2014 11:18, Jon Ludlam wrote:
>> On 15/05/14 11:14, Germano Percossi wrote:
>>> Yes, Chandrika needs to be able to push.
>> OK, seems reasonable to me. She was a couple of places down from the
>> arbitrary cutoff I made in my commits count list. Lets add her. I hope
>> this doesn't mean we have to restart the vote...?
> Fine with me. I need a full name?
> Lars
Chandrika Srinivasan

Cheers,

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 13:02:37 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 13:02:37 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkvIu-0005su-Bf; Thu, 15 May 2014 13:02:32 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Jonathan.Ludlam@citrix.com>) id 1WkvIt-0005s9-5L
	for xen-api@lists.xen.org; Thu, 15 May 2014 13:02:31 +0000
Received: from [85.158.137.68:54983] by server-15.bemta-3.messagelabs.com id
	0D/3E-13757-6EAB4735; Thu, 15 May 2014 13:02:30 +0000
X-Env-Sender: Jonathan.Ludlam@citrix.com
X-Msg-Ref: server-9.tower-31.messagelabs.com!1400158947!384092!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30393 invoked from network); 15 May 2014 13:02:29 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-9.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 13:02:29 -0000
X-IronPort-AV: E=Sophos;i="4.97,1059,1389744000"; d="scan'208";a="131459018"
Received: from accessns.citrite.net (HELO FTLPEX01CL03.citrite.net)
	([10.9.154.239])
	by FTLPIPO01.CITRIX.COM with ESMTP; 15 May 2014 13:01:57 +0000
Received: from [10.80.3.75] (10.80.3.75) by FTLPEX01CL03.citrite.net
	(10.13.107.80) with Microsoft SMTP Server id 14.3.181.6;
	Thu, 15 May 2014 09:01:56 -0400
Message-ID: <5374BAC4.7030500@eu.citrix.com>
Date: Thu, 15 May 2014 14:01:56 +0100
From: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: <xen-api@lists.xen.org>
References: <53739980.5050703@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>	<5374946A.1000700@eu.citrix.com>
	<5374B6DB.2050901@xen.org>
In-Reply-To: <5374B6DB.2050901@xen.org>
X-Originating-IP: [10.80.3.75]
X-DLP: MIA2
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/14 13:45, Lars Kurth wrote:
> On 15/05/2014 11:18, Jon Ludlam wrote:
>> On 15/05/14 11:14, Germano Percossi wrote:
>>> Yes, Chandrika needs to be able to push.
>> OK, seems reasonable to me. She was a couple of places down from the
>> arbitrary cutoff I made in my commits count list. Lets add her. I hope
>> this doesn't mean we have to restart the vote...?
> Fine with me. I need a full name?
> Lars
Chandrika Srinivasan

Cheers,

Jon


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 13:42:10 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 13:42:10 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkvv9-0000kr-96; Thu, 15 May 2014 13:42:03 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <anil@recoil.org>) id 1Wkvv8-0000kc-7s
	for xen-api@lists.xen.org; Thu, 15 May 2014 13:42:02 +0000
Received: from [193.109.254.147:7423] by server-3.bemta-14.messagelabs.com id
	91/D5-22179-924C4735; Thu, 15 May 2014 13:42:01 +0000
X-Env-Sender: anil@recoil.org
X-Msg-Ref: server-14.tower-27.messagelabs.com!1400161320!5045691!1
X-Originating-IP: [89.16.177.154]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14758 invoked from network); 15 May 2014 13:42:00 -0000
Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) (89.16.177.154)
	by server-14.tower-27.messagelabs.com with SMTP;
	15 May 2014 13:42:00 -0000
Received: (qmail 11059 invoked by uid 634); 15 May 2014 13:41:59 -0000
X-Spam-Level: *
X-Spam-Status: No, hits=-1.0 required=5.0
	tests=ALL_TRUSTED
X-Spam-Check-By: dark.recoil.org
Received: from cpc7-cmbg14-2-0-cust238.5-4.cable.virginm.net (HELO
	[192.168.1.62]) (86.30.244.239)
	(smtp-auth username remote@recoil.org, mechanism cram-md5)
	by dark.recoil.org (qpsmtpd/0.84) with ESMTPA;
	Thu, 15 May 2014 14:41:59 +0100
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Anil Madhavapeddy <anil@recoil.org>
In-Reply-To: <5374B8AB.8040505@eu.citrix.com>
Date: Thu, 15 May 2014 14:41:57 +0100
Message-Id: <EBD8A53C-BF69-4D91-9E4E-52F77F31820A@recoil.org>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
	<537497A6.2020501@eu.citrix.com>
	<F81CC2A0-549D-4CB3-91D7-9E05BF890B36@recoil.org>
	<5374B8AB.8040505@eu.citrix.com>
To: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
X-Mailer: Apple Mail (2.1874)
X-Virus-Checked: Checked by ClamAV on dark.recoil.org
Cc: xen-api@lists.xen.org
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014, at 13:52, Jon Ludlam <jonathan.ludlam@eu.citrix.com> wrote:

> On 15/05/14 12:18, Anil Madhavapeddy wrote:
>> I'm particularly interested in getting a Xapi instance running as a
>> stable package in OPAM. This would make it much easier to experiment
>> with the codebase in a VM in particular. Dave and I are mentoring a
>> GSoC student on the topic of cloud APIs, but spending most of her time
>> on getting Xapi installed wouldn't be productive, hence the desire for
>> this. If the OCaml xml-rpc bindings work from OPAM too, that would be
>> a very nice place to start. best, Anil 
> 
> Agreed, that would be really nice. We had something like this working
> before; if you add the xapi-project opam repository it might even still
> work. However, I'm not convinced that it was executed in the right way.
> The trouble is the set of daemons are all intended to run system-wide,
> and getting them to run from within your .opam directory was awkward.
> 
> Is there a best-practices guide for doing this sort of thing? Should we
> be only using opam to install the libraries, and something else for
> installing the daemons & executables? Should we be symlinking rather
> than changing the hardcoded paths? Should we try and put as many paths
> into config files (difficult when the path is in a library used by
> several components)?

Good question -- the general guideline here would be to focus either
on making Xapi relocatable (so it can run from within ~/.opam), or 
as a Docker instance (but this blocks usage from NetBSD or FreeBSD when
it gets dom0 support).

OPAM itself works well for installing either executables or libraries,
but it's best to keep it to OCaml code.  If importing Xapi wholesale
is very difficult, perhaps cutting up portions of it into libraries
and pulling them into OPAM individually would help reduce the burden
and also allow the independent use of some of the components?

In general, this effort should make porting Xapi to different distros
easier anyway, since control over paths is essential.  Are there many
patched system libraries (such as LVM) still needed?

> Getting the XenAPI client library working is much easier - in fact, this
> bit already works and is in the normal opam repository. I can post a
> walkthrough of this if you like?

Aha, useful!  I'll let Dave comment on whether this would useful for the
GSoC project, but I did apply a quick fix to get it building again:

(broken log due to missing cstruct.lwt)
https://github.com/avsm/opam-bulk-logs/blob/master/20140514/4.01.0/raw/xen-api-client

(fix in opam-repository)
https://github.com/ocaml/opam-repository/pull/2078

-anil


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 13:42:10 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 13:42:10 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkvv9-0000kr-96; Thu, 15 May 2014 13:42:03 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <anil@recoil.org>) id 1Wkvv8-0000kc-7s
	for xen-api@lists.xen.org; Thu, 15 May 2014 13:42:02 +0000
Received: from [193.109.254.147:7423] by server-3.bemta-14.messagelabs.com id
	91/D5-22179-924C4735; Thu, 15 May 2014 13:42:01 +0000
X-Env-Sender: anil@recoil.org
X-Msg-Ref: server-14.tower-27.messagelabs.com!1400161320!5045691!1
X-Originating-IP: [89.16.177.154]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14758 invoked from network); 15 May 2014 13:42:00 -0000
Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) (89.16.177.154)
	by server-14.tower-27.messagelabs.com with SMTP;
	15 May 2014 13:42:00 -0000
Received: (qmail 11059 invoked by uid 634); 15 May 2014 13:41:59 -0000
X-Spam-Level: *
X-Spam-Status: No, hits=-1.0 required=5.0
	tests=ALL_TRUSTED
X-Spam-Check-By: dark.recoil.org
Received: from cpc7-cmbg14-2-0-cust238.5-4.cable.virginm.net (HELO
	[192.168.1.62]) (86.30.244.239)
	(smtp-auth username remote@recoil.org, mechanism cram-md5)
	by dark.recoil.org (qpsmtpd/0.84) with ESMTPA;
	Thu, 15 May 2014 14:41:59 +0100
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Anil Madhavapeddy <anil@recoil.org>
In-Reply-To: <5374B8AB.8040505@eu.citrix.com>
Date: Thu, 15 May 2014 14:41:57 +0100
Message-Id: <EBD8A53C-BF69-4D91-9E4E-52F77F31820A@recoil.org>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
	<537497A6.2020501@eu.citrix.com>
	<F81CC2A0-549D-4CB3-91D7-9E05BF890B36@recoil.org>
	<5374B8AB.8040505@eu.citrix.com>
To: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
X-Mailer: Apple Mail (2.1874)
X-Virus-Checked: Checked by ClamAV on dark.recoil.org
Cc: xen-api@lists.xen.org
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014, at 13:52, Jon Ludlam <jonathan.ludlam@eu.citrix.com> wrote:

> On 15/05/14 12:18, Anil Madhavapeddy wrote:
>> I'm particularly interested in getting a Xapi instance running as a
>> stable package in OPAM. This would make it much easier to experiment
>> with the codebase in a VM in particular. Dave and I are mentoring a
>> GSoC student on the topic of cloud APIs, but spending most of her time
>> on getting Xapi installed wouldn't be productive, hence the desire for
>> this. If the OCaml xml-rpc bindings work from OPAM too, that would be
>> a very nice place to start. best, Anil 
> 
> Agreed, that would be really nice. We had something like this working
> before; if you add the xapi-project opam repository it might even still
> work. However, I'm not convinced that it was executed in the right way.
> The trouble is the set of daemons are all intended to run system-wide,
> and getting them to run from within your .opam directory was awkward.
> 
> Is there a best-practices guide for doing this sort of thing? Should we
> be only using opam to install the libraries, and something else for
> installing the daemons & executables? Should we be symlinking rather
> than changing the hardcoded paths? Should we try and put as many paths
> into config files (difficult when the path is in a library used by
> several components)?

Good question -- the general guideline here would be to focus either
on making Xapi relocatable (so it can run from within ~/.opam), or 
as a Docker instance (but this blocks usage from NetBSD or FreeBSD when
it gets dom0 support).

OPAM itself works well for installing either executables or libraries,
but it's best to keep it to OCaml code.  If importing Xapi wholesale
is very difficult, perhaps cutting up portions of it into libraries
and pulling them into OPAM individually would help reduce the burden
and also allow the independent use of some of the components?

In general, this effort should make porting Xapi to different distros
easier anyway, since control over paths is essential.  Are there many
patched system libraries (such as LVM) still needed?

> Getting the XenAPI client library working is much easier - in fact, this
> bit already works and is in the normal opam repository. I can post a
> walkthrough of this if you like?

Aha, useful!  I'll let Dave comment on whether this would useful for the
GSoC project, but I did apply a quick fix to get it building again:

(broken log due to missing cstruct.lwt)
https://github.com/avsm/opam-bulk-logs/blob/master/20140514/4.01.0/raw/xen-api-client

(fix in opam-repository)
https://github.com/ocaml/opam-repository/pull/2078

-anil


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 14:28:11 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 14:28:11 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkwdf-0004Ev-NB; Thu, 15 May 2014 14:28:03 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1Wkwde-0004Ei-9L
	for xen-api@lists.xen.org; Thu, 15 May 2014 14:28:02 +0000
Received: from [85.158.139.211:42409] by server-5.bemta-5.messagelabs.com id
	BE/EC-06049-1FEC4735; Thu, 15 May 2014 14:28:01 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-9.tower-206.messagelabs.com!1400164080!4482741!1
X-Originating-IP: [209.85.212.178]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6321 invoked from network); 15 May 2014 14:28:00 -0000
Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com)
	(209.85.212.178)
	by server-9.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 14:28:00 -0000
Received: by mail-wi0-f178.google.com with SMTP id hm4so4286851wib.11
	for <xen-api@lists.xen.org>; Thu, 15 May 2014 07:28:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=VOH0dFxInKNA5RyGTaTIGVa2szch4R8gva/HbPGyYq0=;
	b=P2GhK27Xi01JEqtP9+cdx/grhzFxQPCAIRfxMLbMt5b73WONAQEiwuoVYCCbXSpnhq
	C6HxPLLoZMUWsGlKaJe+E3db1xic/xdqfSGDGbpYA721l0r9yiRvMwjJ6FgYFXJ7OA3f
	CEv+FrukanXixHeYbcgXVNz/6sqG7gQm9IMktdVfPK62d21Ea8FzTIKfP1ZfuWPCh7ts
	TeDSR7NgBBUUoULdTnvuKCUQCgMhHloVSwxYEoHHr0wdOX55fxgYQ8yMiM/hA2t4Vq/x
	isM44VVVF5ECXCvJGPQehxQgBcx34XM9pYLJG3yogTd1tZZgvMrF9oPy3MPvJ5DTFZmt
	EArA==
X-Received: by 10.180.11.9 with SMTP id m9mr31431298wib.51.1400164080737;
	Thu, 15 May 2014 07:28:00 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id
	ed6sm33912540wib.20.2014.05.15.07.27.59 for <xen-api@lists.xen.org>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 15 May 2014 07:27:59 -0700 (PDT)
Message-ID: <5374CEEE.9030401@xen.org>
Date: Thu, 15 May 2014 15:27:58 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: xen-api@lists.xen.org
References: <53739980.5050703@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>	<5374946A.1000700@eu.citrix.com>	<5374B6DB.2050901@xen.org>
	<5374BAC4.7030500@eu.citrix.com>
In-Reply-To: <5374BAC4.7030500@eu.citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/2014 14:01, Jon Ludlam wrote:
>
>> Fine with me. I need a full name?
>> Lars
> Chandrika Srinivasan
>
All the committers are listed at 
http://xenproject.org/developers/teams/xapi.html now
Lars

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 14:28:11 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 14:28:11 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkwdf-0004Ev-NB; Thu, 15 May 2014 14:28:03 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1Wkwde-0004Ei-9L
	for xen-api@lists.xen.org; Thu, 15 May 2014 14:28:02 +0000
Received: from [85.158.139.211:42409] by server-5.bemta-5.messagelabs.com id
	BE/EC-06049-1FEC4735; Thu, 15 May 2014 14:28:01 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-9.tower-206.messagelabs.com!1400164080!4482741!1
X-Originating-IP: [209.85.212.178]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6321 invoked from network); 15 May 2014 14:28:00 -0000
Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com)
	(209.85.212.178)
	by server-9.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 14:28:00 -0000
Received: by mail-wi0-f178.google.com with SMTP id hm4so4286851wib.11
	for <xen-api@lists.xen.org>; Thu, 15 May 2014 07:28:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=VOH0dFxInKNA5RyGTaTIGVa2szch4R8gva/HbPGyYq0=;
	b=P2GhK27Xi01JEqtP9+cdx/grhzFxQPCAIRfxMLbMt5b73WONAQEiwuoVYCCbXSpnhq
	C6HxPLLoZMUWsGlKaJe+E3db1xic/xdqfSGDGbpYA721l0r9yiRvMwjJ6FgYFXJ7OA3f
	CEv+FrukanXixHeYbcgXVNz/6sqG7gQm9IMktdVfPK62d21Ea8FzTIKfP1ZfuWPCh7ts
	TeDSR7NgBBUUoULdTnvuKCUQCgMhHloVSwxYEoHHr0wdOX55fxgYQ8yMiM/hA2t4Vq/x
	isM44VVVF5ECXCvJGPQehxQgBcx34XM9pYLJG3yogTd1tZZgvMrF9oPy3MPvJ5DTFZmt
	EArA==
X-Received: by 10.180.11.9 with SMTP id m9mr31431298wib.51.1400164080737;
	Thu, 15 May 2014 07:28:00 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id
	ed6sm33912540wib.20.2014.05.15.07.27.59 for <xen-api@lists.xen.org>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 15 May 2014 07:27:59 -0700 (PDT)
Message-ID: <5374CEEE.9030401@xen.org>
Date: Thu, 15 May 2014 15:27:58 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: xen-api@lists.xen.org
References: <53739980.5050703@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>	<5374946A.1000700@eu.citrix.com>	<5374B6DB.2050901@xen.org>
	<5374BAC4.7030500@eu.citrix.com>
In-Reply-To: <5374BAC4.7030500@eu.citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/2014 14:01, Jon Ludlam wrote:
>
>> Fine with me. I need a full name?
>> Lars
> Chandrika Srinivasan
>
All the committers are listed at 
http://xenproject.org/developers/teams/xapi.html now
Lars

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 14:30:00 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 14:30:00 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkwfW-0004Wh-LP; Thu, 15 May 2014 14:29:58 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1WkwfU-0004Vx-Q6
	for xen-api@lists.xen.org; Thu, 15 May 2014 14:29:57 +0000
Received: from [193.109.254.147:57729] by server-15.bemta-14.messagelabs.com
	id D6/DC-15813-46FC4735; Thu, 15 May 2014 14:29:56 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1400164195!5011867!1
X-Originating-IP: [74.125.82.171]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 26665 invoked from network); 15 May 2014 14:29:55 -0000
Received: from mail-we0-f171.google.com (HELO mail-we0-f171.google.com)
	(74.125.82.171)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 14:29:55 -0000
Received: by mail-we0-f171.google.com with SMTP id w62so1174082wes.16
	for <xen-api@lists.xen.org>; Thu, 15 May 2014 07:29:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=ShGtLsOaGUcvbNixz7xpcm20Zm9pN8E+W7vw7OmBAgc=;
	b=GDSGCeI8S+korlWRPcjKrlGP6hQQKwwT2IaC5fWYz6+Ris9yaimwBih+/c/AIFUY+X
	6NSzr1WZZu4kCi9+K1aJNbZTb7Y4oh4svJHXVzTR/cIybggqMmzF4r/FwJOFqcVqnAnf
	3PhpYfNYA4u9CdceXaiG4gXE/hB60dhURVIVJjuoiDhFWUt8OMrIQLlORh6WjWhMoRbw
	MWol/0eIbmF1UMEY+acj/c6Lc1BSVtU98BHnKHaClIf5r4W0yw3J2Yb6wNXWgL0l37su
	YZhONT1bRYN+wCGgJa8DJj2V64uUYbmbMHNPTvh4vFlrv4H9ZhjM2+3x8/HaKpot+PtS
	Gfdg==
X-Received: by 10.180.91.114 with SMTP id cd18mr9055344wib.28.1400164195311;
	Thu, 15 May 2014 07:29:55 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id
	fs5sm33915809wic.22.2014.05.15.07.29.54 for <xen-api@lists.xen.org>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 15 May 2014 07:29:54 -0700 (PDT)
Message-ID: <5374CF61.6050704@xen.org>
Date: Thu, 15 May 2014 15:29:53 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: xen-api@lists.xen.org
References: <53739980.5050703@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>	<5374946A.1000700@eu.citrix.com>	<5374B6DB.2050901@xen.org>
	<5374BAC4.7030500@eu.citrix.com>
In-Reply-To: <5374BAC4.7030500@eu.citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Jon,
at some point we should do an intro blog post as well. But we have a 
fairly full PR pipeline right now
Lars

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 14:30:00 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 14:30:00 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WkwfW-0004Wh-LP; Thu, 15 May 2014 14:29:58 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>) id 1WkwfU-0004Vx-Q6
	for xen-api@lists.xen.org; Thu, 15 May 2014 14:29:57 +0000
Received: from [193.109.254.147:57729] by server-15.bemta-14.messagelabs.com
	id D6/DC-15813-46FC4735; Thu, 15 May 2014 14:29:56 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1400164195!5011867!1
X-Originating-IP: [74.125.82.171]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 26665 invoked from network); 15 May 2014 14:29:55 -0000
Received: from mail-we0-f171.google.com (HELO mail-we0-f171.google.com)
	(74.125.82.171)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 14:29:55 -0000
Received: by mail-we0-f171.google.com with SMTP id w62so1174082wes.16
	for <xen-api@lists.xen.org>; Thu, 15 May 2014 07:29:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=ShGtLsOaGUcvbNixz7xpcm20Zm9pN8E+W7vw7OmBAgc=;
	b=GDSGCeI8S+korlWRPcjKrlGP6hQQKwwT2IaC5fWYz6+Ris9yaimwBih+/c/AIFUY+X
	6NSzr1WZZu4kCi9+K1aJNbZTb7Y4oh4svJHXVzTR/cIybggqMmzF4r/FwJOFqcVqnAnf
	3PhpYfNYA4u9CdceXaiG4gXE/hB60dhURVIVJjuoiDhFWUt8OMrIQLlORh6WjWhMoRbw
	MWol/0eIbmF1UMEY+acj/c6Lc1BSVtU98BHnKHaClIf5r4W0yw3J2Yb6wNXWgL0l37su
	YZhONT1bRYN+wCGgJa8DJj2V64uUYbmbMHNPTvh4vFlrv4H9ZhjM2+3x8/HaKpot+PtS
	Gfdg==
X-Received: by 10.180.91.114 with SMTP id cd18mr9055344wib.28.1400164195311;
	Thu, 15 May 2014 07:29:55 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id
	fs5sm33915809wic.22.2014.05.15.07.29.54 for <xen-api@lists.xen.org>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 15 May 2014 07:29:54 -0700 (PDT)
Message-ID: <5374CF61.6050704@xen.org>
Date: Thu, 15 May 2014 15:29:53 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: xen-api@lists.xen.org
References: <53739980.5050703@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B25140E1A@AMSPEX01CL01.citrite.net>,
	<53749150.3080304@eu.citrix.com>	<74317B8E0041D047A87A9B0CAD897B2514107F@AMSPEX01CL01.citrite.net>	<5374946A.1000700@eu.citrix.com>	<5374B6DB.2050901@xen.org>
	<5374BAC4.7030500@eu.citrix.com>
In-Reply-To: <5374BAC4.7030500@eu.citrix.com>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Jon,
at some point we should do an intro blog post as well. But we have a 
fairly full PR pipeline right now
Lars

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 14:56:54 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 14:56:54 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkx5Y-0007OY-7E; Thu, 15 May 2014 14:56:52 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <thomas.sanders@citrix.com>) id 1Wkx5W-0007OB-AF
	for xen-api@lists.xen.org; Thu, 15 May 2014 14:56:50 +0000
Received: from [85.158.139.211:35049] by server-11.bemta-5.messagelabs.com id
	5E/B4-30804-1B5D4735; Thu, 15 May 2014 14:56:49 +0000
X-Env-Sender: thomas.sanders@citrix.com
X-Msg-Ref: server-2.tower-206.messagelabs.com!1400165808!4498494!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22359 invoked from network); 15 May 2014 14:56:48 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-2.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 14:56:48 -0000
X-IronPort-AV: E=Sophos;i="4.97,1059,1389744000"; d="scan'208";a="17409097"
Received: from unknown (HELO AMSPEX01CL03.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 15 May 2014 14:56:48 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.50]) by
	AMSPEX01CL03.citrite.net ([10.69.46.34]) with mapi id 14.03.0181.006;
	Thu, 15 May 2014 16:56:48 +0200
From: Thomas Sanders <thomas.sanders@citrix.com>
To: 'Anil Madhavapeddy' <anil@recoil.org>, "lars.kurth@xen.org"
	<lars.kurth@xen.org>
Thread-Topic: [Xen-API] Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GDqlsu51TghEm3uEHEUvFE2ZtBIK6AgAAWJwCAAAYkgIAAfaAw
Date: Thu, 15 May 2014 14:56:47 +0000
Message-ID: <06B80725944D5847804519C301FB872726580C@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
In-Reply-To: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.69.129.50]
MIME-Version: 1.0
X-DLP: AMS1
Cc: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014 at 10:20 AM, Anil Madhavapeddy wrote:

> This isn't intended to affect the voting, but I would note that it's
> slightly odd for an open-source project to switch its committers in
> such a big sweep without at least some discussion about how this
> affects the overall project direction.

I don't think this change will affect the project direction.

Rather, it represents the XAPI project's nominal list of committers
being updated to reflect the practical state of affairs as they are
already: as Jon wrote in his proposal to change the set of committers,

>> As previously outlined on this list, the current set of committers
>> doesn't reflect reality. This proposal is to resync the list to one
>> based on the top committers to the repository over the last year or so.

The new set is very close to the pre-existing set of people with write-
access to the project's repositories on github.

> It would be really nice (from my perspective as an interested outsider) to
> see a short introduction e-mail from the new committers, and a brief outline
> of what they have worked in the past and the areas of Xapi that they plan to
> improve.

I joined Citrix in the autumn of 2010 to work on xapi and XenServer;
since then I have worked mostly in the xapi team but also spent time in
the performance team and the automated-testing team, which added up to a
bit more than a year away from xapi.

I've worked on various parts of xapi, but it's quite bitty and hard to
summarise.

Also, for the best part of a year I was spending part of my time as the
xapi team's "defect coordinator", keeping track of the internal and
external problem-tickets that reached Engineering.

I care about security. I was the tech lead for the work of getting a
slightly customised version of XenServer 6.0.2 through Common Criteria
certification. I'd love a chance to apply a capability-based[1] approach
where it makes sense. We could probably use OCaml's type system to get
more assurances of correctness than we do at present. I look forward to
dom0 services being split out into individual service VMs or stub-
domains.

Nothing solid enough to call a plan at present: it all depends on what
priorities come up.

Thomas

[1] https://en.wikipedia.org/wiki/Capability-based_security


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 15 14:56:54 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 15 May 2014 14:56:54 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wkx5Y-0007OY-7E; Thu, 15 May 2014 14:56:52 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <thomas.sanders@citrix.com>) id 1Wkx5W-0007OB-AF
	for xen-api@lists.xen.org; Thu, 15 May 2014 14:56:50 +0000
Received: from [85.158.139.211:35049] by server-11.bemta-5.messagelabs.com id
	5E/B4-30804-1B5D4735; Thu, 15 May 2014 14:56:49 +0000
X-Env-Sender: thomas.sanders@citrix.com
X-Msg-Ref: server-2.tower-206.messagelabs.com!1400165808!4498494!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22359 invoked from network); 15 May 2014 14:56:48 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-2.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 May 2014 14:56:48 -0000
X-IronPort-AV: E=Sophos;i="4.97,1059,1389744000"; d="scan'208";a="17409097"
Received: from unknown (HELO AMSPEX01CL03.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 15 May 2014 14:56:48 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.50]) by
	AMSPEX01CL03.citrite.net ([10.69.46.34]) with mapi id 14.03.0181.006;
	Thu, 15 May 2014 16:56:48 +0200
From: Thomas Sanders <thomas.sanders@citrix.com>
To: 'Anil Madhavapeddy' <anil@recoil.org>, "lars.kurth@xen.org"
	<lars.kurth@xen.org>
Thread-Topic: [Xen-API] Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GDqlsu51TghEm3uEHEUvFE2ZtBIK6AgAAWJwCAAAYkgIAAfaAw
Date: Thu, 15 May 2014 14:56:47 +0000
Message-ID: <06B80725944D5847804519C301FB872726580C@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
In-Reply-To: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.69.129.50]
MIME-Version: 1.0
X-DLP: AMS1
Cc: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014 at 10:20 AM, Anil Madhavapeddy wrote:

> This isn't intended to affect the voting, but I would note that it's
> slightly odd for an open-source project to switch its committers in
> such a big sweep without at least some discussion about how this
> affects the overall project direction.

I don't think this change will affect the project direction.

Rather, it represents the XAPI project's nominal list of committers
being updated to reflect the practical state of affairs as they are
already: as Jon wrote in his proposal to change the set of committers,

>> As previously outlined on this list, the current set of committers
>> doesn't reflect reality. This proposal is to resync the list to one
>> based on the top committers to the repository over the last year or so.

The new set is very close to the pre-existing set of people with write-
access to the project's repositories on github.

> It would be really nice (from my perspective as an interested outsider) to
> see a short introduction e-mail from the new committers, and a brief outline
> of what they have worked in the past and the areas of Xapi that they plan to
> improve.

I joined Citrix in the autumn of 2010 to work on xapi and XenServer;
since then I have worked mostly in the xapi team but also spent time in
the performance team and the automated-testing team, which added up to a
bit more than a year away from xapi.

I've worked on various parts of xapi, but it's quite bitty and hard to
summarise.

Also, for the best part of a year I was spending part of my time as the
xapi team's "defect coordinator", keeping track of the internal and
external problem-tickets that reached Engineering.

I care about security. I was the tech lead for the work of getting a
slightly customised version of XenServer 6.0.2 through Common Criteria
certification. I'd love a chance to apply a capability-based[1] approach
where it makes sense. We could probably use OCaml's type system to get
more assurances of correctness than we do at present. I look forward to
dom0 services being split out into individual service VMs or stub-
domains.

Nothing solid enough to call a plan at present: it all depends on what
priorities come up.

Thomas

[1] https://en.wikipedia.org/wiki/Capability-based_security


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Fri May 16 10:45:50 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 16 May 2014 10:45:50 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WlFe2-0007KU-2W; Fri, 16 May 2014 10:45:42 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <simon.beaumont@citrix.com>) id 1WlFe1-0007KF-1y
	for xen-api@lists.xen.org; Fri, 16 May 2014 10:45:41 +0000
Received: from [85.158.137.68:33214] by server-9.bemta-3.messagelabs.com id
	C7/95-30063-45CE5735; Fri, 16 May 2014 10:45:40 +0000
X-Env-Sender: simon.beaumont@citrix.com
X-Msg-Ref: server-5.tower-31.messagelabs.com!1400237139!4306385!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5548 invoked from network); 16 May 2014 10:45:39 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-5.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	16 May 2014 10:45:39 -0000
X-IronPort-AV: E=Sophos;i="4.97,1066,1389744000"; d="scan'208";a="17516478"
Received: from unknown (HELO AMSPEX01CL02.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 16 May 2014 10:45:39 +0000
Received: from AMSPEX01CL03.citrite.net ([169.254.8.53]) by
	AMSPEX01CL02.citrite.net ([10.69.46.33]) with mapi id 14.03.0181.006;
	Fri, 16 May 2014 12:45:39 +0200
From: Simon Beaumont <simon.beaumont@citrix.com>
To: Anil Madhavapeddy <anil@recoil.org>
Thread-Topic: [Xen-API] Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GDmBE4LAnO3EuO9EdOns6BS5tBIK6AgAAWJwCAAAYkgIABySqA
Date: Fri, 16 May 2014 10:45:38 +0000
Message-ID: <4B8F5D33B081C044AA43634E84ED7F963BD380@AMSPEX01CL03.citrite.net>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
In-Reply-To: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.80.3.166]
MIME-Version: 1.0
X-DLP: AMS1
Cc: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014 at 10:20 AM, Anil Madhavapeddy wrote:
> It would be really nice (from my perspective as an interested outsider) to
> see a short introduction e-mail from the new committers, and a brief outline
> of what they have worked in the past and the areas of Xapi that they plan to
> improve.
I joined Citrix mid-2012 and initially worked on the storage managers before transitioning to working on Xapi early-2013. In the last year I have been working, with John Else, on adding toolstack support for vGPU on NVIDIA GRID cards[1] and looking at the handling of suspend/resume/migration across different toolstacks (unifying suspend-image formats for portability between libxc and libxl). I'm now looking at adding support for migration from 32-bit to 64-bit Xenopsds.

[1]: http://simonjbeaumont.com/posts/xenserver-vgpu

-Si

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Fri May 16 10:45:50 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 16 May 2014 10:45:50 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WlFe2-0007KU-2W; Fri, 16 May 2014 10:45:42 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <simon.beaumont@citrix.com>) id 1WlFe1-0007KF-1y
	for xen-api@lists.xen.org; Fri, 16 May 2014 10:45:41 +0000
Received: from [85.158.137.68:33214] by server-9.bemta-3.messagelabs.com id
	C7/95-30063-45CE5735; Fri, 16 May 2014 10:45:40 +0000
X-Env-Sender: simon.beaumont@citrix.com
X-Msg-Ref: server-5.tower-31.messagelabs.com!1400237139!4306385!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5548 invoked from network); 16 May 2014 10:45:39 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-5.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	16 May 2014 10:45:39 -0000
X-IronPort-AV: E=Sophos;i="4.97,1066,1389744000"; d="scan'208";a="17516478"
Received: from unknown (HELO AMSPEX01CL02.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 16 May 2014 10:45:39 +0000
Received: from AMSPEX01CL03.citrite.net ([169.254.8.53]) by
	AMSPEX01CL02.citrite.net ([10.69.46.33]) with mapi id 14.03.0181.006;
	Fri, 16 May 2014 12:45:39 +0200
From: Simon Beaumont <simon.beaumont@citrix.com>
To: Anil Madhavapeddy <anil@recoil.org>
Thread-Topic: [Xen-API] Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GDmBE4LAnO3EuO9EdOns6BS5tBIK6AgAAWJwCAAAYkgIABySqA
Date: Fri, 16 May 2014 10:45:38 +0000
Message-ID: <4B8F5D33B081C044AA43634E84ED7F963BD380@AMSPEX01CL03.citrite.net>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
In-Reply-To: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.80.3.166]
MIME-Version: 1.0
X-DLP: AMS1
Cc: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014 at 10:20 AM, Anil Madhavapeddy wrote:
> It would be really nice (from my perspective as an interested outsider) to
> see a short introduction e-mail from the new committers, and a brief outline
> of what they have worked in the past and the areas of Xapi that they plan to
> improve.
I joined Citrix mid-2012 and initially worked on the storage managers before transitioning to working on Xapi early-2013. In the last year I have been working, with John Else, on adding toolstack support for vGPU on NVIDIA GRID cards[1] and looking at the handling of suspend/resume/migration across different toolstacks (unifying suspend-image formats for portability between libxc and libxl). I'm now looking at adding support for migration from 32-bit to 64-bit Xenopsds.

[1]: http://simonjbeaumont.com/posts/xenserver-vgpu

-Si

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Fri May 16 12:38:41 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 16 May 2014 12:38:41 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WlHPF-0007In-MF; Fri, 16 May 2014 12:38:33 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1WlHPE-0007IT-49; Fri, 16 May 2014 12:38:32 +0000
Received: from [85.158.143.35:4728] by server-3.bemta-4.messagelabs.com id
	84/8A-13602-7C606735; Fri, 16 May 2014 12:38:31 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-7.tower-21.messagelabs.com!1400243909!5385377!1
X-Originating-IP: [74.125.82.174]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 19339 invoked from network); 16 May 2014 12:38:29 -0000
Received: from mail-we0-f174.google.com (HELO mail-we0-f174.google.com)
	(74.125.82.174)
	by server-7.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	16 May 2014 12:38:29 -0000
Received: by mail-we0-f174.google.com with SMTP id k48so2490671wev.19
	for <multiple recipients>; Fri, 16 May 2014 05:38:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=yk0tNBevd6OqsdT738J91XuDOZny1CIXyeLFPr7BLQ0=;
	b=VbFsd9OoUIBIxVssjB+k6bMv9efd12Av9QcNUPP3tJZ3z65WfEt/YlUGNNK1Oxha71
	JCRjITBN3VNdb51m3K4gEYtM6GZ3w4hZl+nUJsVTZGq3XquvIc2sdQ7V31s5I8XEkbUf
	J6OR0zOUdEnMrLQ1Bge+ke093/5KXNFPEBKZ9eMLfaCwK9uS3FX0Veuk0La/S9ch6G2S
	RDRFKrQhmre/tjC1sUn7Dh2YpHEmOr+7Ca6bhQKqiAM3kI0MYCESVcUsOU9Hk+sWZtBy
	n48CDjzIDlqk66+Az/PrRZ82l5F5683kBR+m5VdgGajYlJlRlB+ylLh/K18i2XtkS30M
	UFog==
X-Received: by 10.180.94.37 with SMTP id cz5mr36252631wib.19.1400243909170;
	Fri, 16 May 2014 05:38:29 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id ln3sm1778301wjc.8.2014.05.16.05.38.27
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 16 May 2014 05:38:28 -0700 (PDT)
Message-ID: <537606C3.3000606@xen.org>
Date: Fri, 16 May 2014 13:38:27 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Anil Madhavapeddy <anil@recoil.org>
References: <53739980.5050703@eu.citrix.com> <53746EF9.3000409@eu.citrix.com>
	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
In-Reply-To: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
Cc: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	"mirageos-devel@lists.xenproject.org"
	<mirageos-devel@lists.xenproject.org>,
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: [Xen-API] [Need input] Proposal to change committers for the XAPI
 Project - implications for the whole project?
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/2014 10:19, Anil Madhavapeddy wrote:
> On 15 May 2014, at 09:57, Lars Kurth <lars.kurth@xen.org> wrote:
>
>> All the existing committers have voted in favour. So the proposal carries. I will update the XAPI webpage http://www.xenproject.org/developers/teams/xapi.html accordingly
>> Lars
>>
> This isn't intended to affect the voting, but I would note that it's slightly odd for an open-source project to switch its committers in such a big sweep without at least some discussion about how this affects the overall project direction.
Actually, thinking about it *could* affect the direction of the project 
for anything that is related to global votes. And we *do* need to have a 
discussion about it. And we *may* need a process change or 
clarification, but I don't think so as the process was originally 
designed to cover a gradual increase in the number of subprojects.

Thanks Anil for pointing this out. I was too overloaded to really spot 
this : Apologies.

== Different Expectations when to award maintainer status ==
First there is the observation in that:
* There are significant differences when it comes to when (aka under 
which criteria) committer status is awarded between subprojects and 
there are also difference in view within subprojects
* XAPI does not have the maintainer role as far as I understand. In 
other words in XAPI maintainer=committer. Please correct me if I am wrong.

== Process implications ==
Looking at the governance process: 
http://www.xenproject.org/governance.html

Maintainers and committers have the right to vote in some circumstances. 
Now we have local (within subproject) and global votes (affecting all 
projects). What the process states specifically when it comes to voting is:

* The role of committers in electing other committers and project leads 
- this is subproject local. As such, a significant change in the number 
of committers only has a local effect.

* The role of maintainers (but not committers) is mentioned specifically 
when it comes to "formal votes" such as changes to governance (global) 
and other local votes. No mention of committers. In other words, all 
maintainers vote in "formal votes".

* Looking at the voting related to the project lify cycle: These are 
just "formal votes" which are allowed by maintainers

* Committers are specifically mentioned as "referees" in case there are 
conflicts. There we have a hierarchy of conflict resolution and the 
proposed xhange to XAPI committers should not affect

== What is the impact of this change (IMPORTANT) ==

As such, the change proposed to XAPI committers is affecting the voting 
dynamics for global votes as on the face of it it increases the number 
of maintainers (=committers) from 5 to 13. Given the size of XAPI 
subproject and the fact that it basically never listed its maintainers 
this seems reasonable. Also in light of the number of maintainers in the 
Hypervisor project, of which there are 28 if I counted correctly.

But it does raise the question as to whether such a significant change 
to maintainers sets a bad precedence and whether we need to look at our 
process

So I would argue that, *this ptoposal has* a global impact - even though 
unintended - and that for this reason we need to have a discussion and 
maybe a formal vote to ratify this proposed change by the XAPI project.

Best Regards
Lars


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Fri May 16 12:38:41 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 16 May 2014 12:38:41 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WlHPF-0007In-MF; Fri, 16 May 2014 12:38:33 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1WlHPE-0007IT-49; Fri, 16 May 2014 12:38:32 +0000
Received: from [85.158.143.35:4728] by server-3.bemta-4.messagelabs.com id
	84/8A-13602-7C606735; Fri, 16 May 2014 12:38:31 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-7.tower-21.messagelabs.com!1400243909!5385377!1
X-Originating-IP: [74.125.82.174]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 19339 invoked from network); 16 May 2014 12:38:29 -0000
Received: from mail-we0-f174.google.com (HELO mail-we0-f174.google.com)
	(74.125.82.174)
	by server-7.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	16 May 2014 12:38:29 -0000
Received: by mail-we0-f174.google.com with SMTP id k48so2490671wev.19
	for <multiple recipients>; Fri, 16 May 2014 05:38:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=yk0tNBevd6OqsdT738J91XuDOZny1CIXyeLFPr7BLQ0=;
	b=VbFsd9OoUIBIxVssjB+k6bMv9efd12Av9QcNUPP3tJZ3z65WfEt/YlUGNNK1Oxha71
	JCRjITBN3VNdb51m3K4gEYtM6GZ3w4hZl+nUJsVTZGq3XquvIc2sdQ7V31s5I8XEkbUf
	J6OR0zOUdEnMrLQ1Bge+ke093/5KXNFPEBKZ9eMLfaCwK9uS3FX0Veuk0La/S9ch6G2S
	RDRFKrQhmre/tjC1sUn7Dh2YpHEmOr+7Ca6bhQKqiAM3kI0MYCESVcUsOU9Hk+sWZtBy
	n48CDjzIDlqk66+Az/PrRZ82l5F5683kBR+m5VdgGajYlJlRlB+ylLh/K18i2XtkS30M
	UFog==
X-Received: by 10.180.94.37 with SMTP id cz5mr36252631wib.19.1400243909170;
	Fri, 16 May 2014 05:38:29 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id ln3sm1778301wjc.8.2014.05.16.05.38.27
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 16 May 2014 05:38:28 -0700 (PDT)
Message-ID: <537606C3.3000606@xen.org>
Date: Fri, 16 May 2014 13:38:27 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: Anil Madhavapeddy <anil@recoil.org>
References: <53739980.5050703@eu.citrix.com> <53746EF9.3000409@eu.citrix.com>
	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
In-Reply-To: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
Cc: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	"mirageos-devel@lists.xenproject.org"
	<mirageos-devel@lists.xenproject.org>,
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: [Xen-API] [Need input] Proposal to change committers for the XAPI
 Project - implications for the whole project?
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/2014 10:19, Anil Madhavapeddy wrote:
> On 15 May 2014, at 09:57, Lars Kurth <lars.kurth@xen.org> wrote:
>
>> All the existing committers have voted in favour. So the proposal carries. I will update the XAPI webpage http://www.xenproject.org/developers/teams/xapi.html accordingly
>> Lars
>>
> This isn't intended to affect the voting, but I would note that it's slightly odd for an open-source project to switch its committers in such a big sweep without at least some discussion about how this affects the overall project direction.
Actually, thinking about it *could* affect the direction of the project 
for anything that is related to global votes. And we *do* need to have a 
discussion about it. And we *may* need a process change or 
clarification, but I don't think so as the process was originally 
designed to cover a gradual increase in the number of subprojects.

Thanks Anil for pointing this out. I was too overloaded to really spot 
this : Apologies.

== Different Expectations when to award maintainer status ==
First there is the observation in that:
* There are significant differences when it comes to when (aka under 
which criteria) committer status is awarded between subprojects and 
there are also difference in view within subprojects
* XAPI does not have the maintainer role as far as I understand. In 
other words in XAPI maintainer=committer. Please correct me if I am wrong.

== Process implications ==
Looking at the governance process: 
http://www.xenproject.org/governance.html

Maintainers and committers have the right to vote in some circumstances. 
Now we have local (within subproject) and global votes (affecting all 
projects). What the process states specifically when it comes to voting is:

* The role of committers in electing other committers and project leads 
- this is subproject local. As such, a significant change in the number 
of committers only has a local effect.

* The role of maintainers (but not committers) is mentioned specifically 
when it comes to "formal votes" such as changes to governance (global) 
and other local votes. No mention of committers. In other words, all 
maintainers vote in "formal votes".

* Looking at the voting related to the project lify cycle: These are 
just "formal votes" which are allowed by maintainers

* Committers are specifically mentioned as "referees" in case there are 
conflicts. There we have a hierarchy of conflict resolution and the 
proposed xhange to XAPI committers should not affect

== What is the impact of this change (IMPORTANT) ==

As such, the change proposed to XAPI committers is affecting the voting 
dynamics for global votes as on the face of it it increases the number 
of maintainers (=committers) from 5 to 13. Given the size of XAPI 
subproject and the fact that it basically never listed its maintainers 
this seems reasonable. Also in light of the number of maintainers in the 
Hypervisor project, of which there are 28 if I counted correctly.

But it does raise the question as to whether such a significant change 
to maintainers sets a bad precedence and whether we need to look at our 
process

So I would argue that, *this ptoposal has* a global impact - even though 
unintended - and that for this reason we need to have a discussion and 
maybe a formal vote to ratify this proposed change by the XAPI project.

Best Regards
Lars


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Mon May 19 23:13:28 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 19 May 2014 23:13:28 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WmWjy-0004al-Gj; Mon, 19 May 2014 23:13:06 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1WmWjw-0004aa-Q1; Mon, 19 May 2014 23:13:04 +0000
Received: from [193.109.254.147:17638] by server-7.bemta-14.messagelabs.com id
	0C/99-17726-FFF8A735; Mon, 19 May 2014 23:13:03 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-15.tower-27.messagelabs.com!1400541182!5819753!1
X-Originating-IP: [209.85.217.182]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31376 invoked from network); 19 May 2014 23:13:03 -0000
Received: from mail-lb0-f182.google.com (HELO mail-lb0-f182.google.com)
	(209.85.217.182)
	by server-15.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	19 May 2014 23:13:03 -0000
Received: by mail-lb0-f182.google.com with SMTP id z11so4407899lbi.13
	for <multiple recipients>; Mon, 19 May 2014 16:13:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type;
	bh=77SOnjI/D6xik76REnw3CrQa1q1tBLR/jW6k/MMdARE=;
	b=LFhRLd8KXN86acEHnhCfFtfWJMlxT+1xyCEvEZkZaKiUib0NF1fCwLWQ0e8mT4u7hV
	mZSrKgVn09J06O8RWuPRFPQmdPbmA+ycr+vAYbuq8bWfssMC0moN10QaNyi+vxsg/mK0
	nXkK46YX/XbH+kV+D8muA/c2IeoA6kqBz0SDh44gMeujMbB3NfDlcFj5IserxvAgn+in
	NUjNlsazKSclbkkyTvc8hD6oMZTpB/HUGCLGar5rX+0UT6EdVW4lI1fXGxR05/GGuKwr
	ccVZnGt1IFJt9aNQHGn4DcM2aAVW3+kTmkE1BaiAnZAeMvquf3Dt3HKDFflAj0CzjvNJ
	zvuw==
MIME-Version: 1.0
X-Received: by 10.112.118.197 with SMTP id ko5mr27403272lbb.23.1400541182082; 
	Mon, 19 May 2014 16:13:02 -0700 (PDT)
Received: by 10.112.29.39 with HTTP; Mon, 19 May 2014 16:13:02 -0700 (PDT)
Date: Mon, 19 May 2014 19:13:02 -0400
X-Google-Sender-Auth: erjIepC8OtKj1CNxH6nWBbvX3Js
Message-ID: <CAHehzX2_Sz9wmYVzo=2WSRzqYbVF-F0uPx4EczhVVwg3BTb0LA@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-devel@lists.xen.org, 
	xs-devel@lists.xenserver.org, cl-mirage@lists.cam.ac.uk, 
	xen-api@lists.xen.org
Subject: [Xen-API] Next Xen Project Document Day is May 28 (Wednesday)
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Remember that the next Xen Project Document Day will
be held next Wednesday, May 28.

Xen Project Document Day is a day to help improve overall Xen Project
documentation.  This month, I'd to suggest that we pay special attention
to documents relating to Performance:

http://wiki.xenproject.org/wiki/Category:Performance

Note that we don't have very many documents in the category.  The
largest document:

http://wiki.xenproject.org/wiki/Network_Throughput_and_Performance_Guide

is focused largely on XCP/XenServer and doesn't appear to have many
recent edits.  With XenServer developing a life of its own, it would
be good to see this document get recast as a straight Xen Project
document, if that makes sense.

The most generic document:

http://wiki.xenproject.org/wiki/Tuning_Xen_for_Performance

seems to have only a few sections.  Certainly, we must have more
information than this to share on such an important subject.

As usual, all the info you need to participate in Document Day is here:

http://wiki.xenproject.org/wiki/Xen_Document_Days

If you get a few moments in the next week, please take a look at the
current TODO list to see other items which need attention:

http://wiki.xenproject.org/wiki/Xen_Document_Days/TODO

So please think about how you can join in the action.  If you haven't
requested to be made a Wiki editor, save time and do it now so you are
ready to go on Document Day.  Just fill out the form below:

http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor.html

See you in #xendocs on Wednesday, May 28!

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Mon May 19 23:13:28 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 19 May 2014 23:13:28 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WmWjy-0004al-Gj; Mon, 19 May 2014 23:13:06 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1WmWjw-0004aa-Q1; Mon, 19 May 2014 23:13:04 +0000
Received: from [193.109.254.147:17638] by server-7.bemta-14.messagelabs.com id
	0C/99-17726-FFF8A735; Mon, 19 May 2014 23:13:03 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-15.tower-27.messagelabs.com!1400541182!5819753!1
X-Originating-IP: [209.85.217.182]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31376 invoked from network); 19 May 2014 23:13:03 -0000
Received: from mail-lb0-f182.google.com (HELO mail-lb0-f182.google.com)
	(209.85.217.182)
	by server-15.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	19 May 2014 23:13:03 -0000
Received: by mail-lb0-f182.google.com with SMTP id z11so4407899lbi.13
	for <multiple recipients>; Mon, 19 May 2014 16:13:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type;
	bh=77SOnjI/D6xik76REnw3CrQa1q1tBLR/jW6k/MMdARE=;
	b=LFhRLd8KXN86acEHnhCfFtfWJMlxT+1xyCEvEZkZaKiUib0NF1fCwLWQ0e8mT4u7hV
	mZSrKgVn09J06O8RWuPRFPQmdPbmA+ycr+vAYbuq8bWfssMC0moN10QaNyi+vxsg/mK0
	nXkK46YX/XbH+kV+D8muA/c2IeoA6kqBz0SDh44gMeujMbB3NfDlcFj5IserxvAgn+in
	NUjNlsazKSclbkkyTvc8hD6oMZTpB/HUGCLGar5rX+0UT6EdVW4lI1fXGxR05/GGuKwr
	ccVZnGt1IFJt9aNQHGn4DcM2aAVW3+kTmkE1BaiAnZAeMvquf3Dt3HKDFflAj0CzjvNJ
	zvuw==
MIME-Version: 1.0
X-Received: by 10.112.118.197 with SMTP id ko5mr27403272lbb.23.1400541182082; 
	Mon, 19 May 2014 16:13:02 -0700 (PDT)
Received: by 10.112.29.39 with HTTP; Mon, 19 May 2014 16:13:02 -0700 (PDT)
Date: Mon, 19 May 2014 19:13:02 -0400
X-Google-Sender-Auth: erjIepC8OtKj1CNxH6nWBbvX3Js
Message-ID: <CAHehzX2_Sz9wmYVzo=2WSRzqYbVF-F0uPx4EczhVVwg3BTb0LA@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-devel@lists.xen.org, 
	xs-devel@lists.xenserver.org, cl-mirage@lists.cam.ac.uk, 
	xen-api@lists.xen.org
Subject: [Xen-API] Next Xen Project Document Day is May 28 (Wednesday)
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Remember that the next Xen Project Document Day will
be held next Wednesday, May 28.

Xen Project Document Day is a day to help improve overall Xen Project
documentation.  This month, I'd to suggest that we pay special attention
to documents relating to Performance:

http://wiki.xenproject.org/wiki/Category:Performance

Note that we don't have very many documents in the category.  The
largest document:

http://wiki.xenproject.org/wiki/Network_Throughput_and_Performance_Guide

is focused largely on XCP/XenServer and doesn't appear to have many
recent edits.  With XenServer developing a life of its own, it would
be good to see this document get recast as a straight Xen Project
document, if that makes sense.

The most generic document:

http://wiki.xenproject.org/wiki/Tuning_Xen_for_Performance

seems to have only a few sections.  Certainly, we must have more
information than this to share on such an important subject.

As usual, all the info you need to participate in Document Day is here:

http://wiki.xenproject.org/wiki/Xen_Document_Days

If you get a few moments in the next week, please take a look at the
current TODO list to see other items which need attention:

http://wiki.xenproject.org/wiki/Xen_Document_Days/TODO

So please think about how you can join in the action.  If you haven't
requested to be made a Wiki editor, save time and do it now so you are
ready to go on Document Day.  Just fill out the form below:

http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor.html

See you in #xendocs on Wednesday, May 28!

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Thu May 22 13:49:47 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 22 May 2014 13:49:47 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WnTNK-0007ie-L5; Thu, 22 May 2014 13:49:38 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1WnTNI-0007iI-UN; Thu, 22 May 2014 13:49:37 +0000
Received: from [85.158.139.211:50741] by server-8.bemta-5.messagelabs.com id
	70/33-11310-F600E735; Thu, 22 May 2014 13:49:35 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-16.tower-206.messagelabs.com!1400766574!2958077!1
X-Originating-IP: [74.125.82.50]
X-SpamReason: No, hits=0.0 required=7.0 tests=HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21391 invoked from network); 22 May 2014 13:49:34 -0000
Received: from mail-wg0-f50.google.com (HELO mail-wg0-f50.google.com)
	(74.125.82.50)
	by server-16.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	22 May 2014 13:49:34 -0000
Received: by mail-wg0-f50.google.com with SMTP id x12so3509459wgg.9
	for <multiple recipients>; Thu, 22 May 2014 06:49:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type;
	bh=ao5/Jtzb1zkHc2jLK4BSTK6WnSw0MGdW5RMahBAhJkU=;
	b=fBlA5wV0zLfwGkIFW+NhpOLGGGDQYsUDHSqoR3CkyKhZEuT7/37N2I7kd8hfktQzAH
	bsiqGgC4ByLlJcdnpJa0CMQlGqWykNqUarO/2dv9jx5WgI1JTNo/oSnrN7bpsSw2SrTL
	MY5jqJLOy6EutXCwJr4sfTCU4qr6XVpXk9uzUZKEAEh2iHzysHjXHQ0DRgNSdzrEPc+2
	OPuUbtkEG56y1Y5I7cFj94xjeu7BzySt4QcymqontplsaV3tQKXDbWIqez09iKHhorUq
	IqTqyzPA8Wf/0Q9iVUj9fBr5oNPBuPIy/l6m4E/s4vVvl2m5D6h8elPnbMWbwyewd99s
	t6Ig==
X-Received: by 10.180.106.1 with SMTP id gq1mr16615698wib.45.1400766574495;
	Thu, 22 May 2014 06:49:34 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id z14sm485475wiu.6.2014.05.22.06.49.32
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 22 May 2014 06:49:32 -0700 (PDT)
Message-ID: <537E0069.8040408@xen.org>
Date: Thu, 22 May 2014 14:49:29 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"mirageos-devel@lists.xenproject.org" <mirageos-devel@lists.xenproject.org>
Subject: [Xen-API] Schedule and additional information for the Hackathon
	published
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0542802658645952391=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is a multi-part message in MIME format.
--===============0542802658645952391==
Content-Type: multipart/alternative;
 boundary="------------020506040603090701070308"

This is a multi-part message in MIME format.
--------------020506040603090701070308
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi all,

I just published some information related to the Hackathon schedule at 
http://wiki.xen.org/wiki/Hackathon/May2014#Schedule - I will send 
another mail to registered attendees, when I get the list of e-mail 
addresses of all registered people from the Linux Foundation.

== Registration ==
Registration will be open from 8:45 to 9:30. When you register you will 
get a badge and information on how to sign into the wifi.

== Breakfast ==
As most of you are staying at Serviced Apartments where there is no 
breakfast, we will provide breakfast for attendees. Breakfast will be 
available from 8:45m - 9:30 on Thursday and from 9:00 - 9:45 on Friday.

== Scheduling and Layout ==
We will follow the same format as last year. However the space is 
different: there is a plenary area in the middle where all of us fit. 
This is where we will have plenary sessions and do the planning.

Around this central area are a number of different rooms that fit 6-10 
people each to have the work sessions. The rooms have names: Family, 
Friends, Fanatical Support, Greatness, Passioon and Results.

After breakfast, I will give you 15 minutes to think about topics you 
want to discuss with others. You will write a headline and your name 
onto a post-it-note. We already have a preliminary list of topics at 
http://wiki.xen.org/wiki/Hackathon/May2014#Topics

We then have 20-25 minutes, where each of you will briefly talk to the 
audience to describe the problem you want to work on and you will map it 
onto a time-space grid (our schedule) by placing yout post-it note onto 
it. This will help others find you.

If you want to work on your own, or you do not have a scheduled session, 
you can use the main space in the middle.

== Lunch and Breaks ==
Lunch and an afternoon break with some food will also be available. 
Coffee and other drinks will be available through the day.

== Evening Event ==
We will be hosting an evening event at The Old Vinyl Factory 
<http://www.theoldvinylfactory.com/>. Dinner and drinks (2 per person) 
will be available for free. More drinks can be bought at the bar. The 
event will be more low key than last year. There is a sound system : if 
anyone wants any specific music, bring a memory stick or ipod.

Again, a thank Big Thank You to Rackspace for hosting and organizing the 
event

Best Regards
Lars

--------------020506040603090701070308
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi all,<br>
    <br>
    I just published some information related to the Hackathon schedule
    at <a class="moz-txt-link-freetext" href="http://wiki.xen.org/wiki/Hackathon/May2014#Schedule">http://wiki.xen.org/wiki/Hackathon/May2014#Schedule</a> - I will send
    another mail to registered attendees, when I get the list of e-mail
    addresses of all registered people from the Linux Foundation.<br>
    <br>
    == Registration ==<br>
    Registration will be open from 8:45 to 9:30. When you register you
    will get a badge and information on how to sign into the wifi. <br>
    <br>
    == Breakfast == <br>
    As most of you are staying at Serviced Apartments where there is no
    breakfast, we will provide breakfast for attendees. Breakfast will
    be available from 8:45m - 9:30 on Thursday and from 9:00 - 9:45 on
    Friday.<br>
    <br>
    == Scheduling and Layout ==<br>
    We will follow the same format as last year. However the space is
    different: there is a plenary area in the middle where all of us
    fit. This is where we will have plenary sessions and do the
    planning.<br>
    &nbsp;<br>
    Around this central area are a number of different rooms that fit
    6-10 people each to have the work sessions. The rooms have names:
    Family, Friends, Fanatical Support, Greatness, Passioon and Results.<span
      style="font-size:11.5pt;font-family:&quot;Helvetica Neue&quot;;
      mso-fareast-font-family:&quot;Times New Roman&quot;;color:black"><o:p></o:p></span>
    <meta name="ProgId" content="Word.Document">
    <meta name="Generator" content="Microsoft Word 14">
    <meta name="Originator" content="Microsoft Word 14">
    <link rel="File-List"
href="file:///C:%5CUsers%5CLARSK%7E1.CIT%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml">
    <!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]-->
    <link rel="themeData"
href="file:///C:%5CUsers%5CLARSK%7E1.CIT%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx">
    <link rel="colorSchemeMapping"
href="file:///C:%5CUsers%5CLARSK%7E1.CIT%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml">
    <!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:View>Normal</w:View>
  <w:Zoom>0</w:Zoom>
  <w:TrackMoves/>
  <w:TrackFormatting/>
  <w:PunctuationKerning/>
  <w:ValidateAgainstSchemas/>
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:DoNotPromoteQF/>
  <w:LidThemeOther>EN-GB</w:LidThemeOther>
  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
   <w:DontGrowAutofit/>
   <w:SplitPgBreakAndParaMark/>
   <w:EnableOpenTypeKerning/>
   <w:DontFlipMirrorIndents/>
   <w:OverrideTableStyleHps/>
  </w:Compatibility>
  <m:mathPr>
   <m:mathFont m:val="Cambria Math"/>
   <m:brkBin m:val="before"/>
   <m:brkBinSub m:val="&#45;-"/>
   <m:smallFrac m:val="off"/>
   <m:dispDef/>
   <m:lMargin m:val="0"/>
   <m:rMargin m:val="0"/>
   <m:defJc m:val="centerGroup"/>
   <m:wrapIndent m:val="1440"/>
   <m:intLim m:val="subSup"/>
   <m:naryLim m:val="undOvr"/>
  </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="267">
  <w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 1"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 2"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 3"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 4"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 5"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 6"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 7"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 8"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 9"/>
  <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
  <w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/>
  <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
  <w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
  <w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
  <w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
  <w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/>
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
  <w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
  <w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
  <w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
  <w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
  <w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
  <w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
  <w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
  <w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
  <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
  <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
 </w:LatentStyles>
</xml><![endif]-->
    <style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:-520092929 1073786111 9 0 415 0;}
@font-face
	{font-family:"Helvetica Neue";
	mso-font-alt:"Times New Roman";
	mso-font-charset:0;
	mso-generic-font-family:auto;
	mso-font-pitch:auto;
	mso-font-signature:0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";
	mso-fareast-font-family:Calibri;
	mso-fareast-theme-font:minor-latin;}
.MsoChpDefault
	{mso-style-type:export-only;
	mso-default-props:yes;
	font-size:10.0pt;
	mso-ansi-font-size:10.0pt;
	mso-bidi-font-size:10.0pt;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:36.0pt;
	mso-footer-margin:36.0pt;
	mso-paper-source:0;}
div.WordSection1
	{page:WordSection1;}
-->
</style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman","serif";}
</style>
<![endif]--><br>
    <br>
    After breakfast, I will give you 15 minutes to think about topics
    you want to discuss with others. You will write a headline and your
    name onto a post-it-note. We already have a preliminary list of
    topics at <a class="moz-txt-link-freetext" href="http://wiki.xen.org/wiki/Hackathon/May2014#Topics">http://wiki.xen.org/wiki/Hackathon/May2014#Topics</a><br>
    <br>
    We then have 20-25 minutes, where each of you will briefly talk to
    the audience to describe the problem you want to work on and you
    will map it onto a time-space grid (our schedule) by placing yout
    post-it note onto it. This will help others find you.<br>
    <br>
    If you want to work on your own, or you do not have a scheduled
    session, you can use the main space in the middle.<br>
    <br>
    == Lunch and Breaks ==<br>
    Lunch and an afternoon break with some food will also be available.
    Coffee and other drinks will be available through the day.<br>
    <br>
    == Evening Event ==<br>
    We will be hosting an evening event at <a
      href="http://www.theoldvinylfactory.com/">The Old Vinyl Factory</a>.
    Dinner and drinks (2 per person) will be available for free. More
    drinks can be bought at the bar. The event will be more low key than
    last year. There is a sound system : if anyone wants any specific
    music, bring a memory stick or ipod.<br>
    <br>
    Again, a thank Big Thank You to Rackspace for hosting and organizing
    the event<br>
    <br>
    Best Regards<br>
    Lars<br>
  </body>
</html>

--------------020506040603090701070308--


--===============0542802658645952391==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============0542802658645952391==--


From xen-api-bounces@lists.xen.org Thu May 22 13:49:47 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 22 May 2014 13:49:47 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WnTNK-0007ie-L5; Thu, 22 May 2014 13:49:38 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1WnTNI-0007iI-UN; Thu, 22 May 2014 13:49:37 +0000
Received: from [85.158.139.211:50741] by server-8.bemta-5.messagelabs.com id
	70/33-11310-F600E735; Thu, 22 May 2014 13:49:35 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-16.tower-206.messagelabs.com!1400766574!2958077!1
X-Originating-IP: [74.125.82.50]
X-SpamReason: No, hits=0.0 required=7.0 tests=HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21391 invoked from network); 22 May 2014 13:49:34 -0000
Received: from mail-wg0-f50.google.com (HELO mail-wg0-f50.google.com)
	(74.125.82.50)
	by server-16.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	22 May 2014 13:49:34 -0000
Received: by mail-wg0-f50.google.com with SMTP id x12so3509459wgg.9
	for <multiple recipients>; Thu, 22 May 2014 06:49:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type;
	bh=ao5/Jtzb1zkHc2jLK4BSTK6WnSw0MGdW5RMahBAhJkU=;
	b=fBlA5wV0zLfwGkIFW+NhpOLGGGDQYsUDHSqoR3CkyKhZEuT7/37N2I7kd8hfktQzAH
	bsiqGgC4ByLlJcdnpJa0CMQlGqWykNqUarO/2dv9jx5WgI1JTNo/oSnrN7bpsSw2SrTL
	MY5jqJLOy6EutXCwJr4sfTCU4qr6XVpXk9uzUZKEAEh2iHzysHjXHQ0DRgNSdzrEPc+2
	OPuUbtkEG56y1Y5I7cFj94xjeu7BzySt4QcymqontplsaV3tQKXDbWIqez09iKHhorUq
	IqTqyzPA8Wf/0Q9iVUj9fBr5oNPBuPIy/l6m4E/s4vVvl2m5D6h8elPnbMWbwyewd99s
	t6Ig==
X-Received: by 10.180.106.1 with SMTP id gq1mr16615698wib.45.1400766574495;
	Thu, 22 May 2014 06:49:34 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id z14sm485475wiu.6.2014.05.22.06.49.32
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 22 May 2014 06:49:32 -0700 (PDT)
Message-ID: <537E0069.8040408@xen.org>
Date: Thu, 22 May 2014 14:49:29 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"mirageos-devel@lists.xenproject.org" <mirageos-devel@lists.xenproject.org>
Subject: [Xen-API] Schedule and additional information for the Hackathon
	published
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0542802658645952391=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is a multi-part message in MIME format.
--===============0542802658645952391==
Content-Type: multipart/alternative;
 boundary="------------020506040603090701070308"

This is a multi-part message in MIME format.
--------------020506040603090701070308
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi all,

I just published some information related to the Hackathon schedule at 
http://wiki.xen.org/wiki/Hackathon/May2014#Schedule - I will send 
another mail to registered attendees, when I get the list of e-mail 
addresses of all registered people from the Linux Foundation.

== Registration ==
Registration will be open from 8:45 to 9:30. When you register you will 
get a badge and information on how to sign into the wifi.

== Breakfast ==
As most of you are staying at Serviced Apartments where there is no 
breakfast, we will provide breakfast for attendees. Breakfast will be 
available from 8:45m - 9:30 on Thursday and from 9:00 - 9:45 on Friday.

== Scheduling and Layout ==
We will follow the same format as last year. However the space is 
different: there is a plenary area in the middle where all of us fit. 
This is where we will have plenary sessions and do the planning.

Around this central area are a number of different rooms that fit 6-10 
people each to have the work sessions. The rooms have names: Family, 
Friends, Fanatical Support, Greatness, Passioon and Results.

After breakfast, I will give you 15 minutes to think about topics you 
want to discuss with others. You will write a headline and your name 
onto a post-it-note. We already have a preliminary list of topics at 
http://wiki.xen.org/wiki/Hackathon/May2014#Topics

We then have 20-25 minutes, where each of you will briefly talk to the 
audience to describe the problem you want to work on and you will map it 
onto a time-space grid (our schedule) by placing yout post-it note onto 
it. This will help others find you.

If you want to work on your own, or you do not have a scheduled session, 
you can use the main space in the middle.

== Lunch and Breaks ==
Lunch and an afternoon break with some food will also be available. 
Coffee and other drinks will be available through the day.

== Evening Event ==
We will be hosting an evening event at The Old Vinyl Factory 
<http://www.theoldvinylfactory.com/>. Dinner and drinks (2 per person) 
will be available for free. More drinks can be bought at the bar. The 
event will be more low key than last year. There is a sound system : if 
anyone wants any specific music, bring a memory stick or ipod.

Again, a thank Big Thank You to Rackspace for hosting and organizing the 
event

Best Regards
Lars

--------------020506040603090701070308
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi all,<br>
    <br>
    I just published some information related to the Hackathon schedule
    at <a class="moz-txt-link-freetext" href="http://wiki.xen.org/wiki/Hackathon/May2014#Schedule">http://wiki.xen.org/wiki/Hackathon/May2014#Schedule</a> - I will send
    another mail to registered attendees, when I get the list of e-mail
    addresses of all registered people from the Linux Foundation.<br>
    <br>
    == Registration ==<br>
    Registration will be open from 8:45 to 9:30. When you register you
    will get a badge and information on how to sign into the wifi. <br>
    <br>
    == Breakfast == <br>
    As most of you are staying at Serviced Apartments where there is no
    breakfast, we will provide breakfast for attendees. Breakfast will
    be available from 8:45m - 9:30 on Thursday and from 9:00 - 9:45 on
    Friday.<br>
    <br>
    == Scheduling and Layout ==<br>
    We will follow the same format as last year. However the space is
    different: there is a plenary area in the middle where all of us
    fit. This is where we will have plenary sessions and do the
    planning.<br>
    &nbsp;<br>
    Around this central area are a number of different rooms that fit
    6-10 people each to have the work sessions. The rooms have names:
    Family, Friends, Fanatical Support, Greatness, Passioon and Results.<span
      style="font-size:11.5pt;font-family:&quot;Helvetica Neue&quot;;
      mso-fareast-font-family:&quot;Times New Roman&quot;;color:black"><o:p></o:p></span>
    <meta name="ProgId" content="Word.Document">
    <meta name="Generator" content="Microsoft Word 14">
    <meta name="Originator" content="Microsoft Word 14">
    <link rel="File-List"
href="file:///C:%5CUsers%5CLARSK%7E1.CIT%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml">
    <!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]-->
    <link rel="themeData"
href="file:///C:%5CUsers%5CLARSK%7E1.CIT%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx">
    <link rel="colorSchemeMapping"
href="file:///C:%5CUsers%5CLARSK%7E1.CIT%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml">
    <!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:View>Normal</w:View>
  <w:Zoom>0</w:Zoom>
  <w:TrackMoves/>
  <w:TrackFormatting/>
  <w:PunctuationKerning/>
  <w:ValidateAgainstSchemas/>
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:DoNotPromoteQF/>
  <w:LidThemeOther>EN-GB</w:LidThemeOther>
  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
   <w:DontGrowAutofit/>
   <w:SplitPgBreakAndParaMark/>
   <w:EnableOpenTypeKerning/>
   <w:DontFlipMirrorIndents/>
   <w:OverrideTableStyleHps/>
  </w:Compatibility>
  <m:mathPr>
   <m:mathFont m:val="Cambria Math"/>
   <m:brkBin m:val="before"/>
   <m:brkBinSub m:val="&#45;-"/>
   <m:smallFrac m:val="off"/>
   <m:dispDef/>
   <m:lMargin m:val="0"/>
   <m:rMargin m:val="0"/>
   <m:defJc m:val="centerGroup"/>
   <m:wrapIndent m:val="1440"/>
   <m:intLim m:val="subSup"/>
   <m:naryLim m:val="undOvr"/>
  </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="267">
  <w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 1"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 2"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 3"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 4"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 5"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 6"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 7"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 8"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 9"/>
  <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
  <w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/>
  <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
  <w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
  <w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
  <w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
  <w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/>
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
  <w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
  <w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
  <w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
  <w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
  <w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
  <w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
  <w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
  <w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
  <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
  <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
 </w:LatentStyles>
</xml><![endif]-->
    <style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:-520092929 1073786111 9 0 415 0;}
@font-face
	{font-family:"Helvetica Neue";
	mso-font-alt:"Times New Roman";
	mso-font-charset:0;
	mso-generic-font-family:auto;
	mso-font-pitch:auto;
	mso-font-signature:0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";
	mso-fareast-font-family:Calibri;
	mso-fareast-theme-font:minor-latin;}
.MsoChpDefault
	{mso-style-type:export-only;
	mso-default-props:yes;
	font-size:10.0pt;
	mso-ansi-font-size:10.0pt;
	mso-bidi-font-size:10.0pt;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:36.0pt;
	mso-footer-margin:36.0pt;
	mso-paper-source:0;}
div.WordSection1
	{page:WordSection1;}
-->
</style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman","serif";}
</style>
<![endif]--><br>
    <br>
    After breakfast, I will give you 15 minutes to think about topics
    you want to discuss with others. You will write a headline and your
    name onto a post-it-note. We already have a preliminary list of
    topics at <a class="moz-txt-link-freetext" href="http://wiki.xen.org/wiki/Hackathon/May2014#Topics">http://wiki.xen.org/wiki/Hackathon/May2014#Topics</a><br>
    <br>
    We then have 20-25 minutes, where each of you will briefly talk to
    the audience to describe the problem you want to work on and you
    will map it onto a time-space grid (our schedule) by placing yout
    post-it note onto it. This will help others find you.<br>
    <br>
    If you want to work on your own, or you do not have a scheduled
    session, you can use the main space in the middle.<br>
    <br>
    == Lunch and Breaks ==<br>
    Lunch and an afternoon break with some food will also be available.
    Coffee and other drinks will be available through the day.<br>
    <br>
    == Evening Event ==<br>
    We will be hosting an evening event at <a
      href="http://www.theoldvinylfactory.com/">The Old Vinyl Factory</a>.
    Dinner and drinks (2 per person) will be available for free. More
    drinks can be bought at the bar. The event will be more low key than
    last year. There is a sound system : if anyone wants any specific
    music, bring a memory stick or ipod.<br>
    <br>
    Again, a thank Big Thank You to Rackspace for hosting and organizing
    the event<br>
    <br>
    Best Regards<br>
    Lars<br>
  </body>
</html>

--------------020506040603090701070308--


--===============0542802658645952391==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============0542802658645952391==--


From xen-api-bounces@lists.xen.org Tue May 27 15:05:36 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 27 May 2014 15:05:36 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WpIwS-0001YN-Mo; Tue, 27 May 2014 15:05:28 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1WpIwS-0001YA-6O; Tue, 27 May 2014 15:05:28 +0000
Received: from [85.158.139.211:38023] by server-7.bemta-5.messagelabs.com id
	FF/F2-20531-7B9A4835; Tue, 27 May 2014 15:05:27 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-6.tower-206.messagelabs.com!1401203125!6614660!1
X-Originating-IP: [209.85.217.171]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12098 invoked from network); 27 May 2014 15:05:26 -0000
Received: from mail-lb0-f171.google.com (HELO mail-lb0-f171.google.com)
	(209.85.217.171)
	by server-6.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	27 May 2014 15:05:26 -0000
Received: by mail-lb0-f171.google.com with SMTP id 10so5125481lbg.30
	for <multiple recipients>; Tue, 27 May 2014 08:05:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type;
	bh=0P0SSbtfCDGeV7EbmvVoxzyJGp0i7tsVlY8UV+x4/0Q=;
	b=XHGk+4Z86GG3oyRy7dEFHLMDZfXDan1Wn1bj1eWXxQgaAxwVW/IgdvyDVE0cbgFslo
	NBM/PvaBrD/p3fyeQYnX2OmvX7j2ke1Ei4QrWQwKpapDekAHXf+OEuJthtP6zRdSZ/a1
	9jr0h/t/aP94YPmokmvCAqFG4+6m3p4CmXRn1TJzKYxkngHrC9THcO8FncKoA+/kpaJC
	9Rmbl6ILmjrQD/VRnJ2iW3JtUPpY9+9aY8DaTbmeB+VMoQnaslio21fRoMF+fUCrnY+9
	1BryestCLvxDsDcUhNGUIZDcPQCsV5vkYiOgLLnQ1sGBx0rr8UrMbTvaLpAqsB0pFJEq
	M7Lg==
MIME-Version: 1.0
X-Received: by 10.152.197.69 with SMTP id is5mr24478845lac.10.1401203125598;
	Tue, 27 May 2014 08:05:25 -0700 (PDT)
Received: by 10.112.29.39 with HTTP; Tue, 27 May 2014 08:05:25 -0700 (PDT)
Date: Tue, 27 May 2014 11:05:25 -0400
X-Google-Sender-Auth: OCB2AmhSrq4tteitsKAtwRchQQM
Message-ID: <CAHehzX3dNDbqPzb23VzeKKLWXjz=XOwCE38E0AP=WVJwKtDYGA@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-devel@lists.xen.org, 
	xs-devel@lists.xenserver.org, cl-mirage@lists.cam.ac.uk, 
	xen-api@lists.xen.org
Subject: [Xen-API] Tomorrow is Xen Project Document Day
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is just a reminder that tomorrow, Wednesday May 28, is our next
Xen Project Document Day.

Xen Project Document Day is a day to help improve overall Xen Project
documentation.  This month, I am suggesting that we pay special attention
to documents relating to Performance:

http://wiki.xenproject.org/wiki/Category:Performance

Note that we don't have very many documents in the category.  The
largest document:

http://wiki.xenproject.org/wiki/Network_Throughput_and_Performance_Guide

is focused largely on XCP/XenServer and doesn't appear to have many
recent edits.  With XenServer developing a life of its own, it would
be good to see this document get recast as a straight Xen Project
document, if that makes sense.

The most generic document:

http://wiki.xenproject.org/wiki/Tuning_Xen_for_Performance

seems to have only a few sections.  Certainly, we must have more
information than this to share on such an important subject.

As usual, all the info you need to participate in Document Day is here:

http://wiki.xenproject.org/wiki/Xen_Document_Days

If you get a few moments in the next week, please take a look at the
current TODO list to see other items which need attention:

http://wiki.xenproject.org/wiki/Xen_Document_Days/TODO

So please think about how you can join in the action.  If you haven't
requested to be made a Wiki editor, save time and do it now so you are
ready to go on Document Day.  Just fill out the form below:

http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor.html

We hope to see you tomorrow in #xendocs!

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Tue May 27 15:05:36 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 27 May 2014 15:05:36 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WpIwS-0001YN-Mo; Tue, 27 May 2014 15:05:28 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1WpIwS-0001YA-6O; Tue, 27 May 2014 15:05:28 +0000
Received: from [85.158.139.211:38023] by server-7.bemta-5.messagelabs.com id
	FF/F2-20531-7B9A4835; Tue, 27 May 2014 15:05:27 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-6.tower-206.messagelabs.com!1401203125!6614660!1
X-Originating-IP: [209.85.217.171]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12098 invoked from network); 27 May 2014 15:05:26 -0000
Received: from mail-lb0-f171.google.com (HELO mail-lb0-f171.google.com)
	(209.85.217.171)
	by server-6.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	27 May 2014 15:05:26 -0000
Received: by mail-lb0-f171.google.com with SMTP id 10so5125481lbg.30
	for <multiple recipients>; Tue, 27 May 2014 08:05:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type;
	bh=0P0SSbtfCDGeV7EbmvVoxzyJGp0i7tsVlY8UV+x4/0Q=;
	b=XHGk+4Z86GG3oyRy7dEFHLMDZfXDan1Wn1bj1eWXxQgaAxwVW/IgdvyDVE0cbgFslo
	NBM/PvaBrD/p3fyeQYnX2OmvX7j2ke1Ei4QrWQwKpapDekAHXf+OEuJthtP6zRdSZ/a1
	9jr0h/t/aP94YPmokmvCAqFG4+6m3p4CmXRn1TJzKYxkngHrC9THcO8FncKoA+/kpaJC
	9Rmbl6ILmjrQD/VRnJ2iW3JtUPpY9+9aY8DaTbmeB+VMoQnaslio21fRoMF+fUCrnY+9
	1BryestCLvxDsDcUhNGUIZDcPQCsV5vkYiOgLLnQ1sGBx0rr8UrMbTvaLpAqsB0pFJEq
	M7Lg==
MIME-Version: 1.0
X-Received: by 10.152.197.69 with SMTP id is5mr24478845lac.10.1401203125598;
	Tue, 27 May 2014 08:05:25 -0700 (PDT)
Received: by 10.112.29.39 with HTTP; Tue, 27 May 2014 08:05:25 -0700 (PDT)
Date: Tue, 27 May 2014 11:05:25 -0400
X-Google-Sender-Auth: OCB2AmhSrq4tteitsKAtwRchQQM
Message-ID: <CAHehzX3dNDbqPzb23VzeKKLWXjz=XOwCE38E0AP=WVJwKtDYGA@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-devel@lists.xen.org, 
	xs-devel@lists.xenserver.org, cl-mirage@lists.cam.ac.uk, 
	xen-api@lists.xen.org
Subject: [Xen-API] Tomorrow is Xen Project Document Day
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is just a reminder that tomorrow, Wednesday May 28, is our next
Xen Project Document Day.

Xen Project Document Day is a day to help improve overall Xen Project
documentation.  This month, I am suggesting that we pay special attention
to documents relating to Performance:

http://wiki.xenproject.org/wiki/Category:Performance

Note that we don't have very many documents in the category.  The
largest document:

http://wiki.xenproject.org/wiki/Network_Throughput_and_Performance_Guide

is focused largely on XCP/XenServer and doesn't appear to have many
recent edits.  With XenServer developing a life of its own, it would
be good to see this document get recast as a straight Xen Project
document, if that makes sense.

The most generic document:

http://wiki.xenproject.org/wiki/Tuning_Xen_for_Performance

seems to have only a few sections.  Certainly, we must have more
information than this to share on such an important subject.

As usual, all the info you need to participate in Document Day is here:

http://wiki.xenproject.org/wiki/Xen_Document_Days

If you get a few moments in the next week, please take a look at the
current TODO list to see other items which need attention:

http://wiki.xenproject.org/wiki/Xen_Document_Days/TODO

So please think about how you can join in the action.  If you haven't
requested to be made a Wiki editor, save time and do it now so you are
ready to go on Document Day.  Just fill out the form below:

http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor.html

We hope to see you tomorrow in #xendocs!

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 28 04:33:31 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 28 May 2014 04:33:31 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WpVYI-0007dr-7g; Wed, 28 May 2014 04:33:22 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1WpVYF-0007dg-VU; Wed, 28 May 2014 04:33:20 +0000
Received: from [85.158.137.68:29268] by server-10.bemta-3.messagelabs.com id
	CD/C2-16608-E0765835; Wed, 28 May 2014 04:33:18 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1401251597!6472438!1
X-Originating-IP: [209.85.217.174]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 18354 invoked from network); 28 May 2014 04:33:18 -0000
Received: from mail-lb0-f174.google.com (HELO mail-lb0-f174.google.com)
	(209.85.217.174)
	by server-10.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	28 May 2014 04:33:18 -0000
Received: by mail-lb0-f174.google.com with SMTP id n15so5498973lbi.19
	for <multiple recipients>; Tue, 27 May 2014 21:33:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type;
	bh=xgfWHr1uE0bBMj5VC/boNo0JQdH3K1Pmd+mKXgWO0T8=;
	b=W7PW/dEk3ExG7kl/T1PQs89H6xO96bOaXEianEZ6WSZu+RLW7zEb9pGVUItk5Pp5AZ
	83F96OSXvHrgkxiqb/nUmrQolSaYhR76N/SC9EqBdROgxxMhABg91ctKSO1/0RJVdk0L
	CHxhUryrJEKz+dGsXbGHYt+uDrvUC2SF7ikWMX4uOGldDgb6MWRGS++xrWte+gzThAl3
	xsYTwyC7VGN8KiWqIRglsht7FNZV2rImZVIsgd+/7DyexcXc+88LWfgem95UWGK4qBcK
	relpgFjYB8N4vpLfovYSEqAK8/+8bmRSj32aCO6a0CIYXZKDK4TPKYjwAN+MBDVrUPgI
	oLDg==
MIME-Version: 1.0
X-Received: by 10.112.53.170 with SMTP id c10mr304961lbp.70.1401251596863;
	Tue, 27 May 2014 21:33:16 -0700 (PDT)
Received: by 10.112.29.39 with HTTP; Tue, 27 May 2014 21:33:16 -0700 (PDT)
Date: Wed, 28 May 2014 00:33:16 -0400
X-Google-Sender-Auth: ISAgh1C_IvIcnxBliI2cdIBd2jU
Message-ID: <CAHehzX0iKDzgqjhbYdmQn=2oiFc++DzQsC6NeWga096aBcfBCg@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-devel@lists.xen.org, xen-api@lists.xen.org, 
	xs-devel@lists.xenserver.org, cl-mirage@lists.cam.ac.uk
Subject: [Xen-API] Today is Xen Project Document Day (May 28)
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Xen Project Document Day is here!

This month, I am suggesting that we pay special attention to documents
relating to the important topics of Performance and Tuning.  Some
concerns are spelled out in the TODO document:

http://wiki.xenproject.org/wiki/Xen_Document_Days/TODO

If you haven't participated in Document Days before, it really is easy
to do.  The information you need can be found here:

http://wiki.xenproject.org/wiki/Xen_Document_Days

And we finally have some swag available, so we can single out people
who do a great job with a small thank you gift of a Xen Project
T-shirt!

So please think about how you can join in the action.  If you haven't
requested to be made a Wiki editor, just fill out the form below:

http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor.html

We hope to see you in #xendocs in Freenode IRC as we work on the docs.

Russ

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 28 04:33:31 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 28 May 2014 04:33:31 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WpVYI-0007dr-7g; Wed, 28 May 2014 04:33:22 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1WpVYF-0007dg-VU; Wed, 28 May 2014 04:33:20 +0000
Received: from [85.158.137.68:29268] by server-10.bemta-3.messagelabs.com id
	CD/C2-16608-E0765835; Wed, 28 May 2014 04:33:18 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1401251597!6472438!1
X-Originating-IP: [209.85.217.174]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 18354 invoked from network); 28 May 2014 04:33:18 -0000
Received: from mail-lb0-f174.google.com (HELO mail-lb0-f174.google.com)
	(209.85.217.174)
	by server-10.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	28 May 2014 04:33:18 -0000
Received: by mail-lb0-f174.google.com with SMTP id n15so5498973lbi.19
	for <multiple recipients>; Tue, 27 May 2014 21:33:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type;
	bh=xgfWHr1uE0bBMj5VC/boNo0JQdH3K1Pmd+mKXgWO0T8=;
	b=W7PW/dEk3ExG7kl/T1PQs89H6xO96bOaXEianEZ6WSZu+RLW7zEb9pGVUItk5Pp5AZ
	83F96OSXvHrgkxiqb/nUmrQolSaYhR76N/SC9EqBdROgxxMhABg91ctKSO1/0RJVdk0L
	CHxhUryrJEKz+dGsXbGHYt+uDrvUC2SF7ikWMX4uOGldDgb6MWRGS++xrWte+gzThAl3
	xsYTwyC7VGN8KiWqIRglsht7FNZV2rImZVIsgd+/7DyexcXc+88LWfgem95UWGK4qBcK
	relpgFjYB8N4vpLfovYSEqAK8/+8bmRSj32aCO6a0CIYXZKDK4TPKYjwAN+MBDVrUPgI
	oLDg==
MIME-Version: 1.0
X-Received: by 10.112.53.170 with SMTP id c10mr304961lbp.70.1401251596863;
	Tue, 27 May 2014 21:33:16 -0700 (PDT)
Received: by 10.112.29.39 with HTTP; Tue, 27 May 2014 21:33:16 -0700 (PDT)
Date: Wed, 28 May 2014 00:33:16 -0400
X-Google-Sender-Auth: ISAgh1C_IvIcnxBliI2cdIBd2jU
Message-ID: <CAHehzX0iKDzgqjhbYdmQn=2oiFc++DzQsC6NeWga096aBcfBCg@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-devel@lists.xen.org, xen-api@lists.xen.org, 
	xs-devel@lists.xenserver.org, cl-mirage@lists.cam.ac.uk
Subject: [Xen-API] Today is Xen Project Document Day (May 28)
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Xen Project Document Day is here!

This month, I am suggesting that we pay special attention to documents
relating to the important topics of Performance and Tuning.  Some
concerns are spelled out in the TODO document:

http://wiki.xenproject.org/wiki/Xen_Document_Days/TODO

If you haven't participated in Document Days before, it really is easy
to do.  The information you need can be found here:

http://wiki.xenproject.org/wiki/Xen_Document_Days

And we finally have some swag available, so we can single out people
who do a great job with a small thank you gift of a Xen Project
T-shirt!

So please think about how you can join in the action.  If you haven't
requested to be made a Wiki editor, just fill out the form below:

http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor.html

We hope to see you in #xendocs in Freenode IRC as we work on the docs.

Russ

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 28 12:43:04 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 28 May 2014 12:43:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WpdC1-0001rp-Uz; Wed, 28 May 2014 12:42:53 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1WpdC0-0001rY-Jn; Wed, 28 May 2014 12:42:52 +0000
Received: from [85.158.139.211:39926] by server-17.bemta-5.messagelabs.com id
	1F/6F-09046-BC9D5835; Wed, 28 May 2014 12:42:51 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-14.tower-206.messagelabs.com!1401280970!1429528!1
X-Originating-IP: [74.125.82.180]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27877 invoked from network); 28 May 2014 12:42:50 -0000
Received: from mail-we0-f180.google.com (HELO mail-we0-f180.google.com)
	(74.125.82.180)
	by server-14.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	28 May 2014 12:42:50 -0000
Received: by mail-we0-f180.google.com with SMTP id q58so2339575wes.39
	for <multiple recipients>; Wed, 28 May 2014 05:42:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=ngqI0EVFFbZShRpeZ+AXPaA4NRu1s13y0B4sRLPdBAw=;
	b=Aa4foEoHcVF5RIuQ9XSqhyKkHhChUpESZD/nfu7TKC74mxzkJhYN8hhAPmNSnmykLh
	k50fDIRMnk8iHzNs3wJe94JYGybiUNwx7E68bA/iJ6/9R8fNeJIooS1bVcZTsHuorvPa
	i0i6hYNECoaM+ppsA6KaKTKr7u27+VNJYcEllSCPa0iqrQTcXi/yG9F1n7ge+5mv6OUa
	yu263fwCbfZvdvJDjldUwVBzxVx4GISZoNju8RpoIOqWrm6ocDSZddELc9ROAv0ehU3Z
	bjpTGIrr/mnMTmYnsqt7OFTE6U2rKcEuuOnCeA0swZF5NTNXQOvwetq5PXlNlFDO8WCq
	9EaQ==
X-Received: by 10.194.77.72 with SMTP id q8mr48960619wjw.82.1401280968961;
	Wed, 28 May 2014 05:42:48 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id
	ba9sm16570778wib.24.2014.05.28.05.42.47 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 28 May 2014 05:42:48 -0700 (PDT)
Message-ID: <5385D9C6.2090105@xen.org>
Date: Wed, 28 May 2014 13:42:46 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	xen-users@lists.xenproject.org, 
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	"mirageos-devel@lists.xenproject.org" <mirageos-devel@lists.xenproject.org>
Subject: [Xen-API] [For community review] Windows PV Drivers Incubation
 Sub-project Proposal
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="windows-1252"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Hi all,

please find attached a link to a new subproject to proposal to host and =

develop the Windows PV drivers. The proposal is at =

http://wiki.xenproject.org/wiki/Windows_PV_Drivers_Incubation_Project_Propo=
sal =

(but I also attached the text below).

Anyone can comment on the proposal. The review period will be open until =

June 6th. I will then incorporate any comments and go for a formal vote.

Best Regards
Lars

=3D=3D Windows PV Drivers Project Proposal =3D=3D
=3D=3D=3D Roles =3D=3D=3D
* Project Lead: Paul Durrant - Paul is Windows subsystem architect for =

XenServer and has authored the majority of the driver code.
* Project Sponsor: Matt Wilson - Matt is Xen Project AB member =

representing Amazon
* Project Mentor: Lars Kurth - Lars is the Community Manager for the Xen =

Project and has agreed to act as the project=92s Mentor.

=3D=3D=3D Background =3D=3D=3D
ParaVirtualization aware (PV) device drivers are an important part of =

HVM guests running under Xen. Citrix has provided a set of PV driver
for Windows since the inception of XenServer. These drivers have evolved =

over the years and recently the full set has been made open
source with a BSD license and are therefore available to the community =

to modify and build.
I gave a talk at the 2013 Xen Developer Summit in Edinburgh (see =

http://www.slideshare.net/xen_com_mgr/open-source-pv-drivers) to
introduce the drivers. This proposal is intended to be a logical next =

step to that initial offering to the community.

=3D=3D=3D Relevance to Xen and its Community =3D=3D=3D
The drivers have a dependency on Xen as they are ParaVirtualization =

aware. They are not tied in any way to Citrix commercial Xen offerings;
they are designed to function on any build of Xen since 3.4. They =

encompass high performance network and storage frontends and enable
functionality such as memory ballooning, and clean shutdown or reboot =

via the xl toolstack. They are well tested and supported, since they
are crucial to Citrix products, and are of benefit to anyone wishing to =

run Windows (i386 or x86_64) as a guest under Xen.

=3D=3D=3D Current Status =3D=3D=3D
Recent builds of the drivers are currently being tested by Citrix and =

Amazon using the Microsoft HCK and Citrix will be providing logo-signed =

builds of the drivers in future commercial Xen offerings. Amazon are =

evaluating the drivers and may ship them in future AMIs.
Citrix may also provide logo-signed drivers via Microsoft's Windows =

Update mechanism, making them widely available to anyone running
Windows under Xen (not just XenServer) without the need for them to =

build the drivers themselves. Any other organization is also free to do
the same by registering a top level PV device with the Xen community =

(see http://xenbits.xen.org/gitweb/?p=3Dxen.git;a=3Dblob;f=3Ddocs/misc/pci-d
evice-reservations.txt) and logo-signing their driver builds.

=3D=3D=3D Incubation =3D=3D=3D
The aim of making the Windows PV Drivers an incubated project is to =

raise their profile to members of the Xen community other than Citrix
and Amazon and hopefully gain more developer interest and contribution. =

The driver set provide APIs to fundamental Xen subsystems such
as grant tables, event channels and xenstore and therefore provide a =

basis for further frontends, e.g. HID (keyboard and mouse), PV audio
and possibly framebuffer. Current maintainers of the driver repositories =

are all employed by Citrix but by becoming an incubated project we
hope gain maintainers from the community as we build interest.

We hope we can work with the maintainers of the GPLPV Windows Drivers to =

standardize Windows PV drivers for the Xen project.

=3D=3D=3D Required Infrastructure =3D=3D=3D
=3D=3D=3D=3D Repositories =3D=3D=3D=3D
As a Xen Project sub-project we would wish the driver repositories to be =

hosted on xenbits, but mirrored to GitHub to allow use of the the
GitHub workflow. It makes sense to maintain a separate repository for =

each driver as:

Each driver is separately installable with no compile-time linkage to =

any other driver. Some headers may be imported from one
repository to another to facilitate run-time discovery of interfaces =

provided by one driver and consumed by another, but it is desirable
that this is an explicit step to move from one version of an interface =

to another.

A continuous integration server project can be created for each =

repository such that the only a modified driver is re-built, rather than
the entire set.

The set of drivers (and hence repositories) is currently:
* XENBUS: Bus driver binding to the top-level PCI device (and providing =

most of the interfaces to Xen)
* XENVIF: Network class driver (hosting the code necessary to drive the =

netif ring protocol)
* XENNET: Network device driver (client of the class driver, provides =

VIFs to Windows network stack)
* XENVBD: Storage class driver (hosting the code necessary to drive the =

blkif ring protocol)
* XENIFACE: Interface driver (providing user-space access to xenstore)

=3D=3D=3D=3D Build and Test =3D=3D=3D=3D
We request build infrastructure to make new builds of driver =

repositories immediately available for use by community members. This
includes:

A build machine (physical or virtual), possibly part of the Xen Project =

test framework, running Jenkins or some such continuous
integration server to monitor the repositories

A license for Microsoft Visual Studio (~ $1000)
Storage, either on the build machine or elsewhere, to act as a public =

facing symbol server for the convenience of developers

=3D=3D=3D=3D=3D Approval Status =3D=3D=3D=3D=3D
The Advisory Board agreed to fund a Visual Studio license and two =

vendors in the community offered VM's to host the build environment.




_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 28 12:43:04 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 28 May 2014 12:43:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WpdC1-0001rp-Uz; Wed, 28 May 2014 12:42:53 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1WpdC0-0001rY-Jn; Wed, 28 May 2014 12:42:52 +0000
Received: from [85.158.139.211:39926] by server-17.bemta-5.messagelabs.com id
	1F/6F-09046-BC9D5835; Wed, 28 May 2014 12:42:51 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-14.tower-206.messagelabs.com!1401280970!1429528!1
X-Originating-IP: [74.125.82.180]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27877 invoked from network); 28 May 2014 12:42:50 -0000
Received: from mail-we0-f180.google.com (HELO mail-we0-f180.google.com)
	(74.125.82.180)
	by server-14.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	28 May 2014 12:42:50 -0000
Received: by mail-we0-f180.google.com with SMTP id q58so2339575wes.39
	for <multiple recipients>; Wed, 28 May 2014 05:42:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=ngqI0EVFFbZShRpeZ+AXPaA4NRu1s13y0B4sRLPdBAw=;
	b=Aa4foEoHcVF5RIuQ9XSqhyKkHhChUpESZD/nfu7TKC74mxzkJhYN8hhAPmNSnmykLh
	k50fDIRMnk8iHzNs3wJe94JYGybiUNwx7E68bA/iJ6/9R8fNeJIooS1bVcZTsHuorvPa
	i0i6hYNECoaM+ppsA6KaKTKr7u27+VNJYcEllSCPa0iqrQTcXi/yG9F1n7ge+5mv6OUa
	yu263fwCbfZvdvJDjldUwVBzxVx4GISZoNju8RpoIOqWrm6ocDSZddELc9ROAv0ehU3Z
	bjpTGIrr/mnMTmYnsqt7OFTE6U2rKcEuuOnCeA0swZF5NTNXQOvwetq5PXlNlFDO8WCq
	9EaQ==
X-Received: by 10.194.77.72 with SMTP id q8mr48960619wjw.82.1401280968961;
	Wed, 28 May 2014 05:42:48 -0700 (PDT)
Received: from [172.16.25.10] (97e5a5cd.skybroadband.com. [151.229.165.205])
	by mx.google.com with ESMTPSA id
	ba9sm16570778wib.24.2014.05.28.05.42.47 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 28 May 2014 05:42:48 -0700 (PDT)
Message-ID: <5385D9C6.2090105@xen.org>
Date: Wed, 28 May 2014 13:42:46 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	xen-users@lists.xenproject.org, 
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	"mirageos-devel@lists.xenproject.org" <mirageos-devel@lists.xenproject.org>
Subject: [Xen-API] [For community review] Windows PV Drivers Incubation
 Sub-project Proposal
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="windows-1252"; Format="flowed"
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

Hi all,

please find attached a link to a new subproject to proposal to host and =

develop the Windows PV drivers. The proposal is at =

http://wiki.xenproject.org/wiki/Windows_PV_Drivers_Incubation_Project_Propo=
sal =

(but I also attached the text below).

Anyone can comment on the proposal. The review period will be open until =

June 6th. I will then incorporate any comments and go for a formal vote.

Best Regards
Lars

=3D=3D Windows PV Drivers Project Proposal =3D=3D
=3D=3D=3D Roles =3D=3D=3D
* Project Lead: Paul Durrant - Paul is Windows subsystem architect for =

XenServer and has authored the majority of the driver code.
* Project Sponsor: Matt Wilson - Matt is Xen Project AB member =

representing Amazon
* Project Mentor: Lars Kurth - Lars is the Community Manager for the Xen =

Project and has agreed to act as the project=92s Mentor.

=3D=3D=3D Background =3D=3D=3D
ParaVirtualization aware (PV) device drivers are an important part of =

HVM guests running under Xen. Citrix has provided a set of PV driver
for Windows since the inception of XenServer. These drivers have evolved =

over the years and recently the full set has been made open
source with a BSD license and are therefore available to the community =

to modify and build.
I gave a talk at the 2013 Xen Developer Summit in Edinburgh (see =

http://www.slideshare.net/xen_com_mgr/open-source-pv-drivers) to
introduce the drivers. This proposal is intended to be a logical next =

step to that initial offering to the community.

=3D=3D=3D Relevance to Xen and its Community =3D=3D=3D
The drivers have a dependency on Xen as they are ParaVirtualization =

aware. They are not tied in any way to Citrix commercial Xen offerings;
they are designed to function on any build of Xen since 3.4. They =

encompass high performance network and storage frontends and enable
functionality such as memory ballooning, and clean shutdown or reboot =

via the xl toolstack. They are well tested and supported, since they
are crucial to Citrix products, and are of benefit to anyone wishing to =

run Windows (i386 or x86_64) as a guest under Xen.

=3D=3D=3D Current Status =3D=3D=3D
Recent builds of the drivers are currently being tested by Citrix and =

Amazon using the Microsoft HCK and Citrix will be providing logo-signed =

builds of the drivers in future commercial Xen offerings. Amazon are =

evaluating the drivers and may ship them in future AMIs.
Citrix may also provide logo-signed drivers via Microsoft's Windows =

Update mechanism, making them widely available to anyone running
Windows under Xen (not just XenServer) without the need for them to =

build the drivers themselves. Any other organization is also free to do
the same by registering a top level PV device with the Xen community =

(see http://xenbits.xen.org/gitweb/?p=3Dxen.git;a=3Dblob;f=3Ddocs/misc/pci-d
evice-reservations.txt) and logo-signing their driver builds.

=3D=3D=3D Incubation =3D=3D=3D
The aim of making the Windows PV Drivers an incubated project is to =

raise their profile to members of the Xen community other than Citrix
and Amazon and hopefully gain more developer interest and contribution. =

The driver set provide APIs to fundamental Xen subsystems such
as grant tables, event channels and xenstore and therefore provide a =

basis for further frontends, e.g. HID (keyboard and mouse), PV audio
and possibly framebuffer. Current maintainers of the driver repositories =

are all employed by Citrix but by becoming an incubated project we
hope gain maintainers from the community as we build interest.

We hope we can work with the maintainers of the GPLPV Windows Drivers to =

standardize Windows PV drivers for the Xen project.

=3D=3D=3D Required Infrastructure =3D=3D=3D
=3D=3D=3D=3D Repositories =3D=3D=3D=3D
As a Xen Project sub-project we would wish the driver repositories to be =

hosted on xenbits, but mirrored to GitHub to allow use of the the
GitHub workflow. It makes sense to maintain a separate repository for =

each driver as:

Each driver is separately installable with no compile-time linkage to =

any other driver. Some headers may be imported from one
repository to another to facilitate run-time discovery of interfaces =

provided by one driver and consumed by another, but it is desirable
that this is an explicit step to move from one version of an interface =

to another.

A continuous integration server project can be created for each =

repository such that the only a modified driver is re-built, rather than
the entire set.

The set of drivers (and hence repositories) is currently:
* XENBUS: Bus driver binding to the top-level PCI device (and providing =

most of the interfaces to Xen)
* XENVIF: Network class driver (hosting the code necessary to drive the =

netif ring protocol)
* XENNET: Network device driver (client of the class driver, provides =

VIFs to Windows network stack)
* XENVBD: Storage class driver (hosting the code necessary to drive the =

blkif ring protocol)
* XENIFACE: Interface driver (providing user-space access to xenstore)

=3D=3D=3D=3D Build and Test =3D=3D=3D=3D
We request build infrastructure to make new builds of driver =

repositories immediately available for use by community members. This
includes:

A build machine (physical or virtual), possibly part of the Xen Project =

test framework, running Jenkins or some such continuous
integration server to monitor the repositories

A license for Microsoft Visual Studio (~ $1000)
Storage, either on the build machine or elsewhere, to act as a public =

facing symbol server for the convenience of developers

=3D=3D=3D=3D=3D Approval Status =3D=3D=3D=3D=3D
The Advisory Board agreed to fund a Visual Studio license and two =

vendors in the community offered VM's to host the build environment.




_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Wed May 28 13:29:30 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 28 May 2014 13:29:30 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wpdv0-00042z-2Z; Wed, 28 May 2014 13:29:22 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <fabio.fantoni@m2r.biz>) id 1Wpduz-00042t-9a
	for xen-api@lists.xenproject.org; Wed, 28 May 2014 13:29:21 +0000
Received: from [85.158.139.211:26685] by server-13.bemta-5.messagelabs.com id
	BD/68-16341-0B4E5835; Wed, 28 May 2014 13:29:20 +0000
X-Env-Sender: fabio.fantoni@m2r.biz
X-Msg-Ref: server-2.tower-206.messagelabs.com!1401283758!6823196!1
X-Originating-IP: [74.125.82.41]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_30_40,HTML_EMBEDS,
	HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 29051 invoked from network); 28 May 2014 13:29:18 -0000
Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com)
	(74.125.82.41)
	by server-2.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	28 May 2014 13:29:18 -0000
Received: by mail-wg0-f41.google.com with SMTP id z12so11305719wgg.24
	for <xen-api@lists.xenproject.org>;
	Wed, 28 May 2014 06:29:18 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type;
	bh=QhukczOoTo9kVLA1cR9F+alWFhzywzh3rRVPBt3JzvM=;
	b=O5uyZtki1n1bCtF4FCuC1NCO3NlWQql4jjjhAi26w9b//zlFWyOIWmCaPdjcovlCvp
	5zb/wTKE5qRY/LbcP8JAIfKb7sj9LhLCIuKrta+CElt61cFUS49UxW5BAJpTUm6zzO60
	o5VzbPPwMGxOUwGfuzrSig+za5S1XDm7pd5eynuFwH0cWhQrWaYnZqYQ3J1LDJSNRkVm
	ou8PXI5S6se6ND26vukg0h3trh5IDmS/nXX5RsmS6F/DHJxPnL0sH53MK30ABcOMT1e0
	3n6+suYNe3a6UMcK8rSAk8tfClCKGgSy6nqS6s9k35YrQkwB81/W0Vlh+FX4Vv2qBM7U
	kmDg==
X-Gm-Message-State: ALoCoQmAU0m4kyowx8Jq/9a0cpebfzishMEiNH7VGFAA+eZgkwXHkPjAV64u+oSqnDcgmzRvt4HC
X-Received: by 10.194.84.208 with SMTP id b16mr52571335wjz.55.1401283757735;
	Wed, 28 May 2014 06:29:17 -0700 (PDT)
Received: from [192.168.1.15] (ip-73-126.sn2.eutelia.it. [83.211.73.126])
	by mx.google.com with ESMTPSA id
	ba9sm16869317wib.24.2014.05.28.06.29.15 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 28 May 2014 06:29:17 -0700 (PDT)
Message-ID: <5385E4B0.1010102@m2r.biz>
Date: Wed, 28 May 2014 15:29:20 +0200
From: Fabio Fantoni <fabio.fantoni@m2r.biz>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: lars.kurth@xen.org, "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	xen-users@lists.xenproject.org, 
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	"mirageos-devel@lists.xenproject.org" <mirageos-devel@lists.xenproject.org>
References: <5385D9C6.2090105@xen.org>
In-Reply-To: <5385D9C6.2090105@xen.org>
Subject: Re: [Xen-API] [Xen-devel] [For community review] Windows PV Drivers
 Incubation Sub-project Proposal
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3859106579568313665=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is a multi-part message in MIME format.
--===============3859106579568313665==
Content-Type: multipart/alternative;
 boundary="------------040001060405080604010706"

This is a multi-part message in MIME format.
--------------040001060405080604010706
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit

Il 28/05/2014 14:42, Lars Kurth ha scritto:
> Hi all,
>
> please find attached a link to a new subproject to proposal to host 
> and develop the Windows PV drivers. The proposal is at 
> http://wiki.xenproject.org/wiki/Windows_PV_Drivers_Incubation_Project_Proposal 
> (but I also attached the text below).
>
> Anyone can comment on the proposal. The review period will be open 
> until June 6th. I will then incorporate any comments and go for a 
> formal vote.
>
> Best Regards
> Lars

Thanks, this seems a good project.
Unfortunately I do not have ms visual studio needed to buildit.
Let me know as soon as thepublic test build will be available and I'll 
helpto testit.

Thanks for any reply and sorry for my bad english.

>
> == Windows PV Drivers Project Proposal ==
> === Roles ===
> * Project Lead: Paul Durrant - Paul is Windows subsystem architect for 
> XenServer and has authored the majority of the driver code.
> * Project Sponsor: Matt Wilson - Matt is Xen Project AB member 
> representing Amazon
> * Project Mentor: Lars Kurth - Lars is the Community Manager for the 
> Xen Project and has agreed to act as the project’s Mentor.
>
> === Background ===
> ParaVirtualization aware (PV) device drivers are an important part of 
> HVM guests running under Xen. Citrix has provided a set of PV driver
> for Windows since the inception of XenServer. These drivers have 
> evolved over the years and recently the full set has been made open
> source with a BSD license and are therefore available to the community 
> to modify and build.
> I gave a talk at the 2013 Xen Developer Summit in Edinburgh (see 
> http://www.slideshare.net/xen_com_mgr/open-source-pv-drivers) to
> introduce the drivers. This proposal is intended to be a logical next 
> step to that initial offering to the community.
>
> === Relevance to Xen and its Community ===
> The drivers have a dependency on Xen as they are ParaVirtualization 
> aware. They are not tied in any way to Citrix commercial Xen offerings;
> they are designed to function on any build of Xen since 3.4. They 
> encompass high performance network and storage frontends and enable
> functionality such as memory ballooning, and clean shutdown or reboot 
> via the xl toolstack. They are well tested and supported, since they
> are crucial to Citrix products, and are of benefit to anyone wishing 
> to run Windows (i386 or x86_64) as a guest under Xen.
>
> === Current Status ===
> Recent builds of the drivers are currently being tested by Citrix and 
> Amazon using the Microsoft HCK and Citrix will be providing 
> logo-signed builds of the drivers in future commercial Xen offerings. 
> Amazon are evaluating the drivers and may ship them in future AMIs.
> Citrix may also provide logo-signed drivers via Microsoft's Windows 
> Update mechanism, making them widely available to anyone running
> Windows under Xen (not just XenServer) without the need for them to 
> build the drivers themselves. Any other organization is also free to do
> the same by registering a top level PV device with the Xen community 
> (see http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=docs/misc/pci-d
> evice-reservations.txt) and logo-signing their driver builds.
>
> === Incubation ===
> The aim of making the Windows PV Drivers an incubated project is to 
> raise their profile to members of the Xen community other than Citrix
> and Amazon and hopefully gain more developer interest and 
> contribution. The driver set provide APIs to fundamental Xen 
> subsystems such
> as grant tables, event channels and xenstore and therefore provide a 
> basis for further frontends, e.g. HID (keyboard and mouse), PV audio
> and possibly framebuffer. Current maintainers of the driver 
> repositories are all employed by Citrix but by becoming an incubated 
> project we
> hope gain maintainers from the community as we build interest.
>
> We hope we can work with the maintainers of the GPLPV Windows Drivers 
> to standardize Windows PV drivers for the Xen project.
>
> === Required Infrastructure ===
> ==== Repositories ====
> As a Xen Project sub-project we would wish the driver repositories to 
> be hosted on xenbits, but mirrored to GitHub to allow use of the the
> GitHub workflow. It makes sense to maintain a separate repository for 
> each driver as:
>
> Each driver is separately installable with no compile-time linkage to 
> any other driver. Some headers may be imported from one
> repository to another to facilitate run-time discovery of interfaces 
> provided by one driver and consumed by another, but it is desirable
> that this is an explicit step to move from one version of an interface 
> to another.
>
> A continuous integration server project can be created for each 
> repository such that the only a modified driver is re-built, rather than
> the entire set.
>
> The set of drivers (and hence repositories) is currently:
> * XENBUS: Bus driver binding to the top-level PCI device (and 
> providing most of the interfaces to Xen)
> * XENVIF: Network class driver (hosting the code necessary to drive 
> the netif ring protocol)
> * XENNET: Network device driver (client of the class driver, provides 
> VIFs to Windows network stack)
> * XENVBD: Storage class driver (hosting the code necessary to drive 
> the blkif ring protocol)
> * XENIFACE: Interface driver (providing user-space access to xenstore)
>
> ==== Build and Test ====
> We request build infrastructure to make new builds of driver 
> repositories immediately available for use by community members. This
> includes:
>
> A build machine (physical or virtual), possibly part of the Xen 
> Project test framework, running Jenkins or some such continuous
> integration server to monitor the repositories
>
> A license for Microsoft Visual Studio (~ $1000)
> Storage, either on the build machine or elsewhere, to act as a public 
> facing symbol server for the convenience of developers
>
> ===== Approval Status =====
> The Advisory Board agreed to fund a Visual Studio license and two 
> vendors in the community offered VM's to host the build environment.
>
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel


--------------040001060405080604010706
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Il 28/05/2014 14:42, Lars Kurth ha
      scritto:<br>
    </div>
    <blockquote cite="mid:5385D9C6.2090105@xen.org" type="cite">Hi all,
      <br>
      <br>
      please find attached a link to a new subproject to proposal to
      host and develop the Windows PV drivers. The proposal is at
      <a class="moz-txt-link-freetext" href="http://wiki.xenproject.org/wiki/Windows_PV_Drivers_Incubation_Project_Proposal">http://wiki.xenproject.org/wiki/Windows_PV_Drivers_Incubation_Project_Proposal</a>
      (but I also attached the text below).
      <br>
      <br>
      Anyone can comment on the proposal. The review period will be open
      until June 6th. I will then incorporate any comments and go for a
      formal vote.
      <br>
      <br>
      Best Regards
      <br>
      Lars
      <br>
    </blockquote>
    <br>
    Thanks, this seems a good project.<br>
    <div id="gt-src-tools">
      <div id="gt-src-tools-l">
        <div style="display: inline-block;" id="gt-input-tool">
          <div id="itamenu"><span class="ita-kd-inputtools-div"></span></div>
        </div>
      </div>
    </div>
    <div id="gt-res-content" class="almost_half_cell">
      <div dir="ltr" style="zoom:1">
        <div id="tts_button" style="" class=""><object
            type="application/x-shockwave-flash"
            data="//ssl.gstatic.com/translate/sound_player2.swf"
            id="tts" width="18" height="18"></object></div>
        <span id="result_box" class="" lang="en"><span class="hps">Unfortunately</span>
          <span class="hps">I do not have</span> ms <span class="hps">visual
            studio</span> <span class="hps">needed to</span> <span
            class="hps">build</span><span class="hps"> it.<br>
          </span></span><span id="result_box" class="" lang="en"><span
            class="hps">Let me know</span> <span class="hps">as soon as</span>
          <span class="hps">the</span></span><span id="result_box"
          class="" lang="en"><span class="hps"><span id="result_box"
              class="" lang="en"> <span class="hps">public</span> <span
                class="hps">test</span></span></span> <span class="hps">build</span>
          <span class="hps">will be</span> <span class="hps">available</span>
          <span class="hps">and I'll</span> <span class="hps">help</span><span
            class="hps"></span> <span class="hps">to test</span><span>
            it.</span></span><br>
      </div>
    </div>
    <br>
    Thanks for any reply and sorry for my bad english.<br>
    <br>
    <blockquote cite="mid:5385D9C6.2090105@xen.org" type="cite">
      <br>
      == Windows PV Drivers Project Proposal ==
      <br>
      === Roles ===
      <br>
      * Project Lead: Paul Durrant - Paul is Windows subsystem architect
      for XenServer and has authored the majority of the driver code.
      <br>
      * Project Sponsor: Matt Wilson - Matt is Xen Project AB member
      representing Amazon
      <br>
      * Project Mentor: Lars Kurth - Lars is the Community Manager for
      the Xen Project and has agreed to act as the project’s Mentor.
      <br>
      <br>
      === Background ===
      <br>
      ParaVirtualization aware (PV) device drivers are an important part
      of HVM guests running under Xen. Citrix has provided a set of PV
      driver
      <br>
      for Windows since the inception of XenServer. These drivers have
      evolved over the years and recently the full set has been made
      open
      <br>
      source with a BSD license and are therefore available to the
      community to modify and build.
      <br>
      I gave a talk at the 2013 Xen Developer Summit in Edinburgh (see
      <a class="moz-txt-link-freetext" href="http://www.slideshare.net/xen_com_mgr/open-source-pv-drivers">http://www.slideshare.net/xen_com_mgr/open-source-pv-drivers</a>) to
      <br>
      introduce the drivers. This proposal is intended to be a logical
      next step to that initial offering to the community.
      <br>
      <br>
      === Relevance to Xen and its Community ===
      <br>
      The drivers have a dependency on Xen as they are
      ParaVirtualization aware. They are not tied in any way to Citrix
      commercial Xen offerings;
      <br>
      they are designed to function on any build of Xen since 3.4. They
      encompass high performance network and storage frontends and
      enable
      <br>
      functionality such as memory ballooning, and clean shutdown or
      reboot via the xl toolstack. They are well tested and supported,
      since they
      <br>
      are crucial to Citrix products, and are of benefit to anyone
      wishing to run Windows (i386 or x86_64) as a guest under Xen.
      <br>
      <br>
      === Current Status ===
      <br>
      Recent builds of the drivers are currently being tested by Citrix
      and Amazon using the Microsoft HCK and Citrix will be providing
      logo-signed builds of the drivers in future commercial Xen
      offerings. Amazon are evaluating the drivers and may ship them in
      future AMIs.
      <br>
      Citrix may also provide logo-signed drivers via Microsoft's
      Windows Update mechanism, making them widely available to anyone
      running
      <br>
      Windows under Xen (not just XenServer) without the need for them
      to build the drivers themselves. Any other organization is also
      free to do
      <br>
      the same by registering a top level PV device with the Xen
      community (see
      <a class="moz-txt-link-freetext" href="http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=docs/misc/pci-d">http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=docs/misc/pci-d</a>
      <br>
      evice-reservations.txt) and logo-signing their driver builds.
      <br>
      <br>
      === Incubation ===
      <br>
      The aim of making the Windows PV Drivers an incubated project is
      to raise their profile to members of the Xen community other than
      Citrix
      <br>
      and Amazon and hopefully gain more developer interest and
      contribution. The driver set provide APIs to fundamental Xen
      subsystems such
      <br>
      as grant tables, event channels and xenstore and therefore provide
      a basis for further frontends, e.g. HID (keyboard and mouse), PV
      audio
      <br>
      and possibly framebuffer. Current maintainers of the driver
      repositories are all employed by Citrix but by becoming an
      incubated project we
      <br>
      hope gain maintainers from the community as we build interest.
      <br>
      <br>
      We hope we can work with the maintainers of the GPLPV Windows
      Drivers to standardize Windows PV drivers for the Xen project.
      <br>
      <br>
      === Required Infrastructure ===
      <br>
      ==== Repositories ====
      <br>
      As a Xen Project sub-project we would wish the driver repositories
      to be hosted on xenbits, but mirrored to GitHub to allow use of
      the the
      <br>
      GitHub workflow. It makes sense to maintain a separate repository
      for each driver as:
      <br>
      <br>
      Each driver is separately installable with no compile-time linkage
      to any other driver. Some headers may be imported from one
      <br>
      repository to another to facilitate run-time discovery of
      interfaces provided by one driver and consumed by another, but it
      is desirable
      <br>
      that this is an explicit step to move from one version of an
      interface to another.
      <br>
      <br>
      A continuous integration server project can be created for each
      repository such that the only a modified driver is re-built,
      rather than
      <br>
      the entire set.
      <br>
      <br>
      The set of drivers (and hence repositories) is currently:
      <br>
      * XENBUS: Bus driver binding to the top-level PCI device (and
      providing most of the interfaces to Xen)
      <br>
      * XENVIF: Network class driver (hosting the code necessary to
      drive the netif ring protocol)
      <br>
      * XENNET: Network device driver (client of the class driver,
      provides VIFs to Windows network stack)
      <br>
      * XENVBD: Storage class driver (hosting the code necessary to
      drive the blkif ring protocol)
      <br>
      * XENIFACE: Interface driver (providing user-space access to
      xenstore)
      <br>
      <br>
      ==== Build and Test ====
      <br>
      We request build infrastructure to make new builds of driver
      repositories immediately available for use by community members.
      This
      <br>
      includes:
      <br>
      <br>
      A build machine (physical or virtual), possibly part of the Xen
      Project test framework, running Jenkins or some such continuous
      <br>
      integration server to monitor the repositories
      <br>
      <br>
      A license for Microsoft Visual Studio (~ $1000)
      <br>
      Storage, either on the build machine or elsewhere, to act as a
      public facing symbol server for the convenience of developers
      <br>
      <br>
      ===== Approval Status =====
      <br>
      The Advisory Board agreed to fund a Visual Studio license and two
      vendors in the community offered VM's to host the build
      environment.
      <br>
      <br>
      <br>
      <br>
      <br>
      _______________________________________________
      <br>
      Xen-devel mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:Xen-devel@lists.xen.org">Xen-devel@lists.xen.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://lists.xen.org/xen-devel">http://lists.xen.org/xen-devel</a>
      <br>
    </blockquote>
    <br>
  </body>
</html>

--------------040001060405080604010706--


--===============3859106579568313665==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============3859106579568313665==--


From xen-api-bounces@lists.xen.org Wed May 28 13:29:30 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 28 May 2014 13:29:30 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1Wpdv0-00042z-2Z; Wed, 28 May 2014 13:29:22 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <fabio.fantoni@m2r.biz>) id 1Wpduz-00042t-9a
	for xen-api@lists.xenproject.org; Wed, 28 May 2014 13:29:21 +0000
Received: from [85.158.139.211:26685] by server-13.bemta-5.messagelabs.com id
	BD/68-16341-0B4E5835; Wed, 28 May 2014 13:29:20 +0000
X-Env-Sender: fabio.fantoni@m2r.biz
X-Msg-Ref: server-2.tower-206.messagelabs.com!1401283758!6823196!1
X-Originating-IP: [74.125.82.41]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_30_40,HTML_EMBEDS,
	HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 29051 invoked from network); 28 May 2014 13:29:18 -0000
Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com)
	(74.125.82.41)
	by server-2.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	28 May 2014 13:29:18 -0000
Received: by mail-wg0-f41.google.com with SMTP id z12so11305719wgg.24
	for <xen-api@lists.xenproject.org>;
	Wed, 28 May 2014 06:29:18 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to
	:subject:references:in-reply-to:content-type;
	bh=QhukczOoTo9kVLA1cR9F+alWFhzywzh3rRVPBt3JzvM=;
	b=O5uyZtki1n1bCtF4FCuC1NCO3NlWQql4jjjhAi26w9b//zlFWyOIWmCaPdjcovlCvp
	5zb/wTKE5qRY/LbcP8JAIfKb7sj9LhLCIuKrta+CElt61cFUS49UxW5BAJpTUm6zzO60
	o5VzbPPwMGxOUwGfuzrSig+za5S1XDm7pd5eynuFwH0cWhQrWaYnZqYQ3J1LDJSNRkVm
	ou8PXI5S6se6ND26vukg0h3trh5IDmS/nXX5RsmS6F/DHJxPnL0sH53MK30ABcOMT1e0
	3n6+suYNe3a6UMcK8rSAk8tfClCKGgSy6nqS6s9k35YrQkwB81/W0Vlh+FX4Vv2qBM7U
	kmDg==
X-Gm-Message-State: ALoCoQmAU0m4kyowx8Jq/9a0cpebfzishMEiNH7VGFAA+eZgkwXHkPjAV64u+oSqnDcgmzRvt4HC
X-Received: by 10.194.84.208 with SMTP id b16mr52571335wjz.55.1401283757735;
	Wed, 28 May 2014 06:29:17 -0700 (PDT)
Received: from [192.168.1.15] (ip-73-126.sn2.eutelia.it. [83.211.73.126])
	by mx.google.com with ESMTPSA id
	ba9sm16869317wib.24.2014.05.28.06.29.15 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 28 May 2014 06:29:17 -0700 (PDT)
Message-ID: <5385E4B0.1010102@m2r.biz>
Date: Wed, 28 May 2014 15:29:20 +0200
From: Fabio Fantoni <fabio.fantoni@m2r.biz>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
	rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: lars.kurth@xen.org, "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	xen-users@lists.xenproject.org, 
	"xen-api@lists.xenproject.org" <xen-api@lists.xenproject.org>,
	"mirageos-devel@lists.xenproject.org" <mirageos-devel@lists.xenproject.org>
References: <5385D9C6.2090105@xen.org>
In-Reply-To: <5385D9C6.2090105@xen.org>
Subject: Re: [Xen-API] [Xen-devel] [For community review] Windows PV Drivers
 Incubation Sub-project Proposal
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3859106579568313665=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

This is a multi-part message in MIME format.
--===============3859106579568313665==
Content-Type: multipart/alternative;
 boundary="------------040001060405080604010706"

This is a multi-part message in MIME format.
--------------040001060405080604010706
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit

Il 28/05/2014 14:42, Lars Kurth ha scritto:
> Hi all,
>
> please find attached a link to a new subproject to proposal to host 
> and develop the Windows PV drivers. The proposal is at 
> http://wiki.xenproject.org/wiki/Windows_PV_Drivers_Incubation_Project_Proposal 
> (but I also attached the text below).
>
> Anyone can comment on the proposal. The review period will be open 
> until June 6th. I will then incorporate any comments and go for a 
> formal vote.
>
> Best Regards
> Lars

Thanks, this seems a good project.
Unfortunately I do not have ms visual studio needed to buildit.
Let me know as soon as thepublic test build will be available and I'll 
helpto testit.

Thanks for any reply and sorry for my bad english.

>
> == Windows PV Drivers Project Proposal ==
> === Roles ===
> * Project Lead: Paul Durrant - Paul is Windows subsystem architect for 
> XenServer and has authored the majority of the driver code.
> * Project Sponsor: Matt Wilson - Matt is Xen Project AB member 
> representing Amazon
> * Project Mentor: Lars Kurth - Lars is the Community Manager for the 
> Xen Project and has agreed to act as the project’s Mentor.
>
> === Background ===
> ParaVirtualization aware (PV) device drivers are an important part of 
> HVM guests running under Xen. Citrix has provided a set of PV driver
> for Windows since the inception of XenServer. These drivers have 
> evolved over the years and recently the full set has been made open
> source with a BSD license and are therefore available to the community 
> to modify and build.
> I gave a talk at the 2013 Xen Developer Summit in Edinburgh (see 
> http://www.slideshare.net/xen_com_mgr/open-source-pv-drivers) to
> introduce the drivers. This proposal is intended to be a logical next 
> step to that initial offering to the community.
>
> === Relevance to Xen and its Community ===
> The drivers have a dependency on Xen as they are ParaVirtualization 
> aware. They are not tied in any way to Citrix commercial Xen offerings;
> they are designed to function on any build of Xen since 3.4. They 
> encompass high performance network and storage frontends and enable
> functionality such as memory ballooning, and clean shutdown or reboot 
> via the xl toolstack. They are well tested and supported, since they
> are crucial to Citrix products, and are of benefit to anyone wishing 
> to run Windows (i386 or x86_64) as a guest under Xen.
>
> === Current Status ===
> Recent builds of the drivers are currently being tested by Citrix and 
> Amazon using the Microsoft HCK and Citrix will be providing 
> logo-signed builds of the drivers in future commercial Xen offerings. 
> Amazon are evaluating the drivers and may ship them in future AMIs.
> Citrix may also provide logo-signed drivers via Microsoft's Windows 
> Update mechanism, making them widely available to anyone running
> Windows under Xen (not just XenServer) without the need for them to 
> build the drivers themselves. Any other organization is also free to do
> the same by registering a top level PV device with the Xen community 
> (see http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=docs/misc/pci-d
> evice-reservations.txt) and logo-signing their driver builds.
>
> === Incubation ===
> The aim of making the Windows PV Drivers an incubated project is to 
> raise their profile to members of the Xen community other than Citrix
> and Amazon and hopefully gain more developer interest and 
> contribution. The driver set provide APIs to fundamental Xen 
> subsystems such
> as grant tables, event channels and xenstore and therefore provide a 
> basis for further frontends, e.g. HID (keyboard and mouse), PV audio
> and possibly framebuffer. Current maintainers of the driver 
> repositories are all employed by Citrix but by becoming an incubated 
> project we
> hope gain maintainers from the community as we build interest.
>
> We hope we can work with the maintainers of the GPLPV Windows Drivers 
> to standardize Windows PV drivers for the Xen project.
>
> === Required Infrastructure ===
> ==== Repositories ====
> As a Xen Project sub-project we would wish the driver repositories to 
> be hosted on xenbits, but mirrored to GitHub to allow use of the the
> GitHub workflow. It makes sense to maintain a separate repository for 
> each driver as:
>
> Each driver is separately installable with no compile-time linkage to 
> any other driver. Some headers may be imported from one
> repository to another to facilitate run-time discovery of interfaces 
> provided by one driver and consumed by another, but it is desirable
> that this is an explicit step to move from one version of an interface 
> to another.
>
> A continuous integration server project can be created for each 
> repository such that the only a modified driver is re-built, rather than
> the entire set.
>
> The set of drivers (and hence repositories) is currently:
> * XENBUS: Bus driver binding to the top-level PCI device (and 
> providing most of the interfaces to Xen)
> * XENVIF: Network class driver (hosting the code necessary to drive 
> the netif ring protocol)
> * XENNET: Network device driver (client of the class driver, provides 
> VIFs to Windows network stack)
> * XENVBD: Storage class driver (hosting the code necessary to drive 
> the blkif ring protocol)
> * XENIFACE: Interface driver (providing user-space access to xenstore)
>
> ==== Build and Test ====
> We request build infrastructure to make new builds of driver 
> repositories immediately available for use by community members. This
> includes:
>
> A build machine (physical or virtual), possibly part of the Xen 
> Project test framework, running Jenkins or some such continuous
> integration server to monitor the repositories
>
> A license for Microsoft Visual Studio (~ $1000)
> Storage, either on the build machine or elsewhere, to act as a public 
> facing symbol server for the convenience of developers
>
> ===== Approval Status =====
> The Advisory Board agreed to fund a Visual Studio license and two 
> vendors in the community offered VM's to host the build environment.
>
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel


--------------040001060405080604010706
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Il 28/05/2014 14:42, Lars Kurth ha
      scritto:<br>
    </div>
    <blockquote cite="mid:5385D9C6.2090105@xen.org" type="cite">Hi all,
      <br>
      <br>
      please find attached a link to a new subproject to proposal to
      host and develop the Windows PV drivers. The proposal is at
      <a class="moz-txt-link-freetext" href="http://wiki.xenproject.org/wiki/Windows_PV_Drivers_Incubation_Project_Proposal">http://wiki.xenproject.org/wiki/Windows_PV_Drivers_Incubation_Project_Proposal</a>
      (but I also attached the text below).
      <br>
      <br>
      Anyone can comment on the proposal. The review period will be open
      until June 6th. I will then incorporate any comments and go for a
      formal vote.
      <br>
      <br>
      Best Regards
      <br>
      Lars
      <br>
    </blockquote>
    <br>
    Thanks, this seems a good project.<br>
    <div id="gt-src-tools">
      <div id="gt-src-tools-l">
        <div style="display: inline-block;" id="gt-input-tool">
          <div id="itamenu"><span class="ita-kd-inputtools-div"></span></div>
        </div>
      </div>
    </div>
    <div id="gt-res-content" class="almost_half_cell">
      <div dir="ltr" style="zoom:1">
        <div id="tts_button" style="" class=""><object
            type="application/x-shockwave-flash"
            data="//ssl.gstatic.com/translate/sound_player2.swf"
            id="tts" width="18" height="18"></object></div>
        <span id="result_box" class="" lang="en"><span class="hps">Unfortunately</span>
          <span class="hps">I do not have</span> ms <span class="hps">visual
            studio</span> <span class="hps">needed to</span> <span
            class="hps">build</span><span class="hps"> it.<br>
          </span></span><span id="result_box" class="" lang="en"><span
            class="hps">Let me know</span> <span class="hps">as soon as</span>
          <span class="hps">the</span></span><span id="result_box"
          class="" lang="en"><span class="hps"><span id="result_box"
              class="" lang="en"> <span class="hps">public</span> <span
                class="hps">test</span></span></span> <span class="hps">build</span>
          <span class="hps">will be</span> <span class="hps">available</span>
          <span class="hps">and I'll</span> <span class="hps">help</span><span
            class="hps"></span> <span class="hps">to test</span><span>
            it.</span></span><br>
      </div>
    </div>
    <br>
    Thanks for any reply and sorry for my bad english.<br>
    <br>
    <blockquote cite="mid:5385D9C6.2090105@xen.org" type="cite">
      <br>
      == Windows PV Drivers Project Proposal ==
      <br>
      === Roles ===
      <br>
      * Project Lead: Paul Durrant - Paul is Windows subsystem architect
      for XenServer and has authored the majority of the driver code.
      <br>
      * Project Sponsor: Matt Wilson - Matt is Xen Project AB member
      representing Amazon
      <br>
      * Project Mentor: Lars Kurth - Lars is the Community Manager for
      the Xen Project and has agreed to act as the project’s Mentor.
      <br>
      <br>
      === Background ===
      <br>
      ParaVirtualization aware (PV) device drivers are an important part
      of HVM guests running under Xen. Citrix has provided a set of PV
      driver
      <br>
      for Windows since the inception of XenServer. These drivers have
      evolved over the years and recently the full set has been made
      open
      <br>
      source with a BSD license and are therefore available to the
      community to modify and build.
      <br>
      I gave a talk at the 2013 Xen Developer Summit in Edinburgh (see
      <a class="moz-txt-link-freetext" href="http://www.slideshare.net/xen_com_mgr/open-source-pv-drivers">http://www.slideshare.net/xen_com_mgr/open-source-pv-drivers</a>) to
      <br>
      introduce the drivers. This proposal is intended to be a logical
      next step to that initial offering to the community.
      <br>
      <br>
      === Relevance to Xen and its Community ===
      <br>
      The drivers have a dependency on Xen as they are
      ParaVirtualization aware. They are not tied in any way to Citrix
      commercial Xen offerings;
      <br>
      they are designed to function on any build of Xen since 3.4. They
      encompass high performance network and storage frontends and
      enable
      <br>
      functionality such as memory ballooning, and clean shutdown or
      reboot via the xl toolstack. They are well tested and supported,
      since they
      <br>
      are crucial to Citrix products, and are of benefit to anyone
      wishing to run Windows (i386 or x86_64) as a guest under Xen.
      <br>
      <br>
      === Current Status ===
      <br>
      Recent builds of the drivers are currently being tested by Citrix
      and Amazon using the Microsoft HCK and Citrix will be providing
      logo-signed builds of the drivers in future commercial Xen
      offerings. Amazon are evaluating the drivers and may ship them in
      future AMIs.
      <br>
      Citrix may also provide logo-signed drivers via Microsoft's
      Windows Update mechanism, making them widely available to anyone
      running
      <br>
      Windows under Xen (not just XenServer) without the need for them
      to build the drivers themselves. Any other organization is also
      free to do
      <br>
      the same by registering a top level PV device with the Xen
      community (see
      <a class="moz-txt-link-freetext" href="http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=docs/misc/pci-d">http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=docs/misc/pci-d</a>
      <br>
      evice-reservations.txt) and logo-signing their driver builds.
      <br>
      <br>
      === Incubation ===
      <br>
      The aim of making the Windows PV Drivers an incubated project is
      to raise their profile to members of the Xen community other than
      Citrix
      <br>
      and Amazon and hopefully gain more developer interest and
      contribution. The driver set provide APIs to fundamental Xen
      subsystems such
      <br>
      as grant tables, event channels and xenstore and therefore provide
      a basis for further frontends, e.g. HID (keyboard and mouse), PV
      audio
      <br>
      and possibly framebuffer. Current maintainers of the driver
      repositories are all employed by Citrix but by becoming an
      incubated project we
      <br>
      hope gain maintainers from the community as we build interest.
      <br>
      <br>
      We hope we can work with the maintainers of the GPLPV Windows
      Drivers to standardize Windows PV drivers for the Xen project.
      <br>
      <br>
      === Required Infrastructure ===
      <br>
      ==== Repositories ====
      <br>
      As a Xen Project sub-project we would wish the driver repositories
      to be hosted on xenbits, but mirrored to GitHub to allow use of
      the the
      <br>
      GitHub workflow. It makes sense to maintain a separate repository
      for each driver as:
      <br>
      <br>
      Each driver is separately installable with no compile-time linkage
      to any other driver. Some headers may be imported from one
      <br>
      repository to another to facilitate run-time discovery of
      interfaces provided by one driver and consumed by another, but it
      is desirable
      <br>
      that this is an explicit step to move from one version of an
      interface to another.
      <br>
      <br>
      A continuous integration server project can be created for each
      repository such that the only a modified driver is re-built,
      rather than
      <br>
      the entire set.
      <br>
      <br>
      The set of drivers (and hence repositories) is currently:
      <br>
      * XENBUS: Bus driver binding to the top-level PCI device (and
      providing most of the interfaces to Xen)
      <br>
      * XENVIF: Network class driver (hosting the code necessary to
      drive the netif ring protocol)
      <br>
      * XENNET: Network device driver (client of the class driver,
      provides VIFs to Windows network stack)
      <br>
      * XENVBD: Storage class driver (hosting the code necessary to
      drive the blkif ring protocol)
      <br>
      * XENIFACE: Interface driver (providing user-space access to
      xenstore)
      <br>
      <br>
      ==== Build and Test ====
      <br>
      We request build infrastructure to make new builds of driver
      repositories immediately available for use by community members.
      This
      <br>
      includes:
      <br>
      <br>
      A build machine (physical or virtual), possibly part of the Xen
      Project test framework, running Jenkins or some such continuous
      <br>
      integration server to monitor the repositories
      <br>
      <br>
      A license for Microsoft Visual Studio (~ $1000)
      <br>
      Storage, either on the build machine or elsewhere, to act as a
      public facing symbol server for the convenience of developers
      <br>
      <br>
      ===== Approval Status =====
      <br>
      The Advisory Board agreed to fund a Visual Studio license and two
      vendors in the community offered VM's to host the build
      environment.
      <br>
      <br>
      <br>
      <br>
      <br>
      _______________________________________________
      <br>
      Xen-devel mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:Xen-devel@lists.xen.org">Xen-devel@lists.xen.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://lists.xen.org/xen-devel">http://lists.xen.org/xen-devel</a>
      <br>
    </blockquote>
    <br>
  </body>
</html>

--------------040001060405080604010706--


--===============3859106579568313665==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============3859106579568313665==--


From xen-api-bounces@lists.xen.org Wed May 28 17:08:29 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 28 May 2014 17:08:29 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WphKu-0002vD-SX; Wed, 28 May 2014 17:08:20 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lambert.olivier@gmail.com>) id 1WphKt-0002v7-UN
	for xen-api@lists.xensource.com; Wed, 28 May 2014 17:08:20 +0000
Received: from [85.158.137.68:39086] by server-15.bemta-3.messagelabs.com id
	FA/AB-13757-30816835; Wed, 28 May 2014 17:08:19 +0000
X-Env-Sender: lambert.olivier@gmail.com
X-Msg-Ref: server-16.tower-31.messagelabs.com!1401296895!6703615!1
X-Originating-IP: [209.85.160.41]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	ML_RADAR_SPEW_LINKS_14,RCVD_BY_IP,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11505 invoked from network); 28 May 2014 17:08:17 -0000
Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com)
	(209.85.160.41)
	by server-16.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	28 May 2014 17:08:17 -0000
Received: by mail-pb0-f41.google.com with SMTP id uo5so11560469pbc.28
	for <xen-api@lists.xensource.com>; Wed, 28 May 2014 10:08:15 -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
	:cc:content-type;
	bh=C8unTxR64E99XC712bJbTEaciEGJaZ5BqfgJT0m//H8=;
	b=igo4O1WAb+VvKsVccPASTfD2hPLFjzG9rTq2WhzJC3Ek7xe8U6VDPn6qMDRNUIry+h
	gHjhfrfFBGeLvTKDTyYT9nuzUDhHfyT1URkDEBHFR+Bg+QgikSMxSm8fvPSbPIRBptbM
	vzStx9lYR3oEBfjKWzwScn1WoDoInW4fNuLBHuN2F35ezPPMbjsUOZOUPbSc/IDAA0p1
	MPNSbTI0WSi+Y0AQfQYthCY4M2ucjICe9XWAFT8VTUlWRlUi990I/tMpeMaJ1l58XhTe
	cU1b2KSUkCzPEnoqpygozCdpEiK1K6Qkx0sQUNuQysTuJJooPbbXWCZueOB9ZuZ5DpTp
	kISg==
MIME-Version: 1.0
X-Received: by 10.66.66.202 with SMTP id h10mr1290757pat.70.1401296894982;
	Wed, 28 May 2014 10:08:14 -0700 (PDT)
Received: by 10.70.10.97 with HTTP; Wed, 28 May 2014 10:08:14 -0700 (PDT)
In-Reply-To: <130401cf7a90$52926980$f7b73c80$@swhosting.com>
References: <CACJ1ZNsbA2rWr6V2_9RuLb7g5L3XSi1fhpnicVdynpdwbYG8UQ@mail.gmail.com>
	<CE1862CB.1102%harrie.pieters@citrix.com>
	<CACJ1ZNuLdx+Yy_ryyx=7fkVPhNGjbJsUrmjM5KqESio0OUitqQ@mail.gmail.com>
	<130401cf7a90$52926980$f7b73c80$@swhosting.com>
Date: Wed, 28 May 2014 19:08:14 +0200
Message-ID: <CACJ1ZNsYBme_kLVhaxxdJt8w+bfx29o05myFdSX1Qo43Cof80A@mail.gmail.com>
From: Olivier Lambert <lambert.olivier@gmail.com>
To: =?UTF-8?Q?Narc=C3=ADs_Escarpanter?= <nescarpanter@swhosting.com>
Cc: "Harrie Pieters \(Intern\)" <harrie.pieters@citrix.com>,
	"xen-api@lists.xensource.com" <xen-api@lists.xensource.com>
Subject: Re: [Xen-API] noVNC and consoles from XAPI
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4892906772608586876=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============4892906772608586876==
Content-Type: multipart/related; boundary=001a1134a866a69b1204fa78dbb1

--001a1134a866a69b1204fa78dbb1
Content-Type: multipart/alternative; boundary=001a1134a866a69b0f04fa78dbb0

--001a1134a866a69b0f04fa78dbb0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Narcis,

It works in Xen Orchestra since version 3.2 (see
https://xen-orchestra.com/xen-orchestra-3-2/)

We fixed the problem and our patch was merged in NoVNC project (see
https://github.com/kanaka/noVNC/pull/338)


On Wed, May 28, 2014 at 6:17 PM, Narc=C3=ADs Escarpanter <
nescarpanter@swhosting.com> wrote:

> Hi Olivier,
>
>
>
> We have the same problem here. Did you get "noVNC" working? He also tried
> Harrie's change but with no luck.
>
> He noted that the same code works correctly over XCP 1.6 but is not
> working over XS6.2 hosts.
>
> Thanks in advance.
>
>
>
>
>
>
>
>
>
> Narc=C3=ADs Escarpanter
>
> Technical Area =E2=80=93 *SWHosting*
>
>
>
> http://www.swhosting.com
>
> http://blog.swhosting.com
>
> Tel. 902 010 664 - Tel. Int. +34 972 010 550
>
> Fax  902 510 664 - Fax Int.  +34 972 010 555
>
>
>
> [image: Descripci=C3=B3n: Descripci=C3=B3n: green]  Please, consider the
> environment before printing this email.
>
> LEGAL NOTICE
>
> SW Hosting & Communications Technologies, SL informs you that this messag=
e
> is intended exclusively for its addressee and contains confidential and
> / or sensitive information subject to professional secrecy and protected =
by
> the current legislation. If you are not the intended recipient, we notify
> you that the reading, use, disclosure, reproduction, distribution, printi=
ng
> and / or copy of this communication, information and / or any
> attachments to it are strictly prohibited by law. If you have received th=
is
> message by mistake, please notify it to us immediately replying to
> the sender of the message and then delete it with all the
> attachments if any.
>
>
>
>
>
> -----Mensaje original-----
> De: xen-api-bounces@lists.xen.org [mailto:xen-api-bounces@lists.xen.org]
> En nombre de Olivier Lambert
> Enviado el: s=C3=A1bado, 27 de julio de 2013 14:55
> Para: Harrie Pieters (Intern)
> CC: xen-api@lists.xensource.com
> Asunto: Re: [Xen-API] noVNC and consoles from XAPI
>
>
>
> Thanks Harrie,
>
>
>
> I made the change, but I'm stuck on this error now:
>
> "failed: WebSocket is closed before the connection is established. "
>
>
>
> The strange thing is I've got exactly the same error with your
> xenapi-jquery app on my JS console (on the web page, I've got "Connect
>
> timeout")
>
>
>
> I double/triple-checked if my credentials were right, I'm running on the
> same network without any firewall etc. And it works with XenCenter...
>
>
>
> On Fri, Jul 26, 2013 at 6:39 PM, Harrie Pieters (Intern) <
> harrie.pieters@citrix.com> wrote:
>
> > On 26-07-13 15:50, "Olivier Lambert" <lambert.olivier@gmail.com> wrote:
>
> >
>
> >>Hi guys,
>
> >>
>
> >>Xen-Orchestra team reporting ;)
>
> >>
>
> >>
>
> >>We are experiencing some difficulties to get VNC consoles from XAPI
>
> >>witn noVNC. We try to get some inspiration from XAC project and other
>
> >>resources on the web [1], but without any success. The documentation
>
> >>is quite unclear about the HTTP Connect [2], because despite the steps
>
> >>we followed, we've got "strange" errors.
>
> >>
>
> >>Our code is fairly simple by the way [3], but we've got "Error during
>
> >>WebSocket handshake: Sec-WebSocket-Protocol mismatch". I think we miss
>
> >>something with the HTTP connect step, but XAC is pretty similar to our
>
> >>code, and it seems to connect directly VNC console like us.
>
> >>
>
> >>Important thing to note: we aren't executing XO on the XAPI host. And
>
> >>we are testing this XenServer's hosts (6.2)
>
> >>
>
> >>If you have any clue, It can really help us to speed up release date
>
> >>for XO :)
>
> >>
>
> >>
>
> >>Thanks,
>
> >>
>
> >>
>
> >>Olivier.
>
> >
>
> >
>
> > Hey,
>
> >
>
> > So I think I ran into the same problem when trying to get noVNC
>
> > upstream to work with my library
>
> > (https://github.com/HPieters/xenapi-jquery/tree/master/examples/vnc).
>
> > I ended up changing the protocol to "chat" instead of binary or base64
>
> > in the websock.js of noVNC
>
> > (https://github.com/HPieters/xenapi-jquery/blob/master/examples/vnc/in
>
> > clude
>
> > /websock.js#L298) and that fixed it for me.
>
> >
>
> > Cheers,
>
> > Harrie
>
> >
>
>
>
> _______________________________________________
>
> Xen-api mailing list
>
> Xen-api@lists.xen.org
>
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
>

--001a1134a866a69b0f04fa78dbb0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div>Narcis,<br><br></div>It works in Xen Orchestra s=
ince version 3.2 (see <a href=3D"https://xen-orchestra.com/xen-orchestra-3-=
2/">https://xen-orchestra.com/xen-orchestra-3-2/</a>)<br><br></div>We fixed=
 the problem and our patch was merged in NoVNC project (see <a href=3D"http=
s://github.com/kanaka/noVNC/pull/338">https://github.com/kanaka/noVNC/pull/=
338</a>)<br>
</div><div class=3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Wed,=
 May 28, 2014 at 6:17 PM, Narc=C3=ADs Escarpanter <span dir=3D"ltr">&lt;<a =
href=3D"mailto:nescarpanter@swhosting.com" target=3D"_blank">nescarpanter@s=
whosting.com</a>&gt;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex"><div link=3D"blue" vlink=3D"purple" lang=3D"=
CA"><div><p><span lang=3D"EN-US">Hi Olivier,<u></u><u></u></span></p><p><sp=
an lang=3D"EN-US"><u></u>=C2=A0<u></u></span></p>
<p><span lang=3D"EN-US">We have the same problem here. Did you get &quot;no=
VNC&quot; working? He also tried Harrie&#39;s change but with no luck.<u></=
u><u></u></span></p><p><span lang=3D"EN-US">He noted that the same code wor=
ks correctly over XCP 1.6 but is not working over XS6.2 hosts.<u></u><u></u=
></span></p>
<p><span lang=3D"EN-US">Thanks in advance.<u></u><u></u></span></p><p><u></=
u>=C2=A0<u></u></p><p><u></u>=C2=A0<u></u></p><p class=3D"MsoNormal"><span =
style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&q=
uot;" lang=3D"ES"><u></u>=C2=A0<u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:&quot;Ver=
dana&quot;,&quot;sans-serif&quot;" lang=3D"ES"><u></u>=C2=A0<u></u></span><=
/p><p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:&quot;=
Verdana&quot;,&quot;sans-serif&quot;;color:black">Narc=C3=ADs Escarpanter<u=
></u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:&quot;Ver=
dana&quot;,&quot;sans-serif&quot;;color:black" lang=3D"EN-GB">Technical Are=
a</span><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quo=
t;sans-serif&quot;;color:black" lang=3D"EN-US"> =E2=80=93</span><span style=
=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;"=
 lang=3D"EN-US"> <b><span style=3D"color:#ff6000">SW</span><span style=3D"c=
olor:black">Hosting</span><u></u><u></u></b></span></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:9.0pt;font-family:&quot;=
Verdana&quot;,&quot;sans-serif&quot;" lang=3D"EN-US"><u></u>=C2=A0<u></u></=
span></b></p><p><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&qu=
ot;,&quot;sans-serif&quot;"><a href=3D"http://www.swhosting.com" target=3D"=
_blank"><span style=3D"color:blue">http://www.swhosting.com</span></a><u></=
u><u></u></span></p>
<p><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;"><a href=3D"http://blog.swhosting.com" target=3D"_blank"><spa=
n style=3D"color:blue">http://blog.swhosting.com</span></a><u></u><u></u></=
span></p>
<p><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:black" lang=3D"EN-GB">Tel. 902 010 664 - Tel. Int. </sp=
an><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:black" lang=3D"ES"><a href=3D"tel:%2B34%20972%20010%205=
50" target=3D"_blank"><span style=3D"color:black;text-decoration:none" lang=
=3D"EN-GB">+34 972 010 550</span></a></span><span style=3D"font-size:9.0pt;=
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:black" lang=3D=
"EN-GB"><u></u><u></u></span></p>
<p><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:black" lang=3D"EN-GB">Fax=C2=A0 902 510 664 - Fax Int.=
=C2=A0 </span><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot=
;,&quot;sans-serif&quot;;color:black" lang=3D"ES"><a href=3D"tel:%2B34%2097=
2%20010%20555" target=3D"_blank"><span style=3D"color:black;text-decoration=
:none" lang=3D"EN-GB">+34 972 010 555</span></a></span><span style=3D"font-=
size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:bla=
ck" lang=3D"EN-GB"><u></u><u></u></span></p>
<p><span lang=3D"EN-GB"><u></u>=C2=A0<u></u></span></p><p><span style=3D"fo=
nt-size:8.5pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:=
green"><img src=3D"cid:image001.gif@01CF7AA1.15C83780" alt=3D"Descripci=C3=
=B3n: Descripci=C3=B3n: green" border=3D"0" height=3D"31" width=3D"32"></sp=
an><span style=3D"font-size:8.5pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:green" lang=3D"EN-GB">=C2=A0 Please, consider the envir=
onment before printing this email.<u></u><u></u></span></p>
<p><span style=3D"font-size:7.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:gray;background:whitesmoke" lang=3D"EN-GB">LEGAL NOTICE=
</span><span style=3D"font-size:7.0pt;color:gray;background:whitesmoke" lan=
g=3D"ES"><u></u><u></u></span></p>
<p><span style=3D"font-size:7.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:gray;background:whitesmoke" lang=3D"EN-GB">SW=C2=A0Host=
ing &amp;=C2=A0Communications=C2=A0Technologies,=C2=A0SL informs you that=
=C2=A0this=C2=A0message is intended=C2=A0exclusively=C2=A0for its addressee=
=C2=A0and=C2=A0contains=C2=A0confidential and /=C2=A0or sensitive informati=
on=C2=A0subject to professional secrecy and protected=C2=A0by the current l=
egislation.=C2=A0If you=C2=A0are not the=C2=A0intended recipient, we=C2=A0n=
otify you that=C2=A0the=C2=A0reading,=C2=A0use, disclosure, reproduction, d=
istribution, printing and /=C2=A0or copy of this=C2=A0communication, inform=
ation and /=C2=A0or=C2=A0any attachments=C2=A0to it=C2=A0are strictly=C2=A0=
prohibited=C2=A0by law.=C2=A0If you=C2=A0have received this message by mist=
ake, please=C2=A0notify it to us immediately=C2=A0replying to the=C2=A0send=
er of the=C2=A0message=C2=A0and then=C2=A0delete it=C2=A0with=C2=A0all the =
attachments=C2=A0if=C2=A0any.<u></u><u></u></span></p>
<p><u></u>=C2=A0<u></u></p><p><u></u>=C2=A0<u></u></p><p><span lang=3D"ES">=
-----Mensaje original-----<br>De: <a href=3D"mailto:xen-api-bounces@lists.x=
en.org" target=3D"_blank">xen-api-bounces@lists.xen.org</a> [mailto:<a href=
=3D"mailto:xen-api-bounces@lists.xen.org" target=3D"_blank">xen-api-bounces=
@lists.xen.org</a>] En nombre de Olivier Lambert<br>
Enviado el: s=C3=A1bado, 27 de julio de 2013 14:55<br>Para: Harrie Pieters =
(Intern)<br>CC: <a href=3D"mailto:xen-api@lists.xensource.com" target=3D"_b=
lank">xen-api@lists.xensource.com</a><br>Asunto: Re: [Xen-API] noVNC and co=
nsoles from XAPI</span></p>
<div><div class=3D"h5"><p><u></u>=C2=A0<u></u></p><p>Thanks Harrie,<u></u><=
u></u></p><p><u></u>=C2=A0<u></u></p><p>I made the change, but I&#39;m stuc=
k on this error now:<u></u><u></u></p><p>&quot;failed: WebSocket is closed =
before the connection is established. &quot;<u></u><u></u></p>
<p><u></u>=C2=A0<u></u></p><p>The strange thing is I&#39;ve got exactly the=
 same error with your xenapi-jquery app on my JS console (on the web page, =
I&#39;ve got &quot;Connect<u></u><u></u></p><p>timeout&quot;)<u></u><u></u>=
</p>
<p><u></u>=C2=A0<u></u></p><p>I double/triple-checked if my credentials wer=
e right, I&#39;m running on the same network without any firewall etc. And =
it works with XenCenter...<u></u><u></u></p><p><u></u>=C2=A0<u></u></p><p>O=
n Fri, Jul 26, 2013 at 6:39 PM, Harrie Pieters (Intern) &lt;<a href=3D"mail=
to:harrie.pieters@citrix.com" target=3D"_blank"><span style=3D"color:window=
text;text-decoration:none">harrie.pieters@citrix.com</span></a>&gt; wrote:<=
u></u><u></u></p>
<p>&gt; On 26-07-13 15:50, &quot;Olivier Lambert&quot; &lt;<a href=3D"mailt=
o:lambert.olivier@gmail.com" target=3D"_blank"><span style=3D"color:windowt=
ext;text-decoration:none">lambert.olivier@gmail.com</span></a>&gt; wrote:<u=
></u><u></u></p>
<p>&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;Hi guys,<u></u><u></u></p><p>&gt;=
&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;Xen-Orchestra team reporting ;)<u></=
u><u></u></p><p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;<u></u>=C2=A0<u>=
</u></p><p>&gt;&gt;We are experiencing some difficulties to get VNC console=
s from XAPI <u></u><u></u></p>
<p>&gt;&gt;witn noVNC. We try to get some inspiration from XAC project and =
other <u></u><u></u></p><p>&gt;&gt;resources on the web [1], but without an=
y success. The documentation <u></u><u></u></p><p>&gt;&gt;is quite unclear =
about the HTTP Connect [2], because despite the steps <u></u><u></u></p>
<p>&gt;&gt;we followed, we&#39;ve got &quot;strange&quot; errors.<u></u><u>=
</u></p><p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;Our code is fairly si=
mple by the way [3], but we&#39;ve got &quot;Error during <u></u><u></u></p=
>
<p>&gt;&gt;WebSocket handshake: Sec-WebSocket-Protocol mismatch&quot;. I th=
ink we miss <u></u><u></u></p><p>&gt;&gt;something with the HTTP connect st=
ep, but XAC is pretty similar to our <u></u><u></u></p><p>&gt;&gt;code, and=
 it seems to connect directly VNC console like us.<u></u><u></u></p>
<p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;Important thing to note: we a=
ren&#39;t executing XO on the XAPI host. And <u></u><u></u></p><p>&gt;&gt;w=
e are testing this XenServer&#39;s hosts (6.2)<u></u><u></u></p><p>&gt;&gt;=
<u></u>=C2=A0<u></u></p>
<p>&gt;&gt;If you have any clue, It can really help us to speed up release =
date <u></u><u></u></p><p>&gt;&gt;for XO :)<u></u><u></u></p><p>&gt;&gt;<u>=
</u>=C2=A0<u></u></p><p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;Thanks,<=
u></u><u></u></p>
<p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&g=
t;&gt;Olivier.<u></u><u></u></p><p>&gt;<u></u>=C2=A0<u></u></p><p>&gt;<u></=
u>=C2=A0<u></u></p><p>&gt; Hey,<u></u><u></u></p><p>&gt;<u></u>=C2=A0<u></u=
></p><p>&gt; So I think I ran into the same problem when trying to get noVN=
C <u></u><u></u></p>
<p>&gt; upstream to work with my library <u></u><u></u></p><p>&gt; (<a href=
=3D"https://github.com/HPieters/xenapi-jquery/tree/master/examples/vnc" tar=
get=3D"_blank"><span style=3D"color:windowtext;text-decoration:none">https:=
//github.com/HPieters/xenapi-jquery/tree/master/examples/vnc</span></a>). <=
u></u><u></u></p>
<p>&gt; I ended up changing the protocol to &quot;chat&quot; instead of bin=
ary or base64 <u></u><u></u></p><p>&gt; in the websock.js of noVNC <u></u><=
u></u></p><p>&gt; (<a href=3D"https://github.com/HPieters/xenapi-jquery/blo=
b/master/examples/vnc/in" target=3D"_blank"><span style=3D"color:windowtext=
;text-decoration:none">https://github.com/HPieters/xenapi-jquery/blob/maste=
r/examples/vnc/in</span></a><u></u><u></u></p>
<p>&gt; clude<u></u><u></u></p><p>&gt; /websock.js#L298) and that fixed it =
for me.<u></u><u></u></p><p>&gt;<u></u>=C2=A0<u></u></p><p>&gt; Cheers,<u><=
/u><u></u></p><p>&gt; Harrie<u></u><u></u></p><p>&gt;<u></u>=C2=A0<u></u></=
p><p><u></u>=C2=A0<u></u></p>
</div></div><p>_______________________________________________<u></u><u></u=
></p><p>Xen-api mailing list<u></u><u></u></p><p><a href=3D"mailto:Xen-api@=
lists.xen.org" target=3D"_blank"><span style=3D"color:windowtext;text-decor=
ation:none">Xen-api@lists.xen.org</span></a><u></u><u></u></p>
<p><a href=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api" target=
=3D"_blank"><span style=3D"color:windowtext;text-decoration:none">http://li=
sts.xen.org/cgi-bin/mailman/listinfo/xen-api</span></a><u></u><u></u></p></=
div>
</div></blockquote></div><br></div>

--001a1134a866a69b0f04fa78dbb0--
--001a1134a866a69b1204fa78dbb1
Content-Type: image/gif; name="image001.gif"
Content-Disposition: inline; filename="image001.gif"
Content-Transfer-Encoding: base64
Content-ID: <image001.gif@01CF7AA1.15C83780>
X-Attachment-Id: 7585d7021506b5dc_0.1

R0lGODlhIAAfAIAAAACAAP///yH5BAAAAAAALAAAAAAgAB8AAAJOjI+py73gYgNUWkNzvTJzq0Hf
FIpjUnrnkWor6r5Ia670dt7qp8fyLoPVgizco4dszZJIIfN2eSo50lSkGnJggYqtsYu9hsXMaJKn
y6UKADs=
--001a1134a866a69b1204fa78dbb1--


--===============4892906772608586876==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============4892906772608586876==--


From xen-api-bounces@lists.xen.org Wed May 28 17:08:29 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 28 May 2014 17:08:29 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WphKu-0002vD-SX; Wed, 28 May 2014 17:08:20 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lambert.olivier@gmail.com>) id 1WphKt-0002v7-UN
	for xen-api@lists.xensource.com; Wed, 28 May 2014 17:08:20 +0000
Received: from [85.158.137.68:39086] by server-15.bemta-3.messagelabs.com id
	FA/AB-13757-30816835; Wed, 28 May 2014 17:08:19 +0000
X-Env-Sender: lambert.olivier@gmail.com
X-Msg-Ref: server-16.tower-31.messagelabs.com!1401296895!6703615!1
X-Originating-IP: [209.85.160.41]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	ML_RADAR_SPEW_LINKS_14,RCVD_BY_IP,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11505 invoked from network); 28 May 2014 17:08:17 -0000
Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com)
	(209.85.160.41)
	by server-16.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	28 May 2014 17:08:17 -0000
Received: by mail-pb0-f41.google.com with SMTP id uo5so11560469pbc.28
	for <xen-api@lists.xensource.com>; Wed, 28 May 2014 10:08:15 -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
	:cc:content-type;
	bh=C8unTxR64E99XC712bJbTEaciEGJaZ5BqfgJT0m//H8=;
	b=igo4O1WAb+VvKsVccPASTfD2hPLFjzG9rTq2WhzJC3Ek7xe8U6VDPn6qMDRNUIry+h
	gHjhfrfFBGeLvTKDTyYT9nuzUDhHfyT1URkDEBHFR+Bg+QgikSMxSm8fvPSbPIRBptbM
	vzStx9lYR3oEBfjKWzwScn1WoDoInW4fNuLBHuN2F35ezPPMbjsUOZOUPbSc/IDAA0p1
	MPNSbTI0WSi+Y0AQfQYthCY4M2ucjICe9XWAFT8VTUlWRlUi990I/tMpeMaJ1l58XhTe
	cU1b2KSUkCzPEnoqpygozCdpEiK1K6Qkx0sQUNuQysTuJJooPbbXWCZueOB9ZuZ5DpTp
	kISg==
MIME-Version: 1.0
X-Received: by 10.66.66.202 with SMTP id h10mr1290757pat.70.1401296894982;
	Wed, 28 May 2014 10:08:14 -0700 (PDT)
Received: by 10.70.10.97 with HTTP; Wed, 28 May 2014 10:08:14 -0700 (PDT)
In-Reply-To: <130401cf7a90$52926980$f7b73c80$@swhosting.com>
References: <CACJ1ZNsbA2rWr6V2_9RuLb7g5L3XSi1fhpnicVdynpdwbYG8UQ@mail.gmail.com>
	<CE1862CB.1102%harrie.pieters@citrix.com>
	<CACJ1ZNuLdx+Yy_ryyx=7fkVPhNGjbJsUrmjM5KqESio0OUitqQ@mail.gmail.com>
	<130401cf7a90$52926980$f7b73c80$@swhosting.com>
Date: Wed, 28 May 2014 19:08:14 +0200
Message-ID: <CACJ1ZNsYBme_kLVhaxxdJt8w+bfx29o05myFdSX1Qo43Cof80A@mail.gmail.com>
From: Olivier Lambert <lambert.olivier@gmail.com>
To: =?UTF-8?Q?Narc=C3=ADs_Escarpanter?= <nescarpanter@swhosting.com>
Cc: "Harrie Pieters \(Intern\)" <harrie.pieters@citrix.com>,
	"xen-api@lists.xensource.com" <xen-api@lists.xensource.com>
Subject: Re: [Xen-API] noVNC and consoles from XAPI
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4892906772608586876=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============4892906772608586876==
Content-Type: multipart/related; boundary=001a1134a866a69b1204fa78dbb1

--001a1134a866a69b1204fa78dbb1
Content-Type: multipart/alternative; boundary=001a1134a866a69b0f04fa78dbb0

--001a1134a866a69b0f04fa78dbb0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Narcis,

It works in Xen Orchestra since version 3.2 (see
https://xen-orchestra.com/xen-orchestra-3-2/)

We fixed the problem and our patch was merged in NoVNC project (see
https://github.com/kanaka/noVNC/pull/338)


On Wed, May 28, 2014 at 6:17 PM, Narc=C3=ADs Escarpanter <
nescarpanter@swhosting.com> wrote:

> Hi Olivier,
>
>
>
> We have the same problem here. Did you get "noVNC" working? He also tried
> Harrie's change but with no luck.
>
> He noted that the same code works correctly over XCP 1.6 but is not
> working over XS6.2 hosts.
>
> Thanks in advance.
>
>
>
>
>
>
>
>
>
> Narc=C3=ADs Escarpanter
>
> Technical Area =E2=80=93 *SWHosting*
>
>
>
> http://www.swhosting.com
>
> http://blog.swhosting.com
>
> Tel. 902 010 664 - Tel. Int. +34 972 010 550
>
> Fax  902 510 664 - Fax Int.  +34 972 010 555
>
>
>
> [image: Descripci=C3=B3n: Descripci=C3=B3n: green]  Please, consider the
> environment before printing this email.
>
> LEGAL NOTICE
>
> SW Hosting & Communications Technologies, SL informs you that this messag=
e
> is intended exclusively for its addressee and contains confidential and
> / or sensitive information subject to professional secrecy and protected =
by
> the current legislation. If you are not the intended recipient, we notify
> you that the reading, use, disclosure, reproduction, distribution, printi=
ng
> and / or copy of this communication, information and / or any
> attachments to it are strictly prohibited by law. If you have received th=
is
> message by mistake, please notify it to us immediately replying to
> the sender of the message and then delete it with all the
> attachments if any.
>
>
>
>
>
> -----Mensaje original-----
> De: xen-api-bounces@lists.xen.org [mailto:xen-api-bounces@lists.xen.org]
> En nombre de Olivier Lambert
> Enviado el: s=C3=A1bado, 27 de julio de 2013 14:55
> Para: Harrie Pieters (Intern)
> CC: xen-api@lists.xensource.com
> Asunto: Re: [Xen-API] noVNC and consoles from XAPI
>
>
>
> Thanks Harrie,
>
>
>
> I made the change, but I'm stuck on this error now:
>
> "failed: WebSocket is closed before the connection is established. "
>
>
>
> The strange thing is I've got exactly the same error with your
> xenapi-jquery app on my JS console (on the web page, I've got "Connect
>
> timeout")
>
>
>
> I double/triple-checked if my credentials were right, I'm running on the
> same network without any firewall etc. And it works with XenCenter...
>
>
>
> On Fri, Jul 26, 2013 at 6:39 PM, Harrie Pieters (Intern) <
> harrie.pieters@citrix.com> wrote:
>
> > On 26-07-13 15:50, "Olivier Lambert" <lambert.olivier@gmail.com> wrote:
>
> >
>
> >>Hi guys,
>
> >>
>
> >>Xen-Orchestra team reporting ;)
>
> >>
>
> >>
>
> >>We are experiencing some difficulties to get VNC consoles from XAPI
>
> >>witn noVNC. We try to get some inspiration from XAC project and other
>
> >>resources on the web [1], but without any success. The documentation
>
> >>is quite unclear about the HTTP Connect [2], because despite the steps
>
> >>we followed, we've got "strange" errors.
>
> >>
>
> >>Our code is fairly simple by the way [3], but we've got "Error during
>
> >>WebSocket handshake: Sec-WebSocket-Protocol mismatch". I think we miss
>
> >>something with the HTTP connect step, but XAC is pretty similar to our
>
> >>code, and it seems to connect directly VNC console like us.
>
> >>
>
> >>Important thing to note: we aren't executing XO on the XAPI host. And
>
> >>we are testing this XenServer's hosts (6.2)
>
> >>
>
> >>If you have any clue, It can really help us to speed up release date
>
> >>for XO :)
>
> >>
>
> >>
>
> >>Thanks,
>
> >>
>
> >>
>
> >>Olivier.
>
> >
>
> >
>
> > Hey,
>
> >
>
> > So I think I ran into the same problem when trying to get noVNC
>
> > upstream to work with my library
>
> > (https://github.com/HPieters/xenapi-jquery/tree/master/examples/vnc).
>
> > I ended up changing the protocol to "chat" instead of binary or base64
>
> > in the websock.js of noVNC
>
> > (https://github.com/HPieters/xenapi-jquery/blob/master/examples/vnc/in
>
> > clude
>
> > /websock.js#L298) and that fixed it for me.
>
> >
>
> > Cheers,
>
> > Harrie
>
> >
>
>
>
> _______________________________________________
>
> Xen-api mailing list
>
> Xen-api@lists.xen.org
>
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
>

--001a1134a866a69b0f04fa78dbb0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div>Narcis,<br><br></div>It works in Xen Orchestra s=
ince version 3.2 (see <a href=3D"https://xen-orchestra.com/xen-orchestra-3-=
2/">https://xen-orchestra.com/xen-orchestra-3-2/</a>)<br><br></div>We fixed=
 the problem and our patch was merged in NoVNC project (see <a href=3D"http=
s://github.com/kanaka/noVNC/pull/338">https://github.com/kanaka/noVNC/pull/=
338</a>)<br>
</div><div class=3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Wed,=
 May 28, 2014 at 6:17 PM, Narc=C3=ADs Escarpanter <span dir=3D"ltr">&lt;<a =
href=3D"mailto:nescarpanter@swhosting.com" target=3D"_blank">nescarpanter@s=
whosting.com</a>&gt;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex"><div link=3D"blue" vlink=3D"purple" lang=3D"=
CA"><div><p><span lang=3D"EN-US">Hi Olivier,<u></u><u></u></span></p><p><sp=
an lang=3D"EN-US"><u></u>=C2=A0<u></u></span></p>
<p><span lang=3D"EN-US">We have the same problem here. Did you get &quot;no=
VNC&quot; working? He also tried Harrie&#39;s change but with no luck.<u></=
u><u></u></span></p><p><span lang=3D"EN-US">He noted that the same code wor=
ks correctly over XCP 1.6 but is not working over XS6.2 hosts.<u></u><u></u=
></span></p>
<p><span lang=3D"EN-US">Thanks in advance.<u></u><u></u></span></p><p><u></=
u>=C2=A0<u></u></p><p><u></u>=C2=A0<u></u></p><p class=3D"MsoNormal"><span =
style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&q=
uot;" lang=3D"ES"><u></u>=C2=A0<u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:&quot;Ver=
dana&quot;,&quot;sans-serif&quot;" lang=3D"ES"><u></u>=C2=A0<u></u></span><=
/p><p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:&quot;=
Verdana&quot;,&quot;sans-serif&quot;;color:black">Narc=C3=ADs Escarpanter<u=
></u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:&quot;Ver=
dana&quot;,&quot;sans-serif&quot;;color:black" lang=3D"EN-GB">Technical Are=
a</span><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quo=
t;sans-serif&quot;;color:black" lang=3D"EN-US"> =E2=80=93</span><span style=
=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;"=
 lang=3D"EN-US"> <b><span style=3D"color:#ff6000">SW</span><span style=3D"c=
olor:black">Hosting</span><u></u><u></u></b></span></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:9.0pt;font-family:&quot;=
Verdana&quot;,&quot;sans-serif&quot;" lang=3D"EN-US"><u></u>=C2=A0<u></u></=
span></b></p><p><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&qu=
ot;,&quot;sans-serif&quot;"><a href=3D"http://www.swhosting.com" target=3D"=
_blank"><span style=3D"color:blue">http://www.swhosting.com</span></a><u></=
u><u></u></span></p>
<p><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;"><a href=3D"http://blog.swhosting.com" target=3D"_blank"><spa=
n style=3D"color:blue">http://blog.swhosting.com</span></a><u></u><u></u></=
span></p>
<p><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:black" lang=3D"EN-GB">Tel. 902 010 664 - Tel. Int. </sp=
an><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:black" lang=3D"ES"><a href=3D"tel:%2B34%20972%20010%205=
50" target=3D"_blank"><span style=3D"color:black;text-decoration:none" lang=
=3D"EN-GB">+34 972 010 550</span></a></span><span style=3D"font-size:9.0pt;=
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:black" lang=3D=
"EN-GB"><u></u><u></u></span></p>
<p><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:black" lang=3D"EN-GB">Fax=C2=A0 902 510 664 - Fax Int.=
=C2=A0 </span><span style=3D"font-size:9.0pt;font-family:&quot;Verdana&quot=
;,&quot;sans-serif&quot;;color:black" lang=3D"ES"><a href=3D"tel:%2B34%2097=
2%20010%20555" target=3D"_blank"><span style=3D"color:black;text-decoration=
:none" lang=3D"EN-GB">+34 972 010 555</span></a></span><span style=3D"font-=
size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:bla=
ck" lang=3D"EN-GB"><u></u><u></u></span></p>
<p><span lang=3D"EN-GB"><u></u>=C2=A0<u></u></span></p><p><span style=3D"fo=
nt-size:8.5pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:=
green"><img src=3D"cid:image001.gif@01CF7AA1.15C83780" alt=3D"Descripci=C3=
=B3n: Descripci=C3=B3n: green" border=3D"0" height=3D"31" width=3D"32"></sp=
an><span style=3D"font-size:8.5pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:green" lang=3D"EN-GB">=C2=A0 Please, consider the envir=
onment before printing this email.<u></u><u></u></span></p>
<p><span style=3D"font-size:7.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:gray;background:whitesmoke" lang=3D"EN-GB">LEGAL NOTICE=
</span><span style=3D"font-size:7.0pt;color:gray;background:whitesmoke" lan=
g=3D"ES"><u></u><u></u></span></p>
<p><span style=3D"font-size:7.0pt;font-family:&quot;Verdana&quot;,&quot;san=
s-serif&quot;;color:gray;background:whitesmoke" lang=3D"EN-GB">SW=C2=A0Host=
ing &amp;=C2=A0Communications=C2=A0Technologies,=C2=A0SL informs you that=
=C2=A0this=C2=A0message is intended=C2=A0exclusively=C2=A0for its addressee=
=C2=A0and=C2=A0contains=C2=A0confidential and /=C2=A0or sensitive informati=
on=C2=A0subject to professional secrecy and protected=C2=A0by the current l=
egislation.=C2=A0If you=C2=A0are not the=C2=A0intended recipient, we=C2=A0n=
otify you that=C2=A0the=C2=A0reading,=C2=A0use, disclosure, reproduction, d=
istribution, printing and /=C2=A0or copy of this=C2=A0communication, inform=
ation and /=C2=A0or=C2=A0any attachments=C2=A0to it=C2=A0are strictly=C2=A0=
prohibited=C2=A0by law.=C2=A0If you=C2=A0have received this message by mist=
ake, please=C2=A0notify it to us immediately=C2=A0replying to the=C2=A0send=
er of the=C2=A0message=C2=A0and then=C2=A0delete it=C2=A0with=C2=A0all the =
attachments=C2=A0if=C2=A0any.<u></u><u></u></span></p>
<p><u></u>=C2=A0<u></u></p><p><u></u>=C2=A0<u></u></p><p><span lang=3D"ES">=
-----Mensaje original-----<br>De: <a href=3D"mailto:xen-api-bounces@lists.x=
en.org" target=3D"_blank">xen-api-bounces@lists.xen.org</a> [mailto:<a href=
=3D"mailto:xen-api-bounces@lists.xen.org" target=3D"_blank">xen-api-bounces=
@lists.xen.org</a>] En nombre de Olivier Lambert<br>
Enviado el: s=C3=A1bado, 27 de julio de 2013 14:55<br>Para: Harrie Pieters =
(Intern)<br>CC: <a href=3D"mailto:xen-api@lists.xensource.com" target=3D"_b=
lank">xen-api@lists.xensource.com</a><br>Asunto: Re: [Xen-API] noVNC and co=
nsoles from XAPI</span></p>
<div><div class=3D"h5"><p><u></u>=C2=A0<u></u></p><p>Thanks Harrie,<u></u><=
u></u></p><p><u></u>=C2=A0<u></u></p><p>I made the change, but I&#39;m stuc=
k on this error now:<u></u><u></u></p><p>&quot;failed: WebSocket is closed =
before the connection is established. &quot;<u></u><u></u></p>
<p><u></u>=C2=A0<u></u></p><p>The strange thing is I&#39;ve got exactly the=
 same error with your xenapi-jquery app on my JS console (on the web page, =
I&#39;ve got &quot;Connect<u></u><u></u></p><p>timeout&quot;)<u></u><u></u>=
</p>
<p><u></u>=C2=A0<u></u></p><p>I double/triple-checked if my credentials wer=
e right, I&#39;m running on the same network without any firewall etc. And =
it works with XenCenter...<u></u><u></u></p><p><u></u>=C2=A0<u></u></p><p>O=
n Fri, Jul 26, 2013 at 6:39 PM, Harrie Pieters (Intern) &lt;<a href=3D"mail=
to:harrie.pieters@citrix.com" target=3D"_blank"><span style=3D"color:window=
text;text-decoration:none">harrie.pieters@citrix.com</span></a>&gt; wrote:<=
u></u><u></u></p>
<p>&gt; On 26-07-13 15:50, &quot;Olivier Lambert&quot; &lt;<a href=3D"mailt=
o:lambert.olivier@gmail.com" target=3D"_blank"><span style=3D"color:windowt=
ext;text-decoration:none">lambert.olivier@gmail.com</span></a>&gt; wrote:<u=
></u><u></u></p>
<p>&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;Hi guys,<u></u><u></u></p><p>&gt;=
&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;Xen-Orchestra team reporting ;)<u></=
u><u></u></p><p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;<u></u>=C2=A0<u>=
</u></p><p>&gt;&gt;We are experiencing some difficulties to get VNC console=
s from XAPI <u></u><u></u></p>
<p>&gt;&gt;witn noVNC. We try to get some inspiration from XAC project and =
other <u></u><u></u></p><p>&gt;&gt;resources on the web [1], but without an=
y success. The documentation <u></u><u></u></p><p>&gt;&gt;is quite unclear =
about the HTTP Connect [2], because despite the steps <u></u><u></u></p>
<p>&gt;&gt;we followed, we&#39;ve got &quot;strange&quot; errors.<u></u><u>=
</u></p><p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;Our code is fairly si=
mple by the way [3], but we&#39;ve got &quot;Error during <u></u><u></u></p=
>
<p>&gt;&gt;WebSocket handshake: Sec-WebSocket-Protocol mismatch&quot;. I th=
ink we miss <u></u><u></u></p><p>&gt;&gt;something with the HTTP connect st=
ep, but XAC is pretty similar to our <u></u><u></u></p><p>&gt;&gt;code, and=
 it seems to connect directly VNC console like us.<u></u><u></u></p>
<p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;Important thing to note: we a=
ren&#39;t executing XO on the XAPI host. And <u></u><u></u></p><p>&gt;&gt;w=
e are testing this XenServer&#39;s hosts (6.2)<u></u><u></u></p><p>&gt;&gt;=
<u></u>=C2=A0<u></u></p>
<p>&gt;&gt;If you have any clue, It can really help us to speed up release =
date <u></u><u></u></p><p>&gt;&gt;for XO :)<u></u><u></u></p><p>&gt;&gt;<u>=
</u>=C2=A0<u></u></p><p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;Thanks,<=
u></u><u></u></p>
<p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&gt;&gt;<u></u>=C2=A0<u></u></p><p>&g=
t;&gt;Olivier.<u></u><u></u></p><p>&gt;<u></u>=C2=A0<u></u></p><p>&gt;<u></=
u>=C2=A0<u></u></p><p>&gt; Hey,<u></u><u></u></p><p>&gt;<u></u>=C2=A0<u></u=
></p><p>&gt; So I think I ran into the same problem when trying to get noVN=
C <u></u><u></u></p>
<p>&gt; upstream to work with my library <u></u><u></u></p><p>&gt; (<a href=
=3D"https://github.com/HPieters/xenapi-jquery/tree/master/examples/vnc" tar=
get=3D"_blank"><span style=3D"color:windowtext;text-decoration:none">https:=
//github.com/HPieters/xenapi-jquery/tree/master/examples/vnc</span></a>). <=
u></u><u></u></p>
<p>&gt; I ended up changing the protocol to &quot;chat&quot; instead of bin=
ary or base64 <u></u><u></u></p><p>&gt; in the websock.js of noVNC <u></u><=
u></u></p><p>&gt; (<a href=3D"https://github.com/HPieters/xenapi-jquery/blo=
b/master/examples/vnc/in" target=3D"_blank"><span style=3D"color:windowtext=
;text-decoration:none">https://github.com/HPieters/xenapi-jquery/blob/maste=
r/examples/vnc/in</span></a><u></u><u></u></p>
<p>&gt; clude<u></u><u></u></p><p>&gt; /websock.js#L298) and that fixed it =
for me.<u></u><u></u></p><p>&gt;<u></u>=C2=A0<u></u></p><p>&gt; Cheers,<u><=
/u><u></u></p><p>&gt; Harrie<u></u><u></u></p><p>&gt;<u></u>=C2=A0<u></u></=
p><p><u></u>=C2=A0<u></u></p>
</div></div><p>_______________________________________________<u></u><u></u=
></p><p>Xen-api mailing list<u></u><u></u></p><p><a href=3D"mailto:Xen-api@=
lists.xen.org" target=3D"_blank"><span style=3D"color:windowtext;text-decor=
ation:none">Xen-api@lists.xen.org</span></a><u></u><u></u></p>
<p><a href=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api" target=
=3D"_blank"><span style=3D"color:windowtext;text-decoration:none">http://li=
sts.xen.org/cgi-bin/mailman/listinfo/xen-api</span></a><u></u><u></u></p></=
div>
</div></blockquote></div><br></div>

--001a1134a866a69b0f04fa78dbb0--
--001a1134a866a69b1204fa78dbb1
Content-Type: image/gif; name="image001.gif"
Content-Disposition: inline; filename="image001.gif"
Content-Transfer-Encoding: base64
Content-ID: <image001.gif@01CF7AA1.15C83780>
X-Attachment-Id: 7585d7021506b5dc_0.1

R0lGODlhIAAfAIAAAACAAP///yH5BAAAAAAALAAAAAAgAB8AAAJOjI+py73gYgNUWkNzvTJzq0Hf
FIpjUnrnkWor6r5Ia670dt7qp8fyLoPVgizco4dszZJIIfN2eSo50lSkGnJggYqtsYu9hsXMaJKn
y6UKADs=
--001a1134a866a69b1204fa78dbb1--


--===============4892906772608586876==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============4892906772608586876==--


From xen-api-bounces@lists.xen.org Fri May 30 11:27:03 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 30 May 2014 11:27:03 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WqKxY-0004AW-Oq; Fri, 30 May 2014 11:26:52 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <anil@recoil.org>) id 1WqKxX-0004AR-Na
	for xen-api@lists.xen.org; Fri, 30 May 2014 11:26:51 +0000
Received: from [85.158.139.211:55403] by server-13.bemta-5.messagelabs.com id
	12/43-16341-AFA68835; Fri, 30 May 2014 11:26:50 +0000
X-Env-Sender: anil@recoil.org
X-Msg-Ref: server-3.tower-206.messagelabs.com!1401449210!7210065!1
X-Originating-IP: [89.16.177.154]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6335 invoked from network); 30 May 2014 11:26:50 -0000
Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) (89.16.177.154)
	by server-3.tower-206.messagelabs.com with SMTP;
	30 May 2014 11:26:50 -0000
Received: (qmail 6761 invoked by uid 634); 30 May 2014 11:26:49 -0000
X-Spam-Level: *
X-Spam-Status: No, hits=-1.0 required=5.0
	tests=ALL_TRUSTED
X-Spam-Check-By: dark.recoil.org
Received: from wifi-2lw.rackspace.co.uk (HELO [172.16.6.49]) (94.236.7.185)
	(smtp-auth username remote@recoil.org, mechanism cram-md5)
	by dark.recoil.org (qpsmtpd/0.84) with ESMTPA;
	Fri, 30 May 2014 12:26:48 +0100
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Anil Madhavapeddy <anil@recoil.org>
In-Reply-To: <06B80725944D5847804519C301FB872726580C@AMSPEX01CL01.citrite.net>
Date: Fri, 30 May 2014 12:26:42 +0100
Message-Id: <AE3E3F7F-EBD5-4ADA-8F03-A0DFD1329CD4@recoil.org>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
	<06B80725944D5847804519C301FB872726580C@AMSPEX01CL01.citrite.net>
To: Thomas Sanders <thomas.sanders@citrix.com>
X-Mailer: Apple Mail (2.1874)
X-Virus-Checked: Checked by ClamAV on dark.recoil.org
Cc: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014, at 15:56, Thomas Sanders <thomas.sanders@citrix.com> wrote:
> 
> I care about security. I was the tech lead for the work of getting a
> slightly customised version of XenServer 6.0.2 through Common Criteria
> certification. I'd love a chance to apply a capability-based[1] approach
> where it makes sense. We could probably use OCaml's type system to get
> more assurances of correctness than we do at present. I look forward to
> dom0 services being split out into individual service VMs or stub-
> domains.
> 

It's really interesting to hear this.  There is an information-flow variant
of OCaml called FlowCaml [1] that could be resurrected fairly easily if
a suitable use case came up (like CC cert).

This lets the programmer understand how information is travelling across
various modules in a complex codebase.  Dave and Thomas have also been
pulling out the core logic of Xenstore into a separate Git-like database
called Irmin [2] that captures the entire provenance trace of an OCaml
program in a format that can be analysed programmatically or via the standard
Git command-line tool.

Finally, Jon's been improving the support for vchan in MirageOS to make
it easier to build communicating stub domains.  So between all these
recent advances, it could be that building a disaggregated xapi is almost
within reach.  The main task is probably to unify the Xapi database layer
with the Xenstore database, so that all the information flow is in one
place...

[1] http://www.normalesup.org/~simonet/soft/flowcaml/
[2] https://github.com/mirage/irmin
[3] http://openmirage.org

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Fri May 30 11:27:03 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 30 May 2014 11:27:03 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WqKxY-0004AW-Oq; Fri, 30 May 2014 11:26:52 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <anil@recoil.org>) id 1WqKxX-0004AR-Na
	for xen-api@lists.xen.org; Fri, 30 May 2014 11:26:51 +0000
Received: from [85.158.139.211:55403] by server-13.bemta-5.messagelabs.com id
	12/43-16341-AFA68835; Fri, 30 May 2014 11:26:50 +0000
X-Env-Sender: anil@recoil.org
X-Msg-Ref: server-3.tower-206.messagelabs.com!1401449210!7210065!1
X-Originating-IP: [89.16.177.154]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6335 invoked from network); 30 May 2014 11:26:50 -0000
Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) (89.16.177.154)
	by server-3.tower-206.messagelabs.com with SMTP;
	30 May 2014 11:26:50 -0000
Received: (qmail 6761 invoked by uid 634); 30 May 2014 11:26:49 -0000
X-Spam-Level: *
X-Spam-Status: No, hits=-1.0 required=5.0
	tests=ALL_TRUSTED
X-Spam-Check-By: dark.recoil.org
Received: from wifi-2lw.rackspace.co.uk (HELO [172.16.6.49]) (94.236.7.185)
	(smtp-auth username remote@recoil.org, mechanism cram-md5)
	by dark.recoil.org (qpsmtpd/0.84) with ESMTPA;
	Fri, 30 May 2014 12:26:48 +0100
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Anil Madhavapeddy <anil@recoil.org>
In-Reply-To: <06B80725944D5847804519C301FB872726580C@AMSPEX01CL01.citrite.net>
Date: Fri, 30 May 2014 12:26:42 +0100
Message-Id: <AE3E3F7F-EBD5-4ADA-8F03-A0DFD1329CD4@recoil.org>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
	<06B80725944D5847804519C301FB872726580C@AMSPEX01CL01.citrite.net>
To: Thomas Sanders <thomas.sanders@citrix.com>
X-Mailer: Apple Mail (2.1874)
X-Virus-Checked: Checked by ClamAV on dark.recoil.org
Cc: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15 May 2014, at 15:56, Thomas Sanders <thomas.sanders@citrix.com> wrote:
> 
> I care about security. I was the tech lead for the work of getting a
> slightly customised version of XenServer 6.0.2 through Common Criteria
> certification. I'd love a chance to apply a capability-based[1] approach
> where it makes sense. We could probably use OCaml's type system to get
> more assurances of correctness than we do at present. I look forward to
> dom0 services being split out into individual service VMs or stub-
> domains.
> 

It's really interesting to hear this.  There is an information-flow variant
of OCaml called FlowCaml [1] that could be resurrected fairly easily if
a suitable use case came up (like CC cert).

This lets the programmer understand how information is travelling across
various modules in a complex codebase.  Dave and Thomas have also been
pulling out the core logic of Xenstore into a separate Git-like database
called Irmin [2] that captures the entire provenance trace of an OCaml
program in a format that can be analysed programmatically or via the standard
Git command-line tool.

Finally, Jon's been improving the support for vchan in MirageOS to make
it easier to build communicating stub domains.  So between all these
recent advances, it could be that building a disaggregated xapi is almost
within reach.  The main task is probably to unify the Xapi database layer
with the Xenstore database, so that all the information flow is in one
place...

[1] http://www.normalesup.org/~simonet/soft/flowcaml/
[2] https://github.com/mirage/irmin
[3] http://openmirage.org

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Fri May 30 12:50:02 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 30 May 2014 12:50:02 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WqMFu-0006bY-70; Fri, 30 May 2014 12:49:54 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <john.else@citrix.com>) id 1WqMFt-0006bT-CK
	for xen-api@lists.xen.org; Fri, 30 May 2014 12:49:53 +0000
Received: from [85.158.139.211:53403] by server-13.bemta-5.messagelabs.com id
	F6/C1-16341-07E78835; Fri, 30 May 2014 12:49:52 +0000
X-Env-Sender: john.else@citrix.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1401454191!7200865!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 28548 invoked from network); 30 May 2014 12:49:51 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	30 May 2014 12:49:51 -0000
X-IronPort-AV: E=Sophos;i="4.98,941,1392163200"; d="scan'208";a="19556777"
Received: from unknown (HELO AMSPEX01CL02.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 30 May 2014 12:49:51 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.234]) by
	AMSPEX01CL02.citrite.net ([169.254.7.30]) with mapi id 14.03.0181.006;
	Fri, 30 May 2014 14:49:51 +0200
From: John Else <john.else@citrix.com>
To: Anil Madhavapeddy <anil@recoil.org>, "lars.kurth@xen.org"
	<lars.kurth@xen.org>
Thread-Topic: [Xen-API] Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GDeNsDt4OOEk6KXq3V08XGmptBIK6AgAAWJwCAAAYkgIAX6uYg
Date: Fri, 30 May 2014 12:49:50 +0000
Message-ID: <B9688F12F634E440985362EAEDE08C282B0502@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
In-Reply-To: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.80.237.237]
MIME-Version: 1.0
X-DLP: AMS1
Cc: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/14 10:19, Anil Madhavapeddy wrote:
> This isn't intended to affect the voting, but I would note that it's slightly odd for an open-source project to switch its committers in such a big sweep without at least some discussion about how this affects the overall project direction.
The thing is, this isn't a change in committers in reality - it's replacing a wrong list of committers with a more accurate one.
>
> It would be really nice (from my perspective as an interested outsider) to see a short introduction e-mail from the new committers, and a brief outline of what they have worked in the past and the areas of Xapi that they plan to improve.

I joined Citrix in September 2010 as part of the XenServer Ring3 team. As Simon Beaumont mentioned, I recently worked on toolstack support for vGPU with NVIDIA's GRID cards. I'm continuing to work with NVIDIA to improve integration with current and future GPU hardware.

I've also been working on a library to simplify transmission of RRD data (i.e. performance metrics) between domains [1], and integrating this with the RRD daemon's plugin library [2].

John

[1] https://github.com/xapi-project/rrd-transport/
[2] https://github.com/xapi-project/ocaml-rrdd-plugin/tree/xenostats

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Fri May 30 12:50:02 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 30 May 2014 12:50:02 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WqMFu-0006bY-70; Fri, 30 May 2014 12:49:54 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <john.else@citrix.com>) id 1WqMFt-0006bT-CK
	for xen-api@lists.xen.org; Fri, 30 May 2014 12:49:53 +0000
Received: from [85.158.139.211:53403] by server-13.bemta-5.messagelabs.com id
	F6/C1-16341-07E78835; Fri, 30 May 2014 12:49:52 +0000
X-Env-Sender: john.else@citrix.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1401454191!7200865!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 28548 invoked from network); 30 May 2014 12:49:51 -0000
Received: from smtp.ctxuk.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	30 May 2014 12:49:51 -0000
X-IronPort-AV: E=Sophos;i="4.98,941,1392163200"; d="scan'208";a="19556777"
Received: from unknown (HELO AMSPEX01CL02.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 30 May 2014 12:49:51 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.234]) by
	AMSPEX01CL02.citrite.net ([169.254.7.30]) with mapi id 14.03.0181.006;
	Fri, 30 May 2014 14:49:51 +0200
From: John Else <john.else@citrix.com>
To: Anil Madhavapeddy <anil@recoil.org>, "lars.kurth@xen.org"
	<lars.kurth@xen.org>
Thread-Topic: [Xen-API] Proposal to change committers for the XAPI Project
Thread-Index: AQHPb5GDeNsDt4OOEk6KXq3V08XGmptBIK6AgAAWJwCAAAYkgIAX6uYg
Date: Fri, 30 May 2014 12:49:50 +0000
Message-ID: <B9688F12F634E440985362EAEDE08C282B0502@AMSPEX01CL01.citrite.net>
References: <53739980.5050703@eu.citrix.com>
	<53746EF9.3000409@eu.citrix.com>	<5374818E.4020904@xen.org>
	<3588D698-4B41-460F-8118-039EDD356983@recoil.org>
In-Reply-To: <3588D698-4B41-460F-8118-039EDD356983@recoil.org>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.80.237.237]
MIME-Version: 1.0
X-DLP: AMS1
Cc: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] Proposal to change committers for the XAPI Project
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 15/05/14 10:19, Anil Madhavapeddy wrote:
> This isn't intended to affect the voting, but I would note that it's slightly odd for an open-source project to switch its committers in such a big sweep without at least some discussion about how this affects the overall project direction.
The thing is, this isn't a change in committers in reality - it's replacing a wrong list of committers with a more accurate one.
>
> It would be really nice (from my perspective as an interested outsider) to see a short introduction e-mail from the new committers, and a brief outline of what they have worked in the past and the areas of Xapi that they plan to improve.

I joined Citrix in September 2010 as part of the XenServer Ring3 team. As Simon Beaumont mentioned, I recently worked on toolstack support for vGPU with NVIDIA's GRID cards. I'm continuing to work with NVIDIA to improve integration with current and future GPU hardware.

I've also been working on a library to simplify transmission of RRD data (i.e. performance metrics) between domains [1], and integrating this with the RRD daemon's plugin library [2].

John

[1] https://github.com/xapi-project/rrd-transport/
[2] https://github.com/xapi-project/ocaml-rrdd-plugin/tree/xenostats

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Fri May 30 13:39:34 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 30 May 2014 13:39:34 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WqN1r-00075d-E3; Fri, 30 May 2014 13:39:27 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <thomas.sanders@citrix.com>) id 1WqN1q-00075Q-0m
	for xen-api@lists.xen.org; Fri, 30 May 2014 13:39:26 +0000
Received: from [85.158.139.211:4768] by server-14.bemta-5.messagelabs.com id
	17/32-15696-D0A88835; Fri, 30 May 2014 13:39:25 +0000
X-Env-Sender: thomas.sanders@citrix.com
X-Msg-Ref: server-2.tower-206.messagelabs.com!1401457164!7237687!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4269 invoked from network); 30 May 2014 13:39:24 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-2.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	30 May 2014 13:39:24 -0000
X-IronPort-AV: E=Sophos;i="4.98,941,1392163200"; d="scan'208";a="19561886"
Received: from unknown (HELO AMSPEX01CL02.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 30 May 2014 13:39:24 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.234]) by
	AMSPEX01CL02.citrite.net ([169.254.7.30]) with mapi id 14.03.0181.006;
	Fri, 30 May 2014 15:39:23 +0200
From: Thomas Sanders <thomas.sanders@citrix.com>
To: 'Anil Madhavapeddy' <anil@recoil.org>, "xen-api@lists.xen.org"
	<xen-api@lists.xen.org>
Thread-Topic: Secure design and stub-domains
Thread-Index: Ac98AwCYffjdGUZZT36rcZ5ATmuo7A==
Date: Fri, 30 May 2014 13:39:23 +0000
Message-ID: <06B80725944D5847804519C301FB8727282579@AMSPEX01CL01.citrite.net>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.69.129.155]
MIME-Version: 1.0
X-DLP: AMS1
Subject: [Xen-API] Secure design and stub-domains
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 30 May 2014 at 2:27 pm,
Anil Madhavapeddy [mailto:anil@recoil.org] wrote:
> On 15 May 2014, at 15:56, Thomas Sanders <thomas.sanders@citrix.com> wrote:
> >
> > I care about security. I was the tech lead for the work of getting a
> > slightly customised version of XenServer 6.0.2 through Common Criteria
> > certification. I'd love a chance to apply a capability-based approach
> > where it makes sense. We could probably use OCaml's type system to get
> > more assurances of correctness than we do at present. I look forward to
> > dom0 services being split out into individual service VMs or stub-
> > domains.
> 
> It's really interesting to hear this.  There is an information-flow variant
> of OCaml called FlowCaml that could be resurrected fairly easily if
> a suitable use case came up (like CC cert).
> This lets the programmer understand how information is travelling across
> various modules in a complex codebase.

Thank you: FlowCaml does look interesting.

Another security-related OCaml variant is Emily[1][2], "a subset of
OCaml that uses a design rule verifier to enforce object-capability
principles. It demonstrates how memory-safe languages can be
transformed into breach-resistant object-capability systems with
little loss of either expressivity or performance."

Emily and FlowCaml could even be combined.

> Dave and Thomas have also been
> pulling out the core logic of Xenstore into a separate Git-like database
> called Irmin

Just to clarify for others: that would be Thomas Gazagnaire, not me.

Thomas Sanders

[1] http://wiki.erights.org/wiki/Emily
[2] http://www.skyhunter.com/marcs/emilyWalnut.html


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Fri May 30 13:39:34 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 30 May 2014 13:39:34 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WqN1r-00075d-E3; Fri, 30 May 2014 13:39:27 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <thomas.sanders@citrix.com>) id 1WqN1q-00075Q-0m
	for xen-api@lists.xen.org; Fri, 30 May 2014 13:39:26 +0000
Received: from [85.158.139.211:4768] by server-14.bemta-5.messagelabs.com id
	17/32-15696-D0A88835; Fri, 30 May 2014 13:39:25 +0000
X-Env-Sender: thomas.sanders@citrix.com
X-Msg-Ref: server-2.tower-206.messagelabs.com!1401457164!7237687!1
X-Originating-IP: [185.25.65.24]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4269 invoked from network); 30 May 2014 13:39:24 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (185.25.65.24)
	by server-2.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	30 May 2014 13:39:24 -0000
X-IronPort-AV: E=Sophos;i="4.98,941,1392163200"; d="scan'208";a="19561886"
Received: from unknown (HELO AMSPEX01CL02.citrite.net) ([10.69.60.9])
	by AMSPIP01.EU.Citrix.com with ESMTP; 30 May 2014 13:39:24 +0000
Received: from AMSPEX01CL01.citrite.net ([169.254.6.234]) by
	AMSPEX01CL02.citrite.net ([169.254.7.30]) with mapi id 14.03.0181.006;
	Fri, 30 May 2014 15:39:23 +0200
From: Thomas Sanders <thomas.sanders@citrix.com>
To: 'Anil Madhavapeddy' <anil@recoil.org>, "xen-api@lists.xen.org"
	<xen-api@lists.xen.org>
Thread-Topic: Secure design and stub-domains
Thread-Index: Ac98AwCYffjdGUZZT36rcZ5ATmuo7A==
Date: Fri, 30 May 2014 13:39:23 +0000
Message-ID: <06B80725944D5847804519C301FB8727282579@AMSPEX01CL01.citrite.net>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.69.129.155]
MIME-Version: 1.0
X-DLP: AMS1
Subject: [Xen-API] Secure design and stub-domains
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 30 May 2014 at 2:27 pm,
Anil Madhavapeddy [mailto:anil@recoil.org] wrote:
> On 15 May 2014, at 15:56, Thomas Sanders <thomas.sanders@citrix.com> wrote:
> >
> > I care about security. I was the tech lead for the work of getting a
> > slightly customised version of XenServer 6.0.2 through Common Criteria
> > certification. I'd love a chance to apply a capability-based approach
> > where it makes sense. We could probably use OCaml's type system to get
> > more assurances of correctness than we do at present. I look forward to
> > dom0 services being split out into individual service VMs or stub-
> > domains.
> 
> It's really interesting to hear this.  There is an information-flow variant
> of OCaml called FlowCaml that could be resurrected fairly easily if
> a suitable use case came up (like CC cert).
> This lets the programmer understand how information is travelling across
> various modules in a complex codebase.

Thank you: FlowCaml does look interesting.

Another security-related OCaml variant is Emily[1][2], "a subset of
OCaml that uses a design rule verifier to enforce object-capability
principles. It demonstrates how memory-safe languages can be
transformed into breach-resistant object-capability systems with
little loss of either expressivity or performance."

Emily and FlowCaml could even be combined.

> Dave and Thomas have also been
> pulling out the core logic of Xenstore into a separate Git-like database
> called Irmin

Just to clarify for others: that would be Thomas Gazagnaire, not me.

Thomas Sanders

[1] http://wiki.erights.org/wiki/Emily
[2] http://www.skyhunter.com/marcs/emilyWalnut.html


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Fri May 30 14:47:27 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 30 May 2014 14:47:27 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WqO5W-0007wo-Pa; Fri, 30 May 2014 14:47:18 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <anil@recoil.org>) id 1WqO5V-0007wj-CO
	for xen-api@lists.xen.org; Fri, 30 May 2014 14:47:17 +0000
Received: from [85.158.139.211:39586] by server-7.bemta-5.messagelabs.com id
	C2/5E-20531-3F998835; Fri, 30 May 2014 14:47:15 +0000
X-Env-Sender: anil@recoil.org
X-Msg-Ref: server-13.tower-206.messagelabs.com!1401461234!7274332!1
X-Originating-IP: [89.16.177.154]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32652 invoked from network); 30 May 2014 14:47:14 -0000
Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) (89.16.177.154)
	by server-13.tower-206.messagelabs.com with SMTP;
	30 May 2014 14:47:14 -0000
Received: (qmail 27264 invoked by uid 634); 30 May 2014 14:47:14 -0000
X-Spam-Level: *
X-Spam-Status: No, hits=-1.0 required=5.0
	tests=ALL_TRUSTED
X-Spam-Check-By: dark.recoil.org
Received: from wifi-2lw.rackspace.co.uk (HELO [172.16.6.49]) (94.236.7.185)
	(smtp-auth username remote@recoil.org, mechanism cram-md5)
	by dark.recoil.org (qpsmtpd/0.84) with ESMTPA;
	Fri, 30 May 2014 15:47:13 +0100
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Anil Madhavapeddy <anil@recoil.org>
In-Reply-To: <06B80725944D5847804519C301FB8727282579@AMSPEX01CL01.citrite.net>
Date: Fri, 30 May 2014 15:47:12 +0100
Message-Id: <EDC3319B-5411-49DA-890C-ABC7B78A0BCA@recoil.org>
References: <06B80725944D5847804519C301FB8727282579@AMSPEX01CL01.citrite.net>
To: Thomas Sanders <thomas.sanders@citrix.com>
X-Mailer: Apple Mail (2.1874)
X-Virus-Checked: Checked by ClamAV on dark.recoil.org
Cc: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] Secure design and stub-domains
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 30 May 2014, at 14:39, Thomas Sanders <thomas.sanders@citrix.com> wrote:

> On 30 May 2014 at 2:27 pm,
> Anil Madhavapeddy [mailto:anil@recoil.org] wrote:
>> On 15 May 2014, at 15:56, Thomas Sanders <thomas.sanders@citrix.com> wrote:
>>> 
>>> I care about security. I was the tech lead for the work of getting a
>>> slightly customised version of XenServer 6.0.2 through Common Criteria
>>> certification. I'd love a chance to apply a capability-based approach
>>> where it makes sense. We could probably use OCaml's type system to get
>>> more assurances of correctness than we do at present. I look forward to
>>> dom0 services being split out into individual service VMs or stub-
>>> domains.
>> 
>> It's really interesting to hear this.  There is an information-flow variant
>> of OCaml called FlowCaml that could be resurrected fairly easily if
>> a suitable use case came up (like CC cert).
>> This lets the programmer understand how information is travelling across
>> various modules in a complex codebase.
> 
> Thank you: FlowCaml does look interesting.
> 
> Another security-related OCaml variant is Emily[1][2], "a subset of
> OCaml that uses a design rule verifier to enforce object-capability
> principles. It demonstrates how memory-safe languages can be
> transformed into breach-resistant object-capability systems with
> little loss of either expressivity or performance."
> 
> Emily and FlowCaml could even be combined.

Interestingly, many of Emily's design principles are present naturally
in MirageOS OCaml applications:

- MirageOS applications are functorized across all their OS dependencies.
This functor model implies that the need for ambient resources (such as
a giant Unix module) is greatly reduced, and so the enforcement of whether
a particular module should have access to something is a decision that
can be enforced at build-time.  

- We don't do this at the moment, but it's also possible to compile with
-nopervasives to remove even more ambient functions.  The external keyword
can also be banned from user-generated code by using the Ctypes FFI library
in stub-generation mode [1] to completely abstract the process of foreign
binding without writing a single line of C.

- Strings are optionally immutable in the forthcoming OCaml 4.02, with a
transition to the Bytes module for when you really do need mutable strings.

[1] https://github.com/ocamllabs/ocaml-ctypes/releases/tag/ocaml-ctypes-0.3

best,
Anil
_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Fri May 30 14:47:27 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 30 May 2014 14:47:27 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WqO5W-0007wo-Pa; Fri, 30 May 2014 14:47:18 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <anil@recoil.org>) id 1WqO5V-0007wj-CO
	for xen-api@lists.xen.org; Fri, 30 May 2014 14:47:17 +0000
Received: from [85.158.139.211:39586] by server-7.bemta-5.messagelabs.com id
	C2/5E-20531-3F998835; Fri, 30 May 2014 14:47:15 +0000
X-Env-Sender: anil@recoil.org
X-Msg-Ref: server-13.tower-206.messagelabs.com!1401461234!7274332!1
X-Originating-IP: [89.16.177.154]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32652 invoked from network); 30 May 2014 14:47:14 -0000
Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) (89.16.177.154)
	by server-13.tower-206.messagelabs.com with SMTP;
	30 May 2014 14:47:14 -0000
Received: (qmail 27264 invoked by uid 634); 30 May 2014 14:47:14 -0000
X-Spam-Level: *
X-Spam-Status: No, hits=-1.0 required=5.0
	tests=ALL_TRUSTED
X-Spam-Check-By: dark.recoil.org
Received: from wifi-2lw.rackspace.co.uk (HELO [172.16.6.49]) (94.236.7.185)
	(smtp-auth username remote@recoil.org, mechanism cram-md5)
	by dark.recoil.org (qpsmtpd/0.84) with ESMTPA;
	Fri, 30 May 2014 15:47:13 +0100
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Anil Madhavapeddy <anil@recoil.org>
In-Reply-To: <06B80725944D5847804519C301FB8727282579@AMSPEX01CL01.citrite.net>
Date: Fri, 30 May 2014 15:47:12 +0100
Message-Id: <EDC3319B-5411-49DA-890C-ABC7B78A0BCA@recoil.org>
References: <06B80725944D5847804519C301FB8727282579@AMSPEX01CL01.citrite.net>
To: Thomas Sanders <thomas.sanders@citrix.com>
X-Mailer: Apple Mail (2.1874)
X-Virus-Checked: Checked by ClamAV on dark.recoil.org
Cc: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: [Xen-API] Secure design and stub-domains
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

On 30 May 2014, at 14:39, Thomas Sanders <thomas.sanders@citrix.com> wrote:

> On 30 May 2014 at 2:27 pm,
> Anil Madhavapeddy [mailto:anil@recoil.org] wrote:
>> On 15 May 2014, at 15:56, Thomas Sanders <thomas.sanders@citrix.com> wrote:
>>> 
>>> I care about security. I was the tech lead for the work of getting a
>>> slightly customised version of XenServer 6.0.2 through Common Criteria
>>> certification. I'd love a chance to apply a capability-based approach
>>> where it makes sense. We could probably use OCaml's type system to get
>>> more assurances of correctness than we do at present. I look forward to
>>> dom0 services being split out into individual service VMs or stub-
>>> domains.
>> 
>> It's really interesting to hear this.  There is an information-flow variant
>> of OCaml called FlowCaml that could be resurrected fairly easily if
>> a suitable use case came up (like CC cert).
>> This lets the programmer understand how information is travelling across
>> various modules in a complex codebase.
> 
> Thank you: FlowCaml does look interesting.
> 
> Another security-related OCaml variant is Emily[1][2], "a subset of
> OCaml that uses a design rule verifier to enforce object-capability
> principles. It demonstrates how memory-safe languages can be
> transformed into breach-resistant object-capability systems with
> little loss of either expressivity or performance."
> 
> Emily and FlowCaml could even be combined.

Interestingly, many of Emily's design principles are present naturally
in MirageOS OCaml applications:

- MirageOS applications are functorized across all their OS dependencies.
This functor model implies that the need for ambient resources (such as
a giant Unix module) is greatly reduced, and so the enforcement of whether
a particular module should have access to something is a decision that
can be enforced at build-time.  

- We don't do this at the moment, but it's also possible to compile with
-nopervasives to remove even more ambient functions.  The external keyword
can also be banned from user-generated code by using the Ctypes FFI library
in stub-generation mode [1] to completely abstract the process of foreign
binding without writing a single line of C.

- Strings are optionally immutable in the forthcoming OCaml 4.02, with a
transition to the Bytes module for when you really do need mutable strings.

[1] https://github.com/ocamllabs/ocaml-ctypes/releases/tag/ocaml-ctypes-0.3

best,
Anil
_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

From xen-api-bounces@lists.xen.org Sat May 31 01:48:17 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 31 May 2014 01:48:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WqYOz-0006TV-Us; Sat, 31 May 2014 01:48:06 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <qiaowei.ren@intel.com>) id 1WqYOx-0006TQ-PL
	for xen-api@lists.xen.org; Sat, 31 May 2014 01:48:04 +0000
Received: from [85.158.139.211:20500] by server-5.bemta-5.messagelabs.com id
	4E/9B-06049-3D439835; Sat, 31 May 2014 01:48:03 +0000
X-Env-Sender: qiaowei.ren@intel.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1401500880!7287522!1
X-Originating-IP: [134.134.136.20]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMTM0LjEzNC4xMzYuMjAgPT4gMzU1MzU4\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 2686 invoked from network); 31 May 2014 01:48:01 -0000
Received: from mga02.intel.com (HELO mga02.intel.com) (134.134.136.20)
	by server-12.tower-206.messagelabs.com with SMTP;
	31 May 2014 01:48:01 -0000
Received: from orsmga001.jf.intel.com ([10.7.209.18])
	by orsmga101.jf.intel.com with ESMTP; 30 May 2014 18:47:59 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="4.98,944,1392192000"; 
	d="scan'208,217";a="520510756"
Received: from fmsmsx104.amr.corp.intel.com ([10.19.9.35])
	by orsmga001.jf.intel.com with ESMTP; 30 May 2014 18:47:59 -0700
Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by
	FMSMSX104.amr.corp.intel.com (10.19.9.35) with Microsoft SMTP Server
	(TLS) id 14.3.123.3; Fri, 30 May 2014 18:47:58 -0700
Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by
	fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server
	(TLS) id 14.3.123.3; Fri, 30 May 2014 18:47:58 -0700
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.190]) by
	SHSMSX104.ccr.corp.intel.com ([169.254.5.192]) with mapi id
	14.03.0123.003; Sat, 31 May 2014 09:47:51 +0800
From: "Ren, Qiaowei" <qiaowei.ren@intel.com>
To: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Thread-Topic: the system panic with latest buildroot
Thread-Index: Ac98clP/T8nPgqfzSwWdzw/hX/k4Tg==
Date: Sat, 31 May 2014 01:47:50 +0000
Message-ID: <9E0BE1322F2F2246BD820DA9FC397ADE0166D005@shsmsx102.ccr.corp.intel.com>
Accept-Language: zh-CN, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
MIME-Version: 1.0
Subject: [Xen-API] the system panic with latest buildroot
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0500156441997013826=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============0500156441997013826==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_9E0BE1322F2F2246BD820DA9FC397ADE0166D005shsmsx102ccrcor_"

--_000_9E0BE1322F2F2246BD820DA9FC397ADE0166D005shsmsx102ccrcor_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi Everyone,

I tried latest buildroot (https://github.com/xenserver/buildroot) and it co=
uld be built and installed smoothly. But unfortunately, after "xenserver-in=
stall-wizard" with all default answers, the system could not booted success=
fully into xen and always autoreset during booting and print some call trac=
e information due to panic:

Xen call trace:
    [<ffff82c4802721e8>] setup_boot_APIC_clock+0x178/0x340
[<ffff82c4802728ad>] APIC_init_uniprocessor+0xad/0x120
             [<ffff82c48027cf68>] smp_prepare_cpus+0x1d8/0x240
             [<ffff82c48027c6a1>] __start_xen+0x3451/0x38c0
             [<ffff82c4801000b5>] __high_start+0xa1/0xa3

**************************************
Panic on CPU 0:
FATAL TRAP: vector =3D 0 (divide error)
[Error_code=3D0000]
**************************************

Reboot in five seconds...


My environment is virtualbox + CentOS 6.5(no separate /boot partition) + br=
idged network, and proxy must be set in our side.

In addition, the issue https://github.com/xenserver/buildroot/issues/205 st=
ill exists:

/etc/init.d/message-switch: line 61: status_of_proc: command not found

/etc/init.d/forkexecd: line 59: status_of_proc: command not found

/etc/init.d/xcp-networkd: line 59: status_of_proc: command not found

/etc/init.d/ffs: line 59: status_of_proc: command not found

/etc/init.d/xapi: line 79: status_of_proc: command not found

Thanks,
Qiaowei


--_000_9E0BE1322F2F2246BD820DA9FC397ADE0166D005shsmsx102ccrcor_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:10.5pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
	{mso-style-priority:99;
	mso-style-link:"Plain Text Char";
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:10.5pt;
	font-family:"Calibri","sans-serif";}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.PlainTextChar
	{mso-style-name:"Plain Text Char";
	mso-style-priority:99;
	mso-style-link:"Plain Text";
	font-family:"Calibri","sans-serif";}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";}
/* Page Definitions */
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"ZH-CN" link=3D"blue" vlink=3D"purple" style=3D"text-justify-t=
rim:punctuation">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US">Hi Everyone,<o:p></o:p></span><=
/p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">I tried latest buildroot (<a hr=
ef=3D"https://github.com/xenserver/buildroot">https://github.com/xenserver/=
buildroot</a>) and it could be built and installed smoothly. But unfortunat=
ely, after &quot;xenserver-install-wizard&quot;
 with all default answers, the system could not booted successfully into xe=
n and always autoreset during booting and print some call trace information=
 due to panic:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">Xe=
n call trace:<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">&n=
bsp;&nbsp;&nbsp; [&lt;ffff82c4802721e8&gt;] setup_boot_APIC_clock&#43;0x178=
/0x340<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:21.0pt;text-indent:21.0pt"><spa=
n lang=3D"EN-US">[&lt;ffff82c4802728ad&gt;] APIC_init_uniprocessor&#43;0xad=
/0x120<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ffff82c48027cf68&gt;] smp_prepare=
_cpus&#43;0x1d8/0x240<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ffff82c48027c6a1&gt;] __start_xen=
&#43;0x3451/0x38c0<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ffff82c4801000b5&gt;] __high_star=
t&#43;0xa1/0xa3<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">**=
************************************<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">Pa=
nic on CPU 0:<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">FA=
TAL TRAP: vector =3D 0 (divide error)<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">[E=
rror_code=3D0000]<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">**=
************************************<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">Re=
boot in five seconds&#8230;<o:p></o:p></span></p>
<p class=3D"MsoPlainText"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">My environment is virtualbox &#=
43; CentOS 6.5(no separate /boot partition) &#43; bridged network, and prox=
y must be set in our side.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">In addition, the issue <a href=
=3D"https://github.com/xenserver/buildroot/issues/205">
https://github.com/xenserver/buildroot/issues/205</a> still exists:<o:p></o=
:p></span></p>
<p class=3D"MsoPlainText" style=3D"text-indent:21.0pt"><span lang=3D"EN-US"=
>/etc/init.d/message-switch: line 61: status_of_proc: command not found<o:p=
></o:p></span></p>
<p class=3D"MsoPlainText" style=3D"text-indent:21.0pt"><span lang=3D"EN-US"=
>/etc/init.d/forkexecd: line 59: status_of_proc: command not found<o:p></o:=
p></span></p>
<p class=3D"MsoPlainText" style=3D"text-indent:21.0pt"><span lang=3D"EN-US"=
>/etc/init.d/xcp-networkd: line 59: status_of_proc: command not found<o:p><=
/o:p></span></p>
<p class=3D"MsoPlainText" style=3D"text-indent:21.0pt"><span lang=3D"EN-US"=
>/etc/init.d/ffs: line 59: status_of_proc: command not found<o:p></o:p></sp=
an></p>
<p class=3D"MsoPlainText" style=3D"text-indent:21.0pt"><span lang=3D"EN-US"=
>/etc/init.d/xapi: line 79: status_of_proc: command not found<o:p></o:p></s=
pan></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Thanks,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Qiaowei<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
</div>
</body>
</html>

--_000_9E0BE1322F2F2246BD820DA9FC397ADE0166D005shsmsx102ccrcor_--


--===============0500156441997013826==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============0500156441997013826==--


From xen-api-bounces@lists.xen.org Sat May 31 01:48:17 2014
Return-path: <xen-api-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 31 May 2014 01:48:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-api-bounces@lists.xen.org>)
	id 1WqYOz-0006TV-Us; Sat, 31 May 2014 01:48:06 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <qiaowei.ren@intel.com>) id 1WqYOx-0006TQ-PL
	for xen-api@lists.xen.org; Sat, 31 May 2014 01:48:04 +0000
Received: from [85.158.139.211:20500] by server-5.bemta-5.messagelabs.com id
	4E/9B-06049-3D439835; Sat, 31 May 2014 01:48:03 +0000
X-Env-Sender: qiaowei.ren@intel.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1401500880!7287522!1
X-Originating-IP: [134.134.136.20]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMTM0LjEzNC4xMzYuMjAgPT4gMzU1MzU4\n
X-StarScan-Received: 
X-StarScan-Version: 6.11.3; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 2686 invoked from network); 31 May 2014 01:48:01 -0000
Received: from mga02.intel.com (HELO mga02.intel.com) (134.134.136.20)
	by server-12.tower-206.messagelabs.com with SMTP;
	31 May 2014 01:48:01 -0000
Received: from orsmga001.jf.intel.com ([10.7.209.18])
	by orsmga101.jf.intel.com with ESMTP; 30 May 2014 18:47:59 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="4.98,944,1392192000"; 
	d="scan'208,217";a="520510756"
Received: from fmsmsx104.amr.corp.intel.com ([10.19.9.35])
	by orsmga001.jf.intel.com with ESMTP; 30 May 2014 18:47:59 -0700
Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by
	FMSMSX104.amr.corp.intel.com (10.19.9.35) with Microsoft SMTP Server
	(TLS) id 14.3.123.3; Fri, 30 May 2014 18:47:58 -0700
Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by
	fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server
	(TLS) id 14.3.123.3; Fri, 30 May 2014 18:47:58 -0700
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.190]) by
	SHSMSX104.ccr.corp.intel.com ([169.254.5.192]) with mapi id
	14.03.0123.003; Sat, 31 May 2014 09:47:51 +0800
From: "Ren, Qiaowei" <qiaowei.ren@intel.com>
To: "xen-api@lists.xen.org" <xen-api@lists.xen.org>
Thread-Topic: the system panic with latest buildroot
Thread-Index: Ac98clP/T8nPgqfzSwWdzw/hX/k4Tg==
Date: Sat, 31 May 2014 01:47:50 +0000
Message-ID: <9E0BE1322F2F2246BD820DA9FC397ADE0166D005@shsmsx102.ccr.corp.intel.com>
Accept-Language: zh-CN, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
MIME-Version: 1.0
Subject: [Xen-API] the system panic with latest buildroot
X-BeenThere: xen-api@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: User and development list for XCP and XAPI <xen-api.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-api@lists.xen.org>
List-Help: <mailto:xen-api-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api>,
	<mailto:xen-api-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0500156441997013826=="
Sender: xen-api-bounces@lists.xen.org
Errors-To: xen-api-bounces@lists.xen.org

--===============0500156441997013826==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_9E0BE1322F2F2246BD820DA9FC397ADE0166D005shsmsx102ccrcor_"

--_000_9E0BE1322F2F2246BD820DA9FC397ADE0166D005shsmsx102ccrcor_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi Everyone,

I tried latest buildroot (https://github.com/xenserver/buildroot) and it co=
uld be built and installed smoothly. But unfortunately, after "xenserver-in=
stall-wizard" with all default answers, the system could not booted success=
fully into xen and always autoreset during booting and print some call trac=
e information due to panic:

Xen call trace:
    [<ffff82c4802721e8>] setup_boot_APIC_clock+0x178/0x340
[<ffff82c4802728ad>] APIC_init_uniprocessor+0xad/0x120
             [<ffff82c48027cf68>] smp_prepare_cpus+0x1d8/0x240
             [<ffff82c48027c6a1>] __start_xen+0x3451/0x38c0
             [<ffff82c4801000b5>] __high_start+0xa1/0xa3

**************************************
Panic on CPU 0:
FATAL TRAP: vector =3D 0 (divide error)
[Error_code=3D0000]
**************************************

Reboot in five seconds...


My environment is virtualbox + CentOS 6.5(no separate /boot partition) + br=
idged network, and proxy must be set in our side.

In addition, the issue https://github.com/xenserver/buildroot/issues/205 st=
ill exists:

/etc/init.d/message-switch: line 61: status_of_proc: command not found

/etc/init.d/forkexecd: line 59: status_of_proc: command not found

/etc/init.d/xcp-networkd: line 59: status_of_proc: command not found

/etc/init.d/ffs: line 59: status_of_proc: command not found

/etc/init.d/xapi: line 79: status_of_proc: command not found

Thanks,
Qiaowei


--_000_9E0BE1322F2F2246BD820DA9FC397ADE0166D005shsmsx102ccrcor_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:10.5pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
	{mso-style-priority:99;
	mso-style-link:"Plain Text Char";
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:10.5pt;
	font-family:"Calibri","sans-serif";}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.PlainTextChar
	{mso-style-name:"Plain Text Char";
	mso-style-priority:99;
	mso-style-link:"Plain Text";
	font-family:"Calibri","sans-serif";}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";}
/* Page Definitions */
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"ZH-CN" link=3D"blue" vlink=3D"purple" style=3D"text-justify-t=
rim:punctuation">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US">Hi Everyone,<o:p></o:p></span><=
/p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">I tried latest buildroot (<a hr=
ef=3D"https://github.com/xenserver/buildroot">https://github.com/xenserver/=
buildroot</a>) and it could be built and installed smoothly. But unfortunat=
ely, after &quot;xenserver-install-wizard&quot;
 with all default answers, the system could not booted successfully into xe=
n and always autoreset during booting and print some call trace information=
 due to panic:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">Xe=
n call trace:<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">&n=
bsp;&nbsp;&nbsp; [&lt;ffff82c4802721e8&gt;] setup_boot_APIC_clock&#43;0x178=
/0x340<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:21.0pt;text-indent:21.0pt"><spa=
n lang=3D"EN-US">[&lt;ffff82c4802728ad&gt;] APIC_init_uniprocessor&#43;0xad=
/0x120<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ffff82c48027cf68&gt;] smp_prepare=
_cpus&#43;0x1d8/0x240<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ffff82c48027c6a1&gt;] __start_xen=
&#43;0x3451/0x38c0<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;ffff82c4801000b5&gt;] __high_star=
t&#43;0xa1/0xa3<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">**=
************************************<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">Pa=
nic on CPU 0:<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">FA=
TAL TRAP: vector =3D 0 (divide error)<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">[E=
rror_code=3D0000]<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">**=
************************************<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:21.0pt"><span lang=3D"EN-US">Re=
boot in five seconds&#8230;<o:p></o:p></span></p>
<p class=3D"MsoPlainText"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">My environment is virtualbox &#=
43; CentOS 6.5(no separate /boot partition) &#43; bridged network, and prox=
y must be set in our side.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">In addition, the issue <a href=
=3D"https://github.com/xenserver/buildroot/issues/205">
https://github.com/xenserver/buildroot/issues/205</a> still exists:<o:p></o=
:p></span></p>
<p class=3D"MsoPlainText" style=3D"text-indent:21.0pt"><span lang=3D"EN-US"=
>/etc/init.d/message-switch: line 61: status_of_proc: command not found<o:p=
></o:p></span></p>
<p class=3D"MsoPlainText" style=3D"text-indent:21.0pt"><span lang=3D"EN-US"=
>/etc/init.d/forkexecd: line 59: status_of_proc: command not found<o:p></o:=
p></span></p>
<p class=3D"MsoPlainText" style=3D"text-indent:21.0pt"><span lang=3D"EN-US"=
>/etc/init.d/xcp-networkd: line 59: status_of_proc: command not found<o:p><=
/o:p></span></p>
<p class=3D"MsoPlainText" style=3D"text-indent:21.0pt"><span lang=3D"EN-US"=
>/etc/init.d/ffs: line 59: status_of_proc: command not found<o:p></o:p></sp=
an></p>
<p class=3D"MsoPlainText" style=3D"text-indent:21.0pt"><span lang=3D"EN-US"=
>/etc/init.d/xapi: line 79: status_of_proc: command not found<o:p></o:p></s=
pan></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Thanks,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Qiaowei<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
</div>
</body>
</html>

--_000_9E0BE1322F2F2246BD820DA9FC397ADE0166D005shsmsx102ccrcor_--


--===============0500156441997013826==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

--===============0500156441997013826==--


