summaryrefslogtreecommitdiff
path: root/man/pvdisplay.8.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-10-08 12:50:13 +0000
committerAlasdair Kergon <agk@redhat.com>2008-10-08 12:50:13 +0000
commit5951ef331af40743f368401afc091467513e3a07 (patch)
tree99cf242f24fb629e50ecca8551ed10f9aaef18dd /man/pvdisplay.8.in
parent68f2de6d4ae2bccc596a97b020c253186110ed36 (diff)
downloadlvm2-5951ef331af40743f368401afc091467513e3a07.tar.gz
Generate man pages from templates and include version. (romster)
Diffstat (limited to 'man/pvdisplay.8.in')
-rw-r--r--man/pvdisplay.8.in50
1 files changed, 50 insertions, 0 deletions
diff --git a/man/pvdisplay.8.in b/man/pvdisplay.8.in
new file mode 100644
index 000000000..ae009b310
--- /dev/null
+++ b/man/pvdisplay.8.in
@@ -0,0 +1,50 @@
+.TH PVDISPLAY 8 "LVM TOOLS #VERSION#" "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.
+.P
+\fBpvs\fP (8) is an alternative that provides the same information
+in the style of \fBps\fP (1).
+.SH OPTIONS
+See \fBlvm\fP for common options.
+.TP
+.I \-c, \-\-colon
+Generate colon separated output for easier parsing in scripts or programs.
+N.B. \fBpvs\fP (8) provides considerably more control over the output.
+.nf
+
+The values are:
+
+* physical volume device name
+* volume group name
+* physical volume size in kilobytes
+* internal physical volume number (obsolete)
+* 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)