mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
47 lines
1.3 KiB
Groff
47 lines
1.3 KiB
Groff
.TH PVDISPLAY 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
|
|
.SH NAME
|
|
pvdisplay \- display attributes of a physical volume
|
|
.SH SYNOPSIS
|
|
.B pvdisplay
|
|
[\-c/\-\-colon] [\-d/\-\-debug] [\-h/\-?/\-\-help] [\-s/\-\-short]
|
|
[\-v[v]/\-\-verbose [\-\-verbose]]
|
|
PhysicalVolumePath [PhysicalVolumePath...]
|
|
.SH DESCRIPTION
|
|
pvdisplay allows you to see the attributes of one or more physical volumes
|
|
like size, physical extent size, space used for the volume group descriptor
|
|
area and so on.
|
|
.SH OPTIONS
|
|
See \fBlvm\fP for common options.
|
|
.TP
|
|
.I \-c, \-\-colon
|
|
Generate colon seperated output for easier parsing in scripts or programs.
|
|
.nf
|
|
|
|
The values are:
|
|
|
|
* physical volume device name
|
|
* volume group name
|
|
* physical volume size in kilobytes
|
|
* internal physical volume number
|
|
* physical volume status
|
|
* physical volume (not) allocatable
|
|
* current number of logical volumes on this physical volume
|
|
* physical extent size in kilobytes
|
|
* total number of physical extents
|
|
* free number of physical extents
|
|
* allocated number of physical extents
|
|
|
|
.fi
|
|
.TP
|
|
.I \-s, \-\-short
|
|
Only display the size of the given physical volumes.
|
|
.TP
|
|
.I \-m, \-\-maps
|
|
Display the mapping of physical extents to logical volumes and
|
|
logical extents.
|
|
.SH SEE ALSO
|
|
.BR lvm (8),
|
|
.BR pvcreate (8),
|
|
.BR lvcreate (8),
|
|
.BR vgcreate (8)
|