I see that "xl list" shows a domain waiting idly for console input as "r", whereas "xm list" shows the same domain as "b". I also see that the State field for "xl list" contains only three characters (e.g. "r--"), whereas "xm list" shows six (e.g. "-b----"). Is this expected/intended (e.g. "r" in xm list means "running" and in xl list it means "runnable:), or is it a bug? For intended differences between xm and xl, is there any documentation? Thanks, Dan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Fitzhardinge
2010-Aug-02 06:33 UTC
Re: [Xen-devel] xm list vs. xl list: more differences?
On 08/01/2010 09:07 AM, Dan Magenheimer wrote:> I see that "xl list" shows a domain waiting idly for console > input as "r", whereas "xm list" shows the same domain as "b". > I also see that the State field for "xl list" contains only > three characters (e.g. "r--"), whereas "xm list" shows six > (e.g. "-b----"). > > Is this expected/intended (e.g. "r" in xm list means "running" > and in xl list it means "runnable:), or is it a bug?I think its a bug. Its very useful to be able to tell whether any vcpu in a domain is running or runnable at a glance. J _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Sun, 2010-08-01 at 17:07 +0100, Dan Magenheimer wrote:> I see that "xl list" shows a domain waiting idly for console > input as "r", whereas "xm list" shows the same domain as "b". > I also see that the State field for "xl list" contains only > three characters (e.g. "r--"), whereas "xm list" shows six > (e.g. "-b----"). > > Is this expected/intended (e.g. "r" in xm list means "running" > and in xl list it means "runnable:), or is it a bug?Take a look at this commit in xen-unstable.hg, I think it makes "xl list" and "xm list" the same: changeset: 21849:1c1b02487b57 user: Ian Campbell <ian.campbell@citrix.com> date: Fri Jul 23 17:39:32 2010 +0100 summary: libxl/xl: correctly report domain state. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Dan Magenheimer
2010-Aug-02 12:33 UTC
RE: [Xen-devel] xm list vs. xl list: more differences?
> From: Ian Campbell [mailto:Ian.Campbell@citrix.com] > Sent: Monday, August 02, 2010 1:16 AM > To: Dan Magenheimer > Cc: xen-devel@lists.xensource.com > Subject: Re: [Xen-devel] xm list vs. xl list: more differences? > > On Sun, 2010-08-01 at 17:07 +0100, Dan Magenheimer wrote: > > I see that "xl list" shows a domain waiting idly for console > > input as "r", whereas "xm list" shows the same domain as "b". > > I also see that the State field for "xl list" contains only > > three characters (e.g. "r--"), whereas "xm list" shows six > > (e.g. "-b----"). > > > > Is this expected/intended (e.g. "r" in xm list means "running" > > and in xl list it means "runnable:), or is it a bug? > > Take a look at this commit in xen-unstable.hg, I think it makes "xl > list" and "xm list" the same: > > changeset: 21849:1c1b02487b57 > user: Ian Campbell <ian.campbell@citrix.com> > date: Fri Jul 23 17:39:32 2010 +0100 > summary: libxl/xl: correctly report domain state.OK, thanks. My test bits are older than that. Sorry for the noise. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Possibly Parallel Threads
- libxenlight and xl: missing features
- [PATCH] Add vncviewer xm compatibility options the 'xl create' command
- PCI Passthrough question (xm->xl migration in Xen 4.2.2)
- [PATCH] xen-tmem-list-parse: fix ugly parse output
- How to use xl (in place of xm) with libvirt 1.0.2 and Xen 4.2.1 in Ubuntu 13.04?