diff options
author | Osier Yang <jyang@redhat.com> | 2012-09-04 23:16:30 +0800 |
---|---|---|
committer | Osier Yang <jyang@redhat.com> | 2012-09-06 22:04:56 +0800 |
commit | 974a63305e4aa1fb115b98471b0587dad454df18 (patch) | |
tree | 2fd3353288e65c8c3c9507bf93d7dde2d4660dbb /tools | |
parent | list: Add helper to convert strings separated by ', ' to array (diff) | |
download | libvirt-974a63305e4aa1fb115b98471b0587dad454df18.tar.gz libvirt-974a63305e4aa1fb115b98471b0587dad454df18.tar.bz2 libvirt-974a63305e4aa1fb115b98471b0587dad454df18.zip |
virsh: Fix the wrong doc for pool-list
The storage pool's management doesn't relate with a domain, it
probably was an intention, but not achieved yet. And the fact
is only active pools are listed by default.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/virsh.pod | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/virsh.pod b/tools/virsh.pod index dca528823..3c50790f5 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -2188,11 +2188,10 @@ Returns basic information about the I<pool> object. =item B<pool-list> [I<--inactive> | I<--all>] [I<--details>] -List pool objects known to libvirt. By default, only pools in use by -active domains are listed; I<--inactive> lists just the inactive -pools, and I<--all> lists all pools. The I<--details> option instructs -virsh to additionally display pool persistence and capacity related -information where available. +List pool objects known to libvirt. By default, only active pools +are listed; I<--inactive> lists just the inactive pools, and I<--all> +lists all pools. The I<--details> option instructs virsh to additionally +display pool persistence and capacity related information where available. =item B<pool-name> I<uuid> |