From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: xend issues Date: Wed, 15 Jun 2005 13:46:43 -0700 Message-ID: <42B093B3.1060404@intel.com> References: <42B092DD.9050009@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <42B092DD.9050009@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org Arun Sharma wrote: > > Lately, I'm having trouble destroying VMX domains (probably due to bad > reference counts) - although all memory associated with the domain is > freed up. > > Subsequently, if I create a new domain of the same name, the domain id > is wrong. > > # xm list > Name Id Mem(MB) CPU VCPU(s) State Time(s) Console > Domain-0 0 245 0 1 r---- 50.8 > ExampleVMXDomain 1 0 0 1 ----- 22.5 9601 > ExampleVMXDomain 1 0 0 1 ----- 22.5 9601 > > Even the uuid of the two domains is the same in the long listing below. BTW, this issue doesn't happen if I use a different name for the new domain (xm create name=foo). Normally xend doesn't let me create two domains with the same name. But in this case, it does let me do it and then gets confused about domain ids and uuids. -Arun