]> sourceware.org Git - lvm2.git/commitdiff
build: make generate
authorMarian Csontos <mcsontos@redhat.com>
Wed, 25 Sep 2019 06:27:49 +0000 (08:27 +0200)
committerMarian Csontos <mcsontos@redhat.com>
Wed, 25 Sep 2019 06:27:49 +0000 (08:27 +0200)
man/lvchange.8_pregen
man/lvconvert.8_pregen
man/pvscan.8_pregen

index 110dd919fbbac10e90927e59a2595e052f560574..51172f243a4f851f304971f0f5da3d908f02ece3 100644 (file)
@@ -360,7 +360,9 @@ required, after which the others are optional.
 .br
 -
 
-Resyncronize a mirror or raid LV.
+Resyncronize a mirror or raid LV. 
+.br
+Use to reset 'R' attribute on a not initially synchronized LV.
 .br
 .P
 \fBlvchange\fP \fB--resync\fP \fIVG\fP|\fILV\fP\fI_mirror_raid\fP|\fITag\fP|\fISelect\fP ...
index 846ea2d09da9afceb72d23160c0df57ccb2589e0..b676e724d842212a2c041a839211abca323ac27c 100644 (file)
@@ -1807,6 +1807,45 @@ Attach a cache pool to an LV (infers --type cache).
 .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.
 .br
 .P
index ed5ba9241e44e3e6e05ec01d19f2c825fc9d7537..94c42684fbad2c671a18f245c52f9ecf8dc8f6b8 100644 (file)
@@ -115,6 +115,10 @@ Autoactivate a VG when all PVs are online.
 [    \fB--minor\fP \fINumber\fP ]
 .ad b
 .br
+.ad l
+[    \fB--noudevsync\fP ]
+.ad b
+.br
 [ COMMON_OPTIONS ]
 .RE
 .br
@@ -289,6 +293,15 @@ Disable locking.
 .ad b
 .HP
 .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
 .br
 Only show PVs not belonging to any VG.
This page took 0.040517 seconds and 5 git commands to generate.