|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] bug report of xm list and xm vcpu-list
On Thu, Dec 22, 2005 at 06:31:39PM +0900, Yoshinori Katase wrote:
> Hi,
>
> Xm list and xm vcpu-list show wrong DomID(name).
> Under this situation,
> # xm list
> Name ID Mem(MiB) VCPUs State Time(s)
> Domain-0 0 512 1 r----- 1064.6
> test1 13 64 1 r----- 83879.7
>
> # xm list 1 13
> Error: Domain '1' not found when running 'xm list'
> # xm list 13 15
> Error: Domain '13' not found when running 'xm list'
>
> An error message shows always the first one of given DomIDs,
> when xm list is given unexistant DomIDs.
> This is serious, when many domains are running.
This is a problem with the exception reporting from Xend (the daemon) to xm
(the client tool). The exception does not carry enough information to allow
xm to diagnose the problem correctly. Please feel free to fix this (no-one
else is working on it at the moment).
Ewan.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|