1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

build: make generate

This commit is contained in:
Marian Csontos 2019-06-15 08:30:04 +02:00
parent 9f5e46965b
commit b4ff865b44
7 changed files with 52 additions and 47 deletions

View File

@ -201,9 +201,34 @@ devices {
multipath_component_detection = 1 multipath_component_detection = 1
# Configuration option devices/md_component_detection. # Configuration option devices/md_component_detection.
# Ignore devices that are components of software RAID (md) devices. # Enable detection and exclusion of MD component devices.
# An MD component device is a block device that MD uses as part
# of a software RAID virtual device. When an LVM PV is created
# on an MD device, LVM must only use the top level MD device as
# the PV, and should ignore the underlying component devices.
# In cases where the MD superblock is located at the end of the
# component devices, it is more difficult for LVM to consistently
# identify an MD component, see the md_component_checks setting.
md_component_detection = 1 md_component_detection = 1
# Configuration option devices/md_component_checks.
# The checks LVM should use to detect MD component devices.
# MD component devices are block devices used by MD software RAID.
#
# Accepted values:
# auto
# LVM will skip scanning the end of devices when it has other
# indications that the device is not an MD component.
# start
# LVM will only scan the start of devices for MD superblocks.
# This does not incur extra I/O by LVM.
# full
# LVM will scan the start and end of devices for MD superblocks.
# This requires an extra read at the end of devices.
#
# This configuration option has an automatic default value.
# md_component_checks = "auto"
# Configuration option devices/fw_raid_component_detection. # Configuration option devices/fw_raid_component_detection.
# Ignore devices that are components of firmware RAID devices. # Ignore devices that are components of firmware RAID devices.
# LVM must use an external_device_info_source other than none for this # LVM must use an external_device_info_source other than none for this

View File

@ -92,10 +92,6 @@ if information changes between commands.
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--trustcache\fP ]
.ad b
.br
.ad l
[ \fB--unbuffered\fP ] [ \fB--unbuffered\fP ]
.ad b .ad b
.br .br
@ -406,12 +402,6 @@ back metadata it believes has changed but hasn't.
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--trustcache\fP
.br
Avoids certain device scanning during command processing. Do not use.
.ad b
.HP
.ad l
\fB--unbuffered\fP \fB--unbuffered\fP
.br .br
Produce output immediately without sorting or aligning the columns properly. Produce output immediately without sorting or aligning the columns properly.

View File

@ -96,10 +96,6 @@ lvs produces formatted output about LVs.
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--trustcache\fP ]
.ad b
.br
.ad l
[ \fB--unbuffered\fP ] [ \fB--unbuffered\fP ]
.ad b .ad b
.br .br
@ -427,12 +423,6 @@ back metadata it believes has changed but hasn't.
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--trustcache\fP
.br
Avoids certain device scanning during command processing. Do not use.
.ad b
.HP
.ad l
\fB--unbuffered\fP \fB--unbuffered\fP
.br .br
Produce output immediately without sorting or aligning the columns properly. Produce output immediately without sorting or aligning the columns properly.

View File

@ -16,7 +16,7 @@ others are optional.
Change properties of all PVs. Change properties of all PVs.
.br .br
.P .P
\fBpvchange\fP \fBpvchange\fP \fB-a\fP|\fB--all\fP
.RS 4 .RS 4
( \fB-x\fP|\fB--allocatable\fP \fBy\fP|\fBn\fP, ( \fB-x\fP|\fB--allocatable\fP \fBy\fP|\fBn\fP,
.ad b .ad b
@ -25,10 +25,6 @@ Change properties of all PVs.
\fB-u\fP|\fB--uuid\fP, \fB-u\fP|\fB--uuid\fP,
.ad b .ad b
.br .br
.ad l
\fB-a\fP|\fB--all\fP,
.ad b
.br
.ad l .ad l
\fB--addtag\fP \fITag\fP, \fB--addtag\fP \fITag\fP,
.ad b .ad b

View File

@ -92,10 +92,6 @@ pvs produces formatted output about PVs.
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--trustcache\fP ]
.ad b
.br
.ad l
[ \fB--unbuffered\fP ] [ \fB--unbuffered\fP ]
.ad b .ad b
.br .br
@ -416,12 +412,6 @@ back metadata it believes has changed but hasn't.
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--trustcache\fP
.br
Avoids certain device scanning during command processing. Do not use.
.ad b
.HP
.ad l
\fB--unbuffered\fP \fB--unbuffered\fP
.br .br
Produce output immediately without sorting or aligning the columns properly. Produce output immediately without sorting or aligning the columns properly.

View File

@ -3,7 +3,7 @@
vgck - Check the consistency of volume group(s) vgck - Check the consistency of volume group(s)
. .
.SH SYNOPSIS .SH SYNOPSIS
\fBvgck\fP \fBvgck\fP \fIoption_args\fP \fIposition_args\fP
.br .br
[ \fIoption_args\fP ] [ \fIoption_args\fP ]
.br .br
@ -12,6 +12,9 @@ vgck - Check the consistency of volume group(s)
.SH DESCRIPTION .SH DESCRIPTION
vgck checks LVM metadata for consistency. vgck checks LVM metadata for consistency.
.SH USAGE .SH USAGE
Read and display information about a VG.
.br
.P
\fBvgck\fP \fBvgck\fP
.br .br
.RS 4 .RS 4
@ -26,6 +29,21 @@ vgck checks LVM metadata for consistency.
[ \fIVG\fP|\fITag\fP ... ] [ \fIVG\fP|\fITag\fP ... ]
.RE .RE
Rewrite VG metadata to correct problems.
.br
.P
\fBvgck\fP \fB--updatemetadata\fP \fIVG\fP
.br
.RS 4
[ COMMON_OPTIONS ]
.RE
.br
Common options for command:
.
.RS 4
.RE
Common options for lvm: Common options for lvm:
. .
.RS 4 .RS 4
@ -178,6 +196,12 @@ back metadata it believes has changed but hasn't.
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--updatemetadata\fP
.br
Update VG metadata to correct problems.
.ad b
.HP
.ad l
\fB-v\fP|\fB--verbose\fP ... \fB-v\fP|\fB--verbose\fP ...
.br .br
Set verbose level. Repeat from 1 to 4 times to increase the detail Set verbose level. Repeat from 1 to 4 times to increase the detail

View File

@ -88,10 +88,6 @@ vgs produces formatted output about VGs.
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--trustcache\fP ]
.ad b
.br
.ad l
[ \fB--unbuffered\fP ] [ \fB--unbuffered\fP ]
.ad b .ad b
.br .br
@ -403,12 +399,6 @@ back metadata it believes has changed but hasn't.
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--trustcache\fP
.br
Avoids certain device scanning during command processing. Do not use.
.ad b
.HP
.ad l
\fB--unbuffered\fP \fB--unbuffered\fP
.br .br
Produce output immediately without sorting or aligning the columns properly. Produce output immediately without sorting or aligning the columns properly.