From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: xl list -l doesn't work for incoming domain Date: Thu, 13 Nov 2014 11:44:59 +0000 Message-ID: <1415879099.21321.10.camel@citrix.com> References: <20141110123525.GD28360@zion.uk.xensource.com> <5460D342.9090308@oracle.com> <20141110152535.GA6110@zion.uk.xensource.com> <5460F102.9000100@oracle.com> <20141110172408.GA6588@zion.uk.xensource.com> <5460FBCA.5060302@oracle.com> <20141111110156.GA12465@zion.uk.xensource.com> <5462201C.302@oracle.com> <20141111152011.GA21312@zion.uk.xensource.com> <54623C5C.6010504@oracle.com> <20141112113156.GA28075@zion.uk.xensource.com> <54637076.7060708@oracle.com> <1415803209.1155.10.camel@citrix.com> <54637326.6090908@oracle.com> <1415803976.1155.14.camel@citrix.com> <54637703.80906@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Xospl-0008BO-TA for xen-devel@lists.xenproject.org; Thu, 13 Nov 2014 11:45:06 +0000 In-Reply-To: <54637703.80906@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Zhigang Wang Cc: xen-devel , Wei Liu List-Id: xen-devel@lists.xenproject.org On Wed, 2014-11-12 at 10:04 -0500, Zhigang Wang wrote: > On 11/12/2014 09:52 AM, Ian Campbell wrote: > > On Wed, 2014-11-12 at 09:48 -0500, Zhigang Wang wrote: > >> On 11/12/2014 09:40 AM, Ian Campbell wrote: > >>> On Wed, 2014-11-12 at 09:36 -0500, Zhigang Wang wrote: > >>>> Also I want clarify one thing: the @introduceDomain watch is triggered at the same > >>>> time for xm/xend and xl: when VM fully migrated. > >>>> > >>>> The different between xm/xend and xl is: xend will populate destination side VM > >>>> xenstore entries at the beginning of migration. > >>> > >>> Do you mean *before* @introduceDomain has triggered? > >> > >> Yes, from my test. I didn't check the code logic yet. > > > > I think anything which is trying to inspect the state of a domain before > > the corresponding @introduceDomain and expecting anything more complex > > than the fact of that domain's existence is broken. I think I may have asked the wrong question there and then read the answer in the context of the question I thought I'd asked. IOW most of the rest of my mail was predicated on xend behaving differently to how you've just explained via showing completeRestore(). It seems Wei is on the case so I'm just going to butt out... Ian