From: Arun Sharma <arun.sharma@intel.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: xend issues
Date: Wed, 15 Jun 2005 13:43:09 -0700 [thread overview]
Message-ID: <42B092DD.9050009@intel.com> (raw)
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)
)
)
)
next reply other threads:[~2005-06-15 20:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-15 20:43 Arun Sharma [this message]
2005-06-15 20:46 ` xend issues Arun Sharma
2005-06-17 14:08 ` Mike Wray
-- strict thread matches above, loose matches on Subject: below --
2005-06-16 0:18 Leendert van Doorn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42B092DD.9050009@intel.com \
--to=arun.sharma@intel.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.