]> sourceware.org Git - lvm2.git/blame - man/vgdisplay.8.in
Refer to details of snapshot of raid problem.
[lvm2.git] / man / vgdisplay.8.in
CommitLineData
5951ef33 1.TH VGDISPLAY 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
922ce479
AK
2.SH NAME
3vgdisplay \- display attributes of volume groups
4.SH SYNOPSIS
5.B vgdisplay
6.RB [ \-A | \-\-activevolumegroups ]
c63b155d
ZK
7.RB [ \-c | \-\-colon ]
8.RB [ \-s | \-\-short ]
9.RB [ \-v | \-\-verbose ]
922ce479 10.RB [ \-d | \-\-debug ]
922ce479 11.RB [ \-h | \-\-help ]
5a52dca9 12.RB [ \-\-ignorelockingfailure ]
7c638cc2 13.RB [ \-\-nosuffix ]
5a52dca9 14.RB [ \-P | \-\-partial ]
c63b155d
ZK
15.RB [ \-\-units
16.IR hHbBsSkKmMgGtTpPeE ]
922ce479 17.RB [ \-\-version ]
c63b155d
ZK
18.RI [ VolumeGroupName
19.RI [ VolumeGroupName ...]]
7c638cc2
DW
20.br
21
22.br
c63b155d
ZK
23.B vgdisplay
24.BR \-\-columns | \-C
25.RB [ \-\-aligned ]
26.RB [ \-d | \-\-debug ]
27.RB [ \-h | \-? | \-\-help ]
28.RB [ \-\-ignorelockingfailure ]
29.RB [ \-\-noheadings ]
30.RB [ \-\-nosuffix ]
31.RB [ \-o|\-\-options
32.RI [ + ] Field1 [ ,Field2 ...]]
33.RB [ \-O | \-\-sort
34.RI [ + | - ] Key1 [ , [ + | - ] Key2 ...]]
35.RB [ \-P | \-\-partial ]
36.RB [ \-\-separator
37.IR Separator ]
7c638cc2 38.RB [ \-\-unbuffered ]
c63b155d
ZK
39.RB [ \-\-units
40.IR hHbBsSkKmMgGtTpPeE ]
41.RB [ \-v | \-\-verbose ]
7c638cc2 42.RB [ \-\-version ]
c63b155d
ZK
43.RI [ VolumeGroupName
44.RI [ VolumeGroupName ...]]
922ce479 45.SH DESCRIPTION
c63b155d 46vgdisplay allows you to see the attributes of
922ce479
AK
47.I VolumeGroupName
48(or all volume groups if none is given) with it's physical and logical
49volumes and their sizes etc.
d6cf4325 50.P
c63b155d
ZK
51\fBvgs\fP(8) is an alternative that provides the same information
52in the style of \fBps\fP(1).
922ce479 53.SH OPTIONS
c63b155d 54See \fBlvm\fP(8) for common options and \fBvgs\fP(8) for options given with
7c638cc2 55\fB\-\-columns\fP.
922ce479
AK
56.TP
57.BR \-A ", " \-\-activevolumegroups
58Only select the active volume groups.
59.TP
60.BR \-c ", " \-\-colon
685d88b2 61Generate colon separated output for easier parsing in scripts or programs.
c63b155d 62N.B. \fBvgs\fP(8) provides considerably more control over the output.
922ce479
AK
63.nf
64
65The values are:
66
671 volume group name
682 volume group access
693 volume group status
704 internal volume group number
715 maximum number of logical volumes
726 current number of logical volumes
737 open count of all logical volumes in this volume group
748 maximum logical volume size
759 maximum number of physical volumes
7610 current number of physical volumes
7711 actual number of physical volumes
7812 size of volume group in kilobytes
7913 physical extent size
8014 total number of physical extents for this volume group
8115 allocated number of physical extents for this volume group
8216 free number of physical extents for this volume group
8317 uuid of volume group
84
85.fi
86.TP
922ce479
AK
87.BR \-s ", " \-\-short
88Give a short listing showing the existence of volume groups.
89.TP
90.BR \-v ", " \-\-verbose
91Display verbose information containing long listings of physical
92and logical volumes. If given twice, also display verbose runtime
93information of vgdisplay's activities.
94.TP
c63b155d 95.B \-\-version
922ce479 96Display version and exit successfully.
7c638cc2
DW
97.TP
98.BR \-\-columns | \-C
c63b155d
ZK
99Display output in columns, the equivalent of \fBvgs\fP(8).
100Options listed are the same as options given in \fPvgs\fP(8).
922ce479
AK
101.SH SEE ALSO
102.BR lvm (8),
d6cf4325 103.BR vgs (8),
922ce479
AK
104.BR pvcreate (8),
105.BR vgcreate (8),
106.BR lvcreate (8)
This page took 0.083793 seconds and 5 git commands to generate.