1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-26 17:25:10 +03:00

make: generate

This commit is contained in:
Zdenek Kabelac 2024-08-09 16:34:22 +02:00
parent 9036862357
commit 90a845a708
3 changed files with 34 additions and 0 deletions

View File

@ -66,6 +66,8 @@ lvchange \(em Change the attributes of logical volume(s)
\fB--ignorelockingfailure\fP
.br
\fB--ignoremonitoring\fP
.br
\fB--integritysettings\fP \fIString\fP
.br
\fB--journal\fP \fIString\fP
.br
@ -206,6 +208,8 @@ required, after which the others are optional.
\fB--\fP[\fBraid\fP]\fBmaxrecoveryrate\fP \fISize\fP[k|UNIT]
.br
\fB--vdosettings\fP \fIString\fP
.br
\fB--integritysettings\fP \fIString\fP
.br
\fB--\fP[\fBraid\fP]\fBwritebehind\fP \fINumber\fP
.br
@ -688,6 +692,12 @@ Do not interact with dmeventd unless --monitor is specified.
Do not use this if dmeventd is already monitoring a device.
.
.HP
\fB--integritysettings\fP \fIString\fP
.br
Specifies tunable kernel options for dm-integrity.
See \fBlvmraid\fP(7) for more information.
.
.HP
\fB--journal\fP \fIString\fP
.br
Record information in the systemd journal.

View File

@ -64,6 +64,8 @@ lvconvert \(em Change logical volume layout
\fB-f\fP|\fB--force\fP
.br
\fB-h\fP|\fB--help\fP
.br
\fB--integritysettings\fP \fIString\fP
.br
\fB-i\fP|\fB--interval\fP \fINumber\fP
.br
@ -984,6 +986,8 @@ Add or remove data integrity checksums to raid images.
.br
[ \fB--raidintegrityblocksize\fP \fINumber\fP ]
.br
[ \fB--integritysettings\fP \fIString\fP ]
.br
[ COMMON_OPTIONS ]
.ad b
.RE
@ -1262,6 +1266,12 @@ Use with extreme caution.
Display help text.
.
.HP
\fB--integritysettings\fP \fIString\fP
.br
Specifies tunable kernel options for dm-integrity.
See \fBlvmraid\fP(7) for more information.
.
.HP
\fB-i\fP|\fB--interval\fP \fINumber\fP
.br
Report progress at regular intervals.

View File

@ -74,6 +74,8 @@ lvcreate \(em Create a logical volume
\fB-K\fP|\fB--ignoreactivationskip\fP
.br
\fB--ignoremonitoring\fP
.br
\fB--integritysettings\fP \fIString\fP
.br
\fB--journal\fP \fIString\fP
.br
@ -295,6 +297,8 @@ Create a raid1 or mirror LV.
.br
[ \fB--raidintegrityblocksize\fP \fINumber\fP ]
.br
[ \fB--integritysettings\fP \fIString\fP ]
.br
[ COMMON_OPTIONS ]
.ad b
.RE
@ -331,6 +335,8 @@ Create a raid LV (a specific raid level must be used, e.g. raid1).
.br
[ \fB--raidintegrityblocksize\fP \fINumber\fP ]
.br
[ \fB--integritysettings\fP \fIString\fP ]
.br
[ COMMON_OPTIONS ]
.ad b
.RE
@ -368,6 +374,8 @@ Create a raid10 LV.
.br
[ \fB--raidintegrityblocksize\fP \fINumber\fP ]
.br
[ \fB--integritysettings\fP \fIString\fP ]
.br
[ COMMON_OPTIONS ]
.ad b
.RE
@ -1111,6 +1119,12 @@ Do not interact with dmeventd unless --monitor is specified.
Do not use this if dmeventd is already monitoring a device.
.
.HP
\fB--integritysettings\fP \fIString\fP
.br
Specifies tunable kernel options for dm-integrity.
See \fBlvmraid\fP(7) for more information.
.
.HP
\fB--journal\fP \fIString\fP
.br
Record information in the systemd journal.