mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
virsh: Clean up man page formatting for vol-list and vol-pool
Make the output more readable. Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
216efc893f
commit
031ef3d8b0
@ -4216,16 +4216,21 @@ have different physical and allocation values.
|
||||
=item B<vol-list> [I<--pool> I<pool-or-uuid>] [I<--details>]
|
||||
|
||||
Return the list of volumes in the given storage pool.
|
||||
|
||||
I<--pool> I<pool-or-uuid> 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<vol-pool> [I<--uuid>] I<vol-key-or-path>
|
||||
=item B<vol-pool> I<vol-key-or-path> [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<vol-key-or-path> 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<vol-path> [I<--pool> I<pool-or-uuid>] I<vol-name-or-key>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user