mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
da545ce3b4
The --binary option, if used, causes all the binary values reported in reporting commands to be displayed as "0" or "1" instead of descriptive literal values (value "unknown" is still used for values that could not be determined). Also, add report/binary_values_as_numeric lvm.conf option with the same functionality as the --binary option (the --binary option prevails if both --binary cmd option and report/binary_values_as_numeric lvm.conf option is used at the same time). The report/binary_values_as_numeric is also profilable. This makes it easier to use and check lvm reporting command output in scripts.
103 lines
2.6 KiB
Groff
103 lines
2.6 KiB
Groff
.TH PVDISPLAY 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
|
|
.SH NAME
|
|
pvdisplay \- display attributes of a physical volume
|
|
.SH SYNOPSIS
|
|
.B pvdisplay
|
|
.RB [ \-c | \-\-colon ]
|
|
.RB [ \-\-commandprofile
|
|
.IR ProfileName ]
|
|
.RB [ \-d | \-\-debug ]
|
|
.RB [ \-h | \-? | \-\-help ]
|
|
.RB [ \-\-ignorelockingfailure ]
|
|
.RB [ \-\-ignoreskippedcluster ]
|
|
.RB [ \-\-maps ]
|
|
.RB [ \-\-nosuffix ]
|
|
.RB [ \-s | \-\-short ]
|
|
.RB [ \-\-units
|
|
.IR hsbkmgtHKMGT ]
|
|
.RB [ \-v [ v ]| \-\-verbose
|
|
.RB [ \-\-verbose ]]
|
|
.RB [ \-\-version ]
|
|
.RI [ PhysicalVolumePath
|
|
.RI [ PhysicalVolumePath ...]]
|
|
.br
|
|
|
|
.br
|
|
.B pvdisplay
|
|
.BR \-C | \-\-columns
|
|
.RB [ \-\-aligned ]
|
|
.RB [ \-\-binary ]
|
|
.RB [ \-a | \-\-all ]
|
|
.RB [ \-\-commandprofile
|
|
.IR ProfileName ]
|
|
.RB [ \-d | \-\-debug ]
|
|
.RB [ \-h | \-? | \-\-help ]
|
|
.RB [ \-\-ignorelockingfailure ]
|
|
.RB [ \-\-noheadings ]
|
|
.RB [ \-\-nosuffix ]
|
|
.RB [ \-o | \-\-options
|
|
.RI [ + ] Field [ ,Field ...]]
|
|
.RB [ \-O | \-\-sort
|
|
.RI [ + | \- ] Key1 [ , [ + | \- ] Key2 ...
|
|
.RI ]]
|
|
.RB [ \-S | \-\-select
|
|
.IR Selection ]
|
|
.RB [ \-\-separator
|
|
.IR Separator ]
|
|
.RB [ \-\-unbuffered ]
|
|
.RB [ \-\-units
|
|
.IR hHbBsSkKmMgGtTpPeE ]
|
|
.RB [ \-v [ v ]| \-\-verbose
|
|
.RB [ \-\-verbose ]]
|
|
.RB [ \-\-version ]
|
|
.RI [ PhysicalVolumePath
|
|
.RI [ 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(8) for common options.
|
|
.TP
|
|
.BR \-C ", " \-\-columns
|
|
Display output in columns, the equivalent of \fBpvs\fP(8). See
|
|
\fBpvs\fP(8) for a description of other options with this form of
|
|
\fBpvdisplay\fP.
|
|
.TP
|
|
.BR \-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:
|
|
|
|
\(bu physical volume device name
|
|
\(bu volume group name
|
|
\(bu physical volume size in sectors
|
|
\(bu internal physical volume number (obsolete)
|
|
\(bu physical volume status
|
|
\(bu physical volume (not) allocatable
|
|
\(bu current number of logical volumes on this physical volume
|
|
\(bu physical extent size in kilobytes
|
|
\(bu total number of physical extents
|
|
\(bu free number of physical extents
|
|
\(bu allocated number of physical extents
|
|
|
|
.fi
|
|
.TP
|
|
.BR \-s ", " \-\-short
|
|
Only display the size of the given physical volumes.
|
|
.TP
|
|
.BR \-m ", " \-\-maps
|
|
Display the mapping of physical extents to logical volumes and
|
|
logical extents.
|
|
.SH SEE ALSO
|
|
.BR lvm (8),
|
|
.BR pvs (8),
|
|
.BR pvcreate (8),
|
|
.BR lvcreate (8),
|
|
.BR vgcreate (8)
|