http://bugzilla.novell.com/show_bug.cgi?id=579832 http://bugzilla.novell.com/show_bug.cgi?id=579832#c4 Torsten Hallmann <torsten.hallmann@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #4 from Torsten Hallmann <torsten.hallmann@novell.com> 2010-02-28 09:25:09 UTC --- Then this is a documentation issue. Cause there is no information available for that option --all wihtin the first place documentation. See examples below: testing:~ # virsh --help [...] list list domains testing:~ # virsh list --help error: command 'list' doesn't support option --help testing:~ # man virsh [...] list Prints information about one or more domains. If no domains are specified it prints out information about all domains. An example format for the list is as follows: virsh list Id Name State ---------------------------------- 0 Domain-0 running 2 fedora paused Name is the name of the domain. ID the domain numeric id. State is the run state (see below). After getting your hint, I was able to find a reference in: /usr/share/doc/packages/libvirt/ChangeLog Line 4132 But that is not directly describing the function behind --all: 2009-07-24 Eduardo Otubo <otubo@linux.vnet.ibm.com> First version of the Power Hypervisor driver Features supported: - Connects to HMC/VIOS or IVM systems. - Life cycle commands (resume and shutdown). - dumpxml - 'list' and 'list --all' So I would like to encourage you to document it in the manpage or enable the "virsh list --help". -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.