]> sourceware.org Git - lvm2.git/blob - man/pvdisplay.8.in
spacing
[lvm2.git] / man / pvdisplay.8.in
1 .TH PVDISPLAY 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2 .SH NAME
3 pvdisplay \- display attributes of a physical volume
4 .SH SYNOPSIS
5 .B pvdisplay
6 .RB [ \-c | \-\-colon ]
7 .RB [ \-d | \-\-debug ]
8 .RB [ \-h | \-? | \-\-help ]
9 .RB [ \-\-ignorelockingfailure ]
10 .RB [ \-\-maps ]
11 .RB [ \-\-nosuffix ]
12 .RB [ \-s | \-\-short ]
13 .RB [ \-\-units
14 .IR hsbkmgtHKMGT ]
15 .RB [ \-v [ v ]| \-\-verbose
16 .RB [ \-\-verbose ]]
17 .RB [ \-\-version ]
18 .RI [ PhysicalVolumePath
19 .RI [ PhysicalVolumePath ...]]
20 .br
21
22 .br
23 .B pvdisplay
24 .BR \-\-columns | \-C
25 .RB [ \-\-aligned ]
26 .RB [ \-a | \-\-all ]
27 .RB [ \-d | \-\-debug ]
28 .RB [ \-h | \-? | \-\-help ]
29 .RB [ \-\-ignorelockingfailure ]
30 .RB [ \-\-noheadings ]
31 .RB [ \-\-nosuffix ]
32 .RB [ \-o | \-\-options
33 .RI [ + ] Field [ ,Field ...]]
34 .RB [ \-O | \-\-sort
35 .RI [ + | \- ] Key1 [ , [ + | \- ] Key2 ...
36 .RI ]]
37 .RB [ \-\-separator
38 .IR Separator ]
39 .RB [ \-\-unbuffered ]
40 .RB [ \-\-units
41 .IR hHbBsSkKmMgGtTpPeE ]
42 .RB [ \-v [ v ]| \-\-verbose
43 .RB [ \-\-verbose ]]
44 .RB [ \-\-version ]
45 .RI [ PhysicalVolumePath
46 .RI [ PhysicalVolumePath ...]]
47 .SH DESCRIPTION
48 pvdisplay allows you to see the attributes of one or more physical volumes
49 like size, physical extent size, space used for the volume group descriptor
50 area and so on.
51 .P
52 \fBpvs\fP(8) is an alternative that provides the same information
53 in the style of \fBps\fP(1).
54 .SH OPTIONS
55 See \fBlvm\fP for common options and \fBpvs\fP for options given with
56 \fB\-\-columns\fP.
57 .TP
58 .BR \-c ", " \-\-colon
59 Generate colon separated output for easier parsing in scripts or programs.
60 N.B. \fBpvs\fP(8) provides considerably more control over the output.
61 .nf
62
63 The values are:
64
65 * physical volume device name
66 * volume group name
67 * physical volume size in kilobytes
68 * internal physical volume number (obsolete)
69 * physical volume status
70 * physical volume (not) allocatable
71 * current number of logical volumes on this physical volume
72 * physical extent size in kilobytes
73 * total number of physical extents
74 * free number of physical extents
75 * allocated number of physical extents
76
77 .fi
78 .TP
79 .BR \-s ", " \-\-short
80 Only display the size of the given physical volumes.
81 .TP
82 .BR \-m ", " \-\-maps
83 Display the mapping of physical extents to logical volumes and
84 logical extents.
85 .TP
86 .BR \-\-columns ", " \-C
87 Display output in columns, the equivalent of \fBpvs\fP(8). See
88 \fBpvs\fP(8) for a description of other options with this form of
89 \fBpvdisplay\fP.
90 .SH SEE ALSO
91 .BR lvm (8),
92 .BR pvcreate (8),
93 .BR lvcreate (8),
94 .BR vgcreate (8)
This page took 0.039871 seconds and 5 git commands to generate.