]> sourceware.org Git - lvm2.git/blame - man/vgdisplay.8.in
update reworded string
[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 ]
7c638cc2 7.RB [ \-c | \-\-colon | \-s | \-\-short | \-v|\-\-verbose ]
922ce479 8.RB [ \-d | \-\-debug ]
922ce479 9.RB [ \-h | \-\-help ]
5a52dca9 10.RB [ \-\-ignorelockingfailure ]
7c638cc2 11.RB [ \-\-nosuffix ]
5a52dca9 12.RB [ \-P | \-\-partial ]
7c638cc2 13.RB [\-\-units hHbBsSkKmMgGtTpPeE]
922ce479 14.RB [ \-\-version ]
7c638cc2
DW
15.RI [VolumeGroupName [VolumeGroupName...]]
16.br
17
18.br
19.B vgdisplay \-\-columns | \-C
20.RB [ \-\-aligned ] [ \-d|\-\-debug ] [ \-h|\-?|\-\-help ]
21.RB [ \-\-ignorelockingfailure ] [ \-\-noheadings ] [ \-\-nosuffix ]
22.RB [ \-o|\-\-options [+]Field[,Field] ]
23.RB [ \-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]] ]
24.RB [ \-P|\-\-partial ]
25.RB [ \-\-separator Separator ]
26.RB [ \-\-unbuffered ]
27.RB [ \-\-units hHbBsSkKmMgGtTpPeE ]
28.RB [ \-v|\-\-verbose ]
29.RB [ \-\-version ]
30.RI [VolumeGroupName [VolumeGroupName...]]
922ce479
AK
31.SH DESCRIPTION
32.B vgdisplay
33allows you to see the attributes of
34.I VolumeGroupName
35(or all volume groups if none is given) with it's physical and logical
36volumes and their sizes etc.
d6cf4325
AK
37.P
38\fBvgs\fP (8) is an alternative that provides the same information
39in the style of \fBps\fP (1).
922ce479 40.SH OPTIONS
7c638cc2
DW
41See \fBlvm\fP for common options and \fBvgs\fP for options given with
42\fB\-\-columns\fP.
922ce479
AK
43.TP
44.BR \-A ", " \-\-activevolumegroups
45Only select the active volume groups.
46.TP
47.BR \-c ", " \-\-colon
685d88b2 48Generate colon separated output for easier parsing in scripts or programs.
d6cf4325 49N.B. \fBvgs\fP (8) provides considerably more control over the output.
922ce479
AK
50.nf
51
52The values are:
53
541 volume group name
552 volume group access
563 volume group status
574 internal volume group number
585 maximum number of logical volumes
596 current number of logical volumes
607 open count of all logical volumes in this volume group
618 maximum logical volume size
629 maximum number of physical volumes
6310 current number of physical volumes
6411 actual number of physical volumes
6512 size of volume group in kilobytes
6613 physical extent size
6714 total number of physical extents for this volume group
6815 allocated number of physical extents for this volume group
6916 free number of physical extents for this volume group
7017 uuid of volume group
71
72.fi
73.TP
922ce479
AK
74.BR \-s ", " \-\-short
75Give a short listing showing the existence of volume groups.
76.TP
77.BR \-v ", " \-\-verbose
78Display verbose information containing long listings of physical
79and logical volumes. If given twice, also display verbose runtime
80information of vgdisplay's activities.
81.TP
82.BR \-\-version
83Display version and exit successfully.
7c638cc2
DW
84.TP
85.BR \-\-columns | \-C
86Display output in columns, the equivalent of \fBvgs\fP. Options listed
87are the same as options given in \fPvgs (8)\fP.
922ce479
AK
88.SH SEE ALSO
89.BR lvm (8),
d6cf4325 90.BR vgs (8),
922ce479
AK
91.BR pvcreate (8),
92.BR vgcreate (8),
93.BR lvcreate (8)
This page took 0.195144 seconds and 5 git commands to generate.