]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
virsh: Fix the wrong doc for pool-list
authorOsier Yang <jyang@redhat.com>
Tue, 4 Sep 2012 15:16:30 +0000 (23:16 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 6 Sep 2012 14:04:56 +0000 (22:04 +0800)
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.

tools/virsh.pod

index dca528823878bb5c2d960372cc31a649e12e4aa5..3c50790f5418d19712abf8f2f08ffe0403f1d9d6 100644 (file)
@@ -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>