[libvirt] [PATCH 10/50] virsh: Fix the wrong doc for pool-list

Osier Yang jyang at redhat.com
Thu Jul 19 16:40:41 UTC 2012


The storage pool's management doesn't relate with a domain, it
probably was a intention, but not achieved yet. And the fact
is only active pools are listed by default.
---
 tools/virsh.pod |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index 4bddf15..f79c945 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -2156,11 +2156,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>
 
-- 
1.7.7.3




More information about the libvir-list mailing list