From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: xend issues Date: Wed, 15 Jun 2005 13:43:09 -0700 Message-ID: <42B092DD.9050009@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: 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 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. -Arun # xm list --long (domain (id 0) (name Domain-0) (memory 245) (uuid 7a8af663-b55c-46cf-bd24-dc65e3e17a83) (maxmem -4) (state r----) (cpu 0) (cpu_time 51.166374782) (vcpus 1) (cpumap (-1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0)) (vcpu_to_cpu 0) ) (domain (id 1) (name ExampleVMXDomain) (memory 0) (uuid ad91cc37-0fb6-4c20-a01c-f38fedb7aafc) (maxmem 131204) (state -----) (cpu 0) (cpu_time 22.537481777) (vcpus 1) (cpumap (-1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0)) (vcpu_to_cpu 0) (up_time 4798.9793551) (start_time 1118863256.58) (console (status closed) (id 0) (domain 1) (local_port 0) (remote_port 0) (console_port 9601) ) (devices (console (status closed) (id 0) (domain 1) (local_port 0) (remote_port 0) (console_port 9601) ) ) (config (vm (name ExampleVMXDomain) (memory 128) (image (vmx (kernel /usr/lib/xen/boot/vmxloader) (root '/dev/hda1 ro') (args 'VNC_VIEWER=143.183.130.223:5501 acpi=off console=ttyS0 1' ) (vcpus 1) ) ) (memmap /etc/xen/mem-map.sxp) (device_model /usr/bin/device-model) (device_config /etc/xen/xmexample.vmx) ) ) ) (domain (id 1) (name ExampleVMXDomain) (memory 0) (uuid ad91cc37-0fb6-4c20-a01c-f38fedb7aafc) (maxmem 131204) (state -----) (cpu 0) (cpu_time 22.537481777) (vcpus 1) (cpumap (-1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0)) (vcpu_to_cpu 0) (up_time 4799.01007318) (start_time 1118863256.58) (console (status closed) (id 0) (domain 1) (local_port 0) (remote_port 0) (console_port 9601) ) (devices (console (status closed) (id 0) (domain 1) (local_port 0) (remote_port 0) (console_port 9601) ) ) (config (vm (name ExampleVMXDomain) (memory 128) (image (vmx (kernel /usr/lib/xen/boot/vmxloader) (root '/dev/hda1 ro') (args 'VNC_VIEWER=143.183.130.223:5501 acpi=off console=ttyS01' ) (vcpus 1) ) ) (memmap /etc/xen/mem-map.sxp) (device_model /usr/bin/device-model) (device_config /etc/xen/xmexample.vmx) ) ) )