1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-10 17:57:54 +03:00

make generate

This commit is contained in:
Zdenek Kabelac 2023-12-12 20:01:16 +01:00
parent c8f9dd2368
commit cdeb491498
15 changed files with 107 additions and 76 deletions

View File

@ -1976,8 +1976,7 @@ activation {
# Configuration section report.
# LVM report command output formatting.
# This configuration section has an automatic default value.
# report {
report {
# Configuration option report/output_format.
# Format of LVM command's report output.
@ -2391,7 +2390,7 @@ activation {
# This is displayed when the device for a PV is not known.
# This configuration option has an automatic default value.
# two_word_unknown_device = 0
# }
}
# Configuration section dmeventd.
# Settings for the LVM event daemon.

View File

@ -821,12 +821,8 @@ a suitable value automatically.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB--rebuild\fP \fIPV\fP

View File

@ -96,6 +96,8 @@ lvconvert \(em Change logical volume layout
\fB--noudevsync\fP
.br
\fB--originname\fP \fILV\fP
.br
\fB--pooldatavdo\fP \fBy\fP|\fBn\fP
.br
\fB--poolmetadata\fP \fILV\fP
.br
@ -704,6 +706,8 @@ Convert LV to type thin-pool.
.br
[ \fB--errorwhenfull\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--pooldatavdo\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--poolmetadata\fP \fILV\fP ]
.br
[ \fB--poolmetadatasize\fP \fISize\fP[m|UNIT] ]
@ -720,7 +724,7 @@ Convert LV to type thin-pool.
.RE
.P
.RS 4
LV1 types: linear striped cache raid error zero writecache
LV1 types: linear striped cache vdo raid error zero writecache
.RE
.P
\(em
@ -1374,6 +1378,11 @@ to a thin LV. The LV being converted becomes a read-only external origin
with this name.
.
.HP
\fB--pooldatavdo\fP \fBy\fP|\fBn\fP
.br
Use VDO type volume for pool data volume.
.
.HP
\fB--poolmetadata\fP \fILV\fP
.br
The name of a an LV to use for storing pool metadata.

View File

@ -110,6 +110,8 @@ lvcreate \(em Create a logical volume
\fB-p\fP|\fB--permission\fP \fBrw\fP|\fBr\fP
.br
\fB-M\fP|\fB--persistent\fP \fBy\fP|\fBn\fP
.br
\fB--pooldatavdo\fP \fBy\fP|\fBn\fP
.br
\fB--poolmetadatasize\fP \fISize\fP[m|UNIT]
.br
@ -412,6 +414,14 @@ Create a thin pool.
.br
[ \fB--errorwhenfull\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--pooldatavdo\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--vdosettings\fP \fIString\fP ]
.br
[ \fB--poolmetadatasize\fP \fISize\fP[m|UNIT] ]
.br
[ \fB--poolmetadataspare\fP \fBy\fP|\fBn\fP ]
@ -1236,6 +1246,11 @@ Set access permission to read only \fBr\fP or read and write \fBrw\fP.
When yes, makes the specified minor number persistent.
.
.HP
\fB--pooldatavdo\fP \fBy\fP|\fBn\fP
.br
Use VDO type volume for pool data volume.
.
.HP
\fB--poolmetadatasize\fP \fISize\fP[m|UNIT]
.br
Specifies the size of the new pool metadata LV.
@ -1755,6 +1770,14 @@ Create a thin pool.
.br
[ \fB--errorwhenfull\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--pooldatavdo\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--vdosettings\fP \fIString\fP ]
.br
[ \fB--poolmetadatasize\fP \fISize\fP[m|UNIT] ]
.br
[ \fB--poolmetadataspare\fP \fBy\fP|\fBn\fP ]
@ -1791,6 +1814,14 @@ Create a thin pool named in --thinpool.
.br
[ \fB--errorwhenfull\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--pooldatavdo\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--vdosettings\fP \fIString\fP ]
.br
[ \fB--poolmetadatasize\fP \fISize\fP[m|UNIT] ]
.br
[ \fB--poolmetadataspare\fP \fBy\fP|\fBn\fP ]
@ -2061,6 +2092,14 @@ where the new thin pool is named by the --thinpool arg.
.br
[ \fB--errorwhenfull\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--pooldatavdo\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--vdosettings\fP \fIString\fP ]
.br
[ \fB--poolmetadatasize\fP \fISize\fP[m|UNIT] ]
.br
[ \fB--poolmetadataspare\fP \fBy\fP|\fBn\fP ]
@ -2102,6 +2141,14 @@ where the new thin pool is named by --thinpool.
.br
[ \fB--errorwhenfull\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--pooldatavdo\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--vdosettings\fP \fIString\fP ]
.br
[ \fB--poolmetadatasize\fP \fISize\fP[m|UNIT] ]
.br
[ \fB--poolmetadataspare\fP \fBy\fP|\fBn\fP ]
@ -2145,6 +2192,14 @@ arg is a VG name.
.br
[ \fB--errorwhenfull\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--pooldatavdo\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--vdosettings\fP \fIString\fP ]
.br
[ \fB--poolmetadatasize\fP \fISize\fP[m|UNIT] ]
.br
[ \fB--poolmetadataspare\fP \fBy\fP|\fBn\fP ]
@ -2188,6 +2243,14 @@ arg is a VG name.
.br
[ \fB--errorwhenfull\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--pooldatavdo\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--vdosettings\fP \fIString\fP ]
.br
[ \fB--poolmetadatasize\fP \fISize\fP[m|UNIT] ]
.br
[ \fB--poolmetadataspare\fP \fBy\fP|\fBn\fP ]
@ -2232,6 +2295,14 @@ config setting sparse_segtype_default.
.br
[ \fB--errorwhenfull\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--pooldatavdo\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--deduplication\fP \fBy\fP|\fBn\fP ]
.br
[ \fB--vdosettings\fP \fIString\fP ]
.br
[ \fB--poolmetadatasize\fP \fISize\fP[m|UNIT] ]
.br
[ \fB--poolmetadataspare\fP \fBy\fP|\fBn\fP ]

View File

@ -324,12 +324,8 @@ Repeat once to also suppress any prompts with answer 'no'.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB--segments\fP

View File

@ -310,12 +310,8 @@ Repeat once to also suppress any prompts with answer 'no'.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP

View File

@ -181,12 +181,8 @@ Repeat once to also suppress any prompts with answer 'no'.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB-t\fP|\fB--test\fP

View File

@ -320,12 +320,8 @@ Repeat once to also suppress any prompts with answer 'no'.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP

View File

@ -199,12 +199,8 @@ Repeat once to also suppress any prompts with answer 'no'.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP

View File

@ -314,12 +314,8 @@ Repeat once to also suppress any prompts with answer 'no'.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP

View File

@ -318,12 +318,8 @@ Repeat once to also suppress any prompts with answer 'no'.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP

View File

@ -216,12 +216,8 @@ Repeat once to also suppress any prompts with answer 'no'.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP

View File

@ -776,12 +776,8 @@ Repeat once to also suppress any prompts with answer 'no'.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB--refresh\fP

View File

@ -304,12 +304,8 @@ Repeat once to also suppress any prompts with answer 'no'.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB-S\fP|\fB--select\fP \fIString\fP

View File

@ -307,12 +307,8 @@ Repeat once to also suppress any prompts with answer 'no'.
.HP
\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. 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.
Prevent the command from making changes, including activation and
metadata updates.
.
.HP
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP