diff --git a/tools/virsh.pod b/tools/virsh.pod index 5044c57748..761199396c 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -4232,24 +4232,34 @@ information. If the I<--uuid> option is given, the pool UUID is returned instead. -=item B [I<--pool> I] I +=item B I [I<--pool> I] Return the path for a given volume. + +I is the name or key of the volume to return the path. + I<--pool> I is the name or UUID of the storage pool the volume -is in. -I is the name or key of the volume to return the path for. +is in. If the volume name is provided instead of the key, then providing +the pool is necessary to find the volume to be uploaded into; otherwise, +the first volume found by the key will be used. =item B I Return the name for a given volume. -I is the key or path of the volume to return the name for. -=item B [I<--pool> I] I +I is the key or path of the volume to return the name. + +=item B I [I<--pool> I] Return the volume key for a given volume. + +I is the name or path of the volume to return the +volume key. + I<--pool> I is the name or UUID of the storage pool the volume -is in. I is the name or path of the volume to return the -volume key for. +is in. If the volume name is provided instead of the path, then providing +the pool is necessary to find the volume to be uploaded into; otherwise, +the first volume found by the path will be used. =item B I I [I<--pool> I] [I<--allocate>] [I<--delta>] [I<--shrink>]