From 031ef3d8b077fca5c20160eb07bec2d64dd8d5f6 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Mon, 12 Mar 2018 16:12:25 -0400 Subject: [PATCH] virsh: Clean up man page formatting for vol-list and vol-pool Make the output more readable. Signed-off-by: John Ferlan --- tools/virsh.pod | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index caaa62b840..5044c57748 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -4216,16 +4216,21 @@ have different physical and allocation values. =item B [I<--pool> I] [I<--details>] Return the list of volumes in the given storage pool. + I<--pool> I is the name or UUID of the storage pool. + The I<--details> option instructs virsh to additionally display volume type and capacity related information where available. -=item B [I<--uuid>] I +=item B I [I<--uuid>] Return the pool name or UUID for a given volume. By default, the pool name is -returned. If the I<--uuid> option is given, the pool UUID is returned instead. +returned. + I is the key or path of the volume to return the pool -information for. +information. + +If the I<--uuid> option is given, the pool UUID is returned instead. =item B [I<--pool> I] I -- 2.47.2