mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
build: make generate
This commit is contained in:
parent
9a8e6ad014
commit
dc3f0e067d
@ -362,6 +362,8 @@ required, after which the others are optional.
|
|||||||
|
|
||||||
Resyncronize a mirror or raid LV.
|
Resyncronize a mirror or raid LV.
|
||||||
.br
|
.br
|
||||||
|
Use to reset 'R' attribute on a not initially synchronized LV.
|
||||||
|
.br
|
||||||
.P
|
.P
|
||||||
\fBlvchange\fP \fB--resync\fP \fIVG\fP|\fILV\fP\fI_mirror_raid\fP|\fITag\fP|\fISelect\fP ...
|
\fBlvchange\fP \fB--resync\fP \fIVG\fP|\fILV\fP\fI_mirror_raid\fP|\fITag\fP|\fISelect\fP ...
|
||||||
.br
|
.br
|
||||||
|
@ -1807,6 +1807,45 @@ Attach a cache pool to an LV (infers --type cache).
|
|||||||
.br
|
.br
|
||||||
-
|
-
|
||||||
|
|
||||||
|
Attach a cache to an LV, converts the LV to type cache.
|
||||||
|
.br
|
||||||
|
.P
|
||||||
|
\fBlvconvert\fP \fB-H\fP|\fB--cache\fP \fB--cachevol\fP \fILV\fP \fILV\fP\fI_linear_striped_thinpool_raid\fP
|
||||||
|
.br
|
||||||
|
.RS 4
|
||||||
|
.ad l
|
||||||
|
[ \fB-Z\fP|\fB--zero\fP \fBy\fP|\fBn\fP ]
|
||||||
|
.ad b
|
||||||
|
.br
|
||||||
|
.ad l
|
||||||
|
[ \fB-c\fP|\fB--chunksize\fP \fISize\fP[k|UNIT] ]
|
||||||
|
.ad b
|
||||||
|
.br
|
||||||
|
.ad l
|
||||||
|
[ \fB--cachemetadataformat\fP \fBauto\fP|\fB1\fP|\fB2\fP ]
|
||||||
|
.ad b
|
||||||
|
.br
|
||||||
|
.ad l
|
||||||
|
[ \fB--cachemode\fP \fBwritethrough\fP|\fBwriteback\fP|\fBpassthrough\fP ]
|
||||||
|
.ad b
|
||||||
|
.br
|
||||||
|
.ad l
|
||||||
|
[ \fB--cachepolicy\fP \fIString\fP ]
|
||||||
|
.ad b
|
||||||
|
.br
|
||||||
|
.ad l
|
||||||
|
[ \fB--cachesettings\fP \fIString\fP ]
|
||||||
|
.ad b
|
||||||
|
.br
|
||||||
|
.ad l
|
||||||
|
[ \fB--poolmetadatasize\fP \fISize\fP[m|UNIT] ]
|
||||||
|
.ad b
|
||||||
|
.br
|
||||||
|
[ COMMON_OPTIONS ]
|
||||||
|
.RE
|
||||||
|
.br
|
||||||
|
-
|
||||||
|
|
||||||
Convert LV to type vdopool.
|
Convert LV to type vdopool.
|
||||||
.br
|
.br
|
||||||
.P
|
.P
|
||||||
|
@ -115,6 +115,10 @@ Autoactivate a VG when all PVs are online.
|
|||||||
[ \fB--minor\fP \fINumber\fP ]
|
[ \fB--minor\fP \fINumber\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.br
|
.br
|
||||||
|
.ad l
|
||||||
|
[ \fB--noudevsync\fP ]
|
||||||
|
.ad b
|
||||||
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.RE
|
.RE
|
||||||
.br
|
.br
|
||||||
@ -289,6 +293,15 @@ Disable locking.
|
|||||||
.ad b
|
.ad b
|
||||||
.HP
|
.HP
|
||||||
.ad l
|
.ad l
|
||||||
|
\fB--noudevsync\fP
|
||||||
|
.br
|
||||||
|
Disables udev synchronisation. The process will not wait for notification
|
||||||
|
from udev. It will continue irrespective of any possible udev processing
|
||||||
|
in the background. Only use this if udev is not running or has rules that
|
||||||
|
ignore the devices LVM creates.
|
||||||
|
.ad b
|
||||||
|
.HP
|
||||||
|
.ad l
|
||||||
\fB-n\fP|\fB--novolumegroup\fP
|
\fB-n\fP|\fB--novolumegroup\fP
|
||||||
.br
|
.br
|
||||||
Only show PVs not belonging to any VG.
|
Only show PVs not belonging to any VG.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user