mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
make: generate
This commit is contained in:
parent
9036862357
commit
90a845a708
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user