1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 07:59:00 +00:00

virsh: Clarify behavior of domain list filtering.

Some combinations of filtering flags produce no result. This patch tries
to clarify this.
This commit is contained in:
Peter Krempa 2012-09-17 10:57:41 +02:00
parent 4ed43d62f1
commit 60b0284f24

View File

@ -395,10 +395,11 @@ into s3 state.
Normally only active domains are listed. To list inactive domains specify Normally only active domains are listed. To list inactive domains specify
I<--inactive> or I<--all> to list both active and inactive domains. I<--inactive> or I<--all> to list both active and inactive domains.
To filter the list of domains present on the hypervisor you may specify one or To further filter the list of domains you may specify one or more of filtering
more of filtering flags supported by the B<list> command. These flags are flags supported by the B<list> command. These flags are grouped by function.
grouped by function. Specifying one or more flags from a group enables the Specifying one or more flags from a group enables the filter group. Note that
filter group. Supported filtering flags and groups: some combinations of flags may yield no results. Supported filtering flags and
groups:
=over 4 =over 4