1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

man: show lv name for lvs

Make it more obvious that either just vg name or lv name or path could
be passed as an argument.
This commit is contained in:
Zdenek Kabelac 2014-08-14 11:09:30 +02:00
parent 7f4b1e7411
commit 630fcab420
2 changed files with 8 additions and 8 deletions

View File

@ -18,8 +18,8 @@ lvdisplay \(em display attributes of a logical volume
.IR hHbBsSkKmMgGtTpPeE ] .IR hHbBsSkKmMgGtTpPeE ]
.RB [ \-v | \-\-verbose ] .RB [ \-v | \-\-verbose ]
.RB [ \-\-version ] .RB [ \-\-version ]
.RI [ LogicalVolumePath .RI [ VolumeGroupName | LogicalVolume { Name | Path }
.RI [ LogicalVolumePath ...]] .RI [ VolumeGroupName | LogicalVolume { Name | Path }\ ...]]
.br .br
.B lvdisplay .B lvdisplay
@ -50,8 +50,8 @@ lvdisplay \(em display attributes of a logical volume
.IR hHbBsSkKmMgGtTpPeE ] .IR hHbBsSkKmMgGtTpPeE ]
.RB [ \-v | \-\-verbose ] .RB [ \-v | \-\-verbose ]
.RB [ \-\-version ] .RB [ \-\-version ]
.RI [ LogicalVolumePath .RI [ VolumeGroupName | LogicalVolume { Name | Path }
.RI [ LogicalVolumePath ...]] .RI [ VolumeGroupName | LogicalVolume { Name | Path }\ ...]]
.SH DESCRIPTION .SH DESCRIPTION
lvdisplay allows you to see the attributes of a logical volume lvdisplay allows you to see the attributes of a logical volume
like size, read/write status, snapshot information etc. like size, read/write status, snapshot information etc.
@ -111,12 +111,12 @@ logical volumes have been created for this original logical volume,
this command shows a list of all snapshot logical volumes and their this command shows a list of all snapshot logical volumes and their
status (active or inactive) as well: status (active or inactive) as well:
.sp .sp
.B lvdisplay \-v /dev/vg00/lvol2 .B lvdisplay \-v vg00/lvol2
Shows the attributes of this snapshot logical volume and also which Shows the attributes of this snapshot logical volume and also which
original logical volume it is associated with: original logical volume it is associated with:
.sp .sp
.B lvdisplay /dev/vg00/snapshot .B lvdisplay vg00/snapshot
.SH SEE ALSO .SH SEE ALSO
.BR lvm (8), .BR lvm (8),

View File

@ -32,8 +32,8 @@ lvs \(em report information about logical volumes
.RB [ \-\-unquoted ] .RB [ \-\-unquoted ]
.RB [ \-v | \-\-verbose ] .RB [ \-v | \-\-verbose ]
.RB [ \-\-version ] .RB [ \-\-version ]
.RI [ VolumeGroupName .RI [ VolumeGroupName | LogicalVolume { Name | Path }
.RI [ VolumeGroupName ...]] .RI [ VolumeGroupName | LogicalVolume { Name | Path }\ ...]]
.SH DESCRIPTION .SH DESCRIPTION
lvs produces formatted output about logical volumes. lvs produces formatted output about logical volumes.