Re: [Xen-devel] [PATCH 0/2 V3] fix rename: xenstore not fully updated

2014-11-28 Thread Ian Campbell
On Tue, 2014-11-25 at 11:03 -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Nov 25, 2014 at 03:58:33PM +, Ian Campbell wrote: > > On Tue, 2014-11-25 at 10:51 -0500, Konrad Rzeszutek Wilk wrote: > > > Right, so with the reassurance text added on: > > > Release-Acked-by: Konrad Rzeszutek Wilk > >

Re: [Xen-devel] [PATCH 0/2 V3] fix rename: xenstore not fully updated

2014-11-25 Thread Konrad Rzeszutek Wilk
On Tue, Nov 25, 2014 at 03:58:33PM +, Ian Campbell wrote: > On Tue, 2014-11-25 at 10:51 -0500, Konrad Rzeszutek Wilk wrote: > > Right, so with the reassurance text added on: > > Release-Acked-by: Konrad Rzeszutek Wilk > > Thanks. > > Chunyan, I propose to commit adding the following to the c

Re: [Xen-devel] [PATCH 0/2 V3] fix rename: xenstore not fully updated

2014-11-25 Thread Ian Campbell
On Tue, 2014-11-25 at 10:51 -0500, Konrad Rzeszutek Wilk wrote: > Right, so with the reassurance text added on: > Release-Acked-by: Konrad Rzeszutek Wilk Thanks. Chunyan, I propose to commit adding the following to the commit text of "[PATCH 1/2 V3] remove domain field in xenstore backend dir":

Re: [Xen-devel] [PATCH 0/2 V3] fix rename: xenstore not fully updated

2014-11-25 Thread Konrad Rzeszutek Wilk
On Tue, Nov 25, 2014 at 02:13:01PM +, Ian Campbell wrote: > On Fri, 2014-11-21 at 12:01 -0500, Konrad Rzeszutek Wilk wrote: > > On Thu, Nov 20, 2014 at 03:28:30PM +, Ian Campbell wrote: > > > On Wed, 2014-11-19 at 16:25 -0500, Konrad Rzeszutek Wilk wrote: > > > > On Wed, Nov 19, 2014 at 11:

Re: [Xen-devel] [PATCH 0/2 V3] fix rename: xenstore not fully updated

2014-11-25 Thread Ian Campbell
On Fri, 2014-11-21 at 12:01 -0500, Konrad Rzeszutek Wilk wrote: > On Thu, Nov 20, 2014 at 03:28:30PM +, Ian Campbell wrote: > > On Wed, 2014-11-19 at 16:25 -0500, Konrad Rzeszutek Wilk wrote: > > > On Wed, Nov 19, 2014 at 11:26:32AM +, Ian Jackson wrote: > > > > Hi Konrad, I have another re

Re: [Xen-devel] [PATCH 0/2 V3] fix rename: xenstore not fully updated

2014-11-21 Thread Konrad Rzeszutek Wilk
On Thu, Nov 20, 2014 at 03:28:30PM +, Ian Campbell wrote: > On Wed, 2014-11-19 at 16:25 -0500, Konrad Rzeszutek Wilk wrote: > > On Wed, Nov 19, 2014 at 11:26:32AM +, Ian Jackson wrote: > > > Hi Konrad, I have another release ack request: > > > > > > Chunyan Liu writes ("[PATCH 0/2 V3] fix

Re: [Xen-devel] [PATCH 0/2 V3] fix rename: xenstore not fully updated

2014-11-20 Thread Ian Campbell
On Wed, 2014-11-19 at 16:25 -0500, Konrad Rzeszutek Wilk wrote: > On Wed, Nov 19, 2014 at 11:26:32AM +, Ian Jackson wrote: > > Hi Konrad, I have another release ack request: > > > > Chunyan Liu writes ("[PATCH 0/2 V3] fix rename: xenstore not fully > > updated"): > > > Currently libxl__domain

Re: [Xen-devel] [PATCH 0/2 V3] fix rename: xenstore not fully updated

2014-11-19 Thread Konrad Rzeszutek Wilk
On Wed, Nov 19, 2014 at 11:26:32AM +, Ian Jackson wrote: > Hi Konrad, I have another release ack request: > > Chunyan Liu writes ("[PATCH 0/2 V3] fix rename: xenstore not fully updated"): > > Currently libxl__domain_rename only update /local/domain//name, > > still some places in xenstore are

Re: [Xen-devel] [PATCH 0/2 V3] fix rename: xenstore not fully updated

2014-11-19 Thread Ian Jackson
Hi Konrad, I have another release ack request: Chunyan Liu writes ("[PATCH 0/2 V3] fix rename: xenstore not fully updated"): > Currently libxl__domain_rename only update /local/domain//name, > still some places in xenstore are not updated, including: > /vm//name and /local/domain/0/backend///.../d

[Xen-devel] [PATCH 0/2 V3] fix rename: xenstore not fully updated

2014-11-18 Thread Chunyan Liu
Currently libxl__domain_rename only update /local/domain//name, still some places in xenstore are not updated, including: /vm//name and /local/domain/0/backend///.../domain. This patch series updates /vm//name in xenstore, and removes the unusual 'domain' field under backend directory. --- Change