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

build: make generate

This commit is contained in:
Marian Csontos 2018-10-10 08:31:55 +02:00
parent 5c36ad06a1
commit 6e12a33292
8 changed files with 4097 additions and 537 deletions

View File

@ -44,6 +44,10 @@ lvchange - Change the attributes of logical volume(s)
\fB--commandprofile\fP \fIString\fP
.ad b
.br
.ad l
\fB--compression\fP \fBy\fP|\fBn\fP
.ad b
.br
.ad l
\fB--config\fP \fIString\fP
.ad b
@ -56,6 +60,10 @@ lvchange - Change the attributes of logical volume(s)
\fB-d\fP|\fB--debug\fP
.ad b
.br
.ad l
\fB--deduplication\fP \fBy\fP|\fBn\fP
.ad b
.br
.ad l
\fB--deltag\fP \fITag\fP
.ad b
@ -164,6 +172,10 @@ lvchange - Change the attributes of logical volume(s)
\fB-r\fP|\fB--readahead\fP \fBauto\fP|\fBnone\fP|\fINumber\fP
.ad b
.br
.ad l
\fB--readonly\fP
.ad b
.br
.ad l
\fB--rebuild\fP \fIPV\fP
.ad b
@ -271,6 +283,14 @@ required, after which the others are optional.
\fB--alloc\fP \fBcontiguous\fP|\fBcling\fP|\fBcling_by_tags\fP|\fBnormal\fP|\fBanywhere\fP|\fBinherit\fP,
.ad b
.br
.ad l
\fB--compression\fP \fBy\fP|\fBn\fP,
.ad b
.br
.ad l
\fB--deduplication\fP \fBy\fP|\fBn\fP,
.ad b
.br
.ad l
\fB--detachprofile\fP,
.ad b
@ -411,6 +431,10 @@ Activate or deactivate an LV.
[ \fB--sysinit\fP ]
.ad b
.br
.ad l
[ \fB--readonly\fP ]
.ad b
.br
[ COMMON_OPTIONS ]
.RE
.br
@ -703,6 +727,13 @@ See \fBlvm.conf\fP(5) for more information about profiles.
.ad b
.HP
.ad l
\fB--compression\fP \fBy\fP|\fBn\fP
.br
Controls whether compression is enabled or disable for VDO volume.
See \fBlvmvdo\fP(7) for more information about VDO usage.
.ad b
.HP
.ad l
\fB--config\fP \fIString\fP
.br
Config settings for the command. These override lvm.conf settings.
@ -729,6 +760,13 @@ messages sent to the log file and/or syslog (if configured).
.ad b
.HP
.ad l
\fB--deduplication\fP \fBy\fP|\fBn\fP
.br
Controls whether deduplication is enabled or disable for VDO volume.
See \fBlvmvdo\fP(7) for more information about VDO usage.
.ad b
.HP
.ad l
\fB--deltag\fP \fITag\fP
.br
Deletes a tag from a PV, VG or LV. This option can be repeated to delete
@ -940,6 +978,20 @@ a suitable value automatically.
.ad b
.HP
.ad l
\fB--readonly\fP
.br
Run the command in a special read-only mode which will read on-disk
metadata without needing to take any locks. This can be used to peek
inside metadata used by a virtual machine image while the virtual
machine is running.
It can also be used to peek inside the metadata of clustered VGs
when clustered locking is not configured or running. No attempt
will be made to communicate with the device-mapper kernel driver, so
this option is unable to report whether or not LVs are
actually in use.
.ad b
.HP
.ad l
\fB--rebuild\fP \fIPV\fP
.br
Selects a PV to rebuild in a raid LV. Multiple PVs can be rebuilt by
@ -1027,7 +1079,6 @@ available. As such, some functionality needs to be disabled and this option
acts as a shortcut which selects an appropriate set of options. Currently,
this is equivalent to using --ignorelockingfailure, --ignoremonitoring,
--poll n, and setting env var LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES.
When used in conjunction with lvmetad enabled and running,
vgchange/lvchange skip autoactivation, and defer to pvscan autoactivation.
.ad b
.HP

View File

@ -50,6 +50,10 @@ lvconvert - Change logical volume layout
\fB--commandprofile\fP \fIString\fP
.ad b
.br
.ad l
\fB--compression\fP \fBy\fP|\fBn\fP
.ad b
.br
.ad l
\fB--config\fP \fIString\fP
.ad b
@ -58,6 +62,10 @@ lvconvert - Change logical volume layout
\fB-d\fP|\fB--debug\fP
.ad b
.br
.ad l
\fB--deduplication\fP \fBy\fP|\fBn\fP
.ad b
.br
.ad l
\fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP
.ad b
@ -226,6 +234,10 @@ lvconvert - Change logical volume layout
\fB--usepolicies\fP
.ad b
.br
.ad l
\fB--vdopool\fP \fILV\fP
.ad b
.br
.ad l
\fB-v\fP|\fB--verbose\fP
.ad b
@ -234,6 +246,10 @@ lvconvert - Change logical volume layout
\fB--version\fP
.ad b
.br
.ad l
\fB-V\fP|\fB--virtualsize\fP \fISize\fP[m|UNIT]
.ad b
.br
.ad l
\fB-y\fP|\fB--yes\fP
.ad b
@ -479,7 +495,7 @@ Split images from a raid1 or mirror LV and use them to create a new LV.
.RE
-
Split images from a raid1 LV and track changes to origin.
Split images from a raid1 LV and track changes to origin for later merge.
.br
.P
\fBlvconvert\fP \fB--splitmirrors\fP \fINumber\fP \fB--trackchanges\fP \fILV\fP\fI_cache_raid1\fP
@ -722,6 +738,33 @@ Convert LV to type cache-pool.
.RE
-
Convert LV to type vdopool.
.br
.P
\fBlvconvert\fP \fB--type\fP \fBvdo-pool\fP \fILV\fP\fI_linear_striped_cache_raid\fP
.br
.RS 4
.ad l
[ \fB-n\fP|\fB--name\fP \fILV\fP\fI_new\fP ]
.ad b
.br
.ad l
[ \fB-V\fP|\fB--virtualsize\fP \fISize\fP[m|UNIT] ]
.ad b
.br
.ad l
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
.ad b
.br
.ad l
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
.ad b
.br
[ COMMON_OPTIONS ]
.RE
.br
-
Separate and keep the cache pool from a cache LV.
.br
.P
@ -942,12 +985,7 @@ See \fBlvm\fP(8) for more information about allocation.
.ad b
.HP
.ad l
\fB-b\fP|\fB--background\fP
.br
If the operation requires polling, this option causes the command to
return before the operation is complete, and polling is done in the
background.
.ad b
\fB-b\fP|\fB--background\fP.ad b
.HP
.ad l
\fB-H\fP|\fB--cache\fP
@ -1027,6 +1065,13 @@ See \fBlvm.conf\fP(5) for more information about profiles.
.ad b
.HP
.ad l
\fB--compression\fP \fBy\fP|\fBn\fP
.br
Controls whether compression is enabled or disable for VDO volume.
See \fBlvmvdo\fP(7) for more information about VDO usage.
.ad b
.HP
.ad l
\fB--config\fP \fIString\fP
.br
Config settings for the command. These override lvm.conf settings.
@ -1043,6 +1088,13 @@ messages sent to the log file and/or syslog (if configured).
.ad b
.HP
.ad l
\fB--deduplication\fP \fBy\fP|\fBn\fP
.br
Controls whether deduplication is enabled or disable for VDO volume.
See \fBlvmvdo\fP(7) for more information about VDO usage.
.ad b
.HP
.ad l
\fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP
.br
Specifies how the device-mapper thin pool layer in the kernel should
@ -1295,6 +1347,8 @@ Before the separation, the cache is flushed. Also see --uncache.
Splits the specified number of images from a raid1 or mirror LV
and uses them to create a new LV. If --trackchanges is also specified,
changes to the raid1 LV are tracked while the split LV remains detached.
If --name is specified, then the images are permanently split from the
original LV and changes are not tracked.
.ad b
.HP
.ad l
@ -1368,10 +1422,12 @@ The name of a thin pool LV.
.br
Can be used with --splitmirrors on a raid1 LV. This causes
changes to the original raid1 LV to be tracked while the split images
remain detached. This allows the read-only detached image(s) to be
merged efficiently back into the raid1 LV later. Only the regions with
changed data are resynchronized during merge. (This option only applies
when using the raid1 LV type.)
remain detached. This is a temporary state that allows the read-only
detached image to be merged efficiently back into the raid1 LV later.
Only the regions with changed data are resynchronized during merge.
While a raid1 LV is tracking changes, operations on it are limited to
merging the split image (see --mergemirrors) or permanently splitting
the image (see --splitmirrors with --name.
.ad b
.HP
.ad l
@ -1404,6 +1460,13 @@ or a profile.
.ad b
.HP
.ad l
\fB--vdopool\fP \fILV\fP
.br
The name of a VDO pool LV.
See \fBlvmvdo\fP(7) for more information about VDO usage.
.ad b
.HP
.ad l
\fB-v\fP|\fB--verbose\fP ...
.br
Set verbose level. Repeat from 1 to 4 times to increase the detail
@ -1417,6 +1480,23 @@ Display version information.
.ad b
.HP
.ad l
\fB-V\fP|\fB--virtualsize\fP \fISize\fP[m|UNIT]
.br
The virtual size of a new thin LV.
See \fBlvmthin\fP(7) for more information about LVM thin provisioning.
Using virtual size (-V) and actual size (-L) together creates
a sparse LV.
lvm.conf global/sparse_segtype_default determines the
default segment type used to create a sparse LV.
Anything written to a sparse LV will be returned when reading from it.
Reading from other areas of the LV will return blocks of zeros.
When using a snapshot to create a sparse LV, a hidden virtual device
is created using the zero target, and the LV has the suffix _vorigin.
Snapshots are less efficient than thin provisioning when creating
large sparse LVs (GiB).
.ad b
.HP
.ad l
\fB-y\fP|\fB--yes\fP
.br
Do not prompt for confirmation interactively but always assume the
@ -1647,6 +1727,37 @@ Convert LV to type cache (infers --type cache).
.br
-
Convert LV to type vdopool.
.br
.P
\fBlvconvert\fP \fB--vdopool\fP \fILV\fP\fI_linear_striped_cache_raid\fP
.br
.RS 4
.ad l
[ \fB-n\fP|\fB--name\fP \fILV\fP\fI_new\fP ]
.ad b
.br
.ad l
[ \fB-V\fP|\fB--virtualsize\fP \fISize\fP[m|UNIT] ]
.ad b
.br
.ad l
[ \fB--type\fP \fBvdo-pool\fP ]
.ad b
.br
.ad l
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
.ad b
.br
.ad l
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
.ad b
.br
[ COMMON_OPTIONS ]
.RE
.br
-
Separate and delete the cache pool from a cache LV.
.br
.P

File diff suppressed because it is too large Load Diff

View File

@ -3,11 +3,9 @@
lvscan - List all logical volumes in all volume groups
.
.SH SYNOPSIS
\fBlvscan\fP \fIoption_args\fP
\fBlvscan\fP
.br
[ \fIoption_args\fP ]
.br
[ \fIposition_args\fP ]
.br
.SH DESCRIPTION
lvscan scans all VGs or all supported LVM block devices in the system for
@ -23,23 +21,6 @@ comprehensive information about LVs.
[ \fB-a\fP|\fB--all\fP ]
.ad b
.br
[ COMMON_OPTIONS ]
.RE
.br
\fBlvscan\fP \fB--cache\fP
.br
.RS 4
[ COMMON_OPTIONS ]
.RE
.br
.RS 4
[ \fILV\fP ... ]
.RE
Common options for command:
.
.RS 4
.ad l
[ \fB-b\fP|\fB--blockdevice\fP ]
.ad b
@ -55,7 +36,10 @@ Common options for command:
.ad l
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
.ad b
.br
[ COMMON_OPTIONS ]
.RE
.br
Common options for lvm:
.
@ -133,12 +117,6 @@ No longer used.
.ad b
.HP
.ad l
\fB--cache\fP
.br
Scan the devices used by an LV and send the metadata to lvmetad.
.ad b
.HP
.ad l
\fB--commandprofile\fP \fIString\fP
.br
The command profile to use for command configuration.
@ -271,11 +249,6 @@ answer yes. Use with extreme caution.
.ad b
.SH VARIABLES
.HP
\fILV\fP
.br
Logical Volume name. See \fBlvm\fP(8) for valid names.
An LV positional arg generally includes the VG name and LV name, e.g. VG/LV.
.HP
\fIString\fP
.br
See the option description for information about the string content.

View File

@ -195,12 +195,7 @@ Enabling this is strongly advised! See \fBvgcfgbackup\fP(8) for more information
.ad b
.HP
.ad l
\fB-b\fP|\fB--background\fP
.br
If the operation requires polling, this option causes the command to
return before the operation is complete, and polling is done in the
background.
.ad b
\fB-b\fP|\fB--background\fP.ad b
.HP
.ad l
\fB--commandprofile\fP \fIString\fP

View File

@ -129,7 +129,7 @@ Display PV information.
.RE
.br
Populate the lvmetad cache by scanning PVs.
Autoactivate a VG when all PVs are online.
.br
.P
\fBpvscan\fP \fB--cache\fP
@ -239,17 +239,12 @@ Auto-activate LVs in a VG when the PVs scanned have completed the VG.
.ad b
.HP
.ad l
\fB-b\fP|\fB--background\fP
.br
If the operation requires polling, this option causes the command to
return before the operation is complete, and polling is done in the
background.
.ad b
\fB-b\fP|\fB--background\fP.ad b
.HP
.ad l
\fB--cache\fP
.br
Scan one or more devices and send the metadata to lvmetad.
Scan one or more devices and record that they are online.
.ad b
.HP
.ad l

View File

@ -142,6 +142,10 @@ vgchange - Change volume group attributes
\fB-q\fP|\fB--quiet\fP
.ad b
.br
.ad l
\fB--readonly\fP
.ad b
.br
.ad l
\fB--refresh\fP
.ad b
@ -417,6 +421,10 @@ Activate or deactivate LVs.
.ad b
.br
.ad l
[ \fB--readonly\fP ]
.ad b
.br
.ad l
[ \fB--ignorelockingfailure\fP ]
.ad b
.br
@ -920,6 +928,20 @@ Repeat once to also suppress any prompts with answer 'no'.
.ad b
.HP
.ad l
\fB--readonly\fP
.br
Run the command in a special read-only mode which will read on-disk
metadata without needing to take any locks. This can be used to peek
inside metadata used by a virtual machine image while the virtual
machine is running.
It can also be used to peek inside the metadata of clustered VGs
when clustered locking is not configured or running. No attempt
will be made to communicate with the device-mapper kernel driver, so
this option is unable to report whether or not LVs are
actually in use.
.ad b
.HP
.ad l
\fB--refresh\fP
.br
If the LV is active, reload its metadata.
@ -968,7 +990,6 @@ available. As such, some functionality needs to be disabled and this option
acts as a shortcut which selects an appropriate set of options. Currently,
this is equivalent to using --ignorelockingfailure, --ignoremonitoring,
--poll n, and setting env var LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES.
When used in conjunction with lvmetad enabled and running,
vgchange/lvchange skip autoactivation, and defer to pvscan autoactivation.
.ad b
.HP

View File

@ -14,10 +14,6 @@ vgscan scans all supported LVM block devices in the system for VGs.
.br
.RS 4
.ad l
[ \fB--cache\fP ]
.ad b
.br
.ad l
[ \fB--ignorelockingfailure\fP ]
.ad b
.br
@ -99,12 +95,6 @@ Common options for lvm:
.SH OPTIONS
.HP
.ad l
\fB--cache\fP
.br
Scan all devices and send the metadata to lvmetad.
.ad b
.HP
.ad l
\fB--commandprofile\fP \fIString\fP
.br
The command profile to use for command configuration.