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

2012-09-05 Thread Eric Blake
On 09/04/2012 09:16 AM, Osier Yang wrote:
> 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 |9 -
>  1 files changed, 4 insertions(+), 5 deletions(-)

ACK.

-- 
Eric Blake   ebl...@redhat.com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

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

2012-09-04 Thread Osier Yang
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 |9 -
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index a26c420..98ed4b0 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -2187,11 +2187,10 @@ Returns basic information about the I object.
 
 =item B [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 I
 
-- 
1.7.7.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list