]> sourceware.org Git - lvm2.git/commitdiff
make: generate
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 16 Feb 2021 20:30:06 +0000 (21:30 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 17 Feb 2021 10:53:19 +0000 (11:53 +0100)
man/lvconvert.8_pregen

index 170eec81579af7a29d98e1f86b6a6d50e92a38ed..01fbc7154a00bc93f33f0df55b07fc4a81714dbe 100644 (file)
@@ -86,6 +86,10 @@ lvconvert - Change logical volume layout
     \fB--driverloaded\fP \fBy\fP|\fBn\fP
 .ad b
 .br
+.ad l
+    \fB--errorwhenfull\fP \fBy\fP|\fBn\fP
+.ad b
+.br
 .ad l
  \fB-f\fP|\fB--force\fP
 .ad b
@@ -819,6 +823,10 @@ Convert LV to type thin-pool.
 .ad b
 .br
 .ad l
+[    \fB--errorwhenfull\fP \fBy\fP|\fBn\fP ]
+.ad b
+.br
+.ad l
 [    \fB--poolmetadata\fP \fILV\fP ]
 .ad b
 .br
@@ -915,6 +923,18 @@ Convert LV to type vdopool.
 .ad b
 .br
 .ad l
+[ \fB-r\fP|\fB--readahead\fP \fBauto\fP|\fBnone\fP|\fINumber\fP ]
+.ad b
+.br
+.ad l
+[ \fB-Z\fP|\fB--zero\fP \fBy\fP|\fBn\fP ]
+.ad b
+.br
+.ad l
+[    \fB--metadataprofile\fP \fIString\fP ]
+.ad b
+.br
+.ad l
 [    \fB--compression\fP \fBy\fP|\fBn\fP ]
 .ad b
 .br
@@ -1326,6 +1346,19 @@ For testing and debugging.
 .ad b
 .HP
 .ad l
+\fB--errorwhenfull\fP \fBy\fP|\fBn\fP
+.br
+Specifies thin pool behavior when data space is exhausted.
+When yes, device-mapper will immediately return an error
+when a thin pool is full and an I/O request requires space.
+When no, device-mapper will queue these I/O requests for a
+period of time to allow the thin pool to be extended.
+Errors are returned if no space is available after the timeout.
+(Also see dm-thin-pool kernel module option no_space_timeout.)
+See \fBlvmthin\fP(7) for more information.
+.ad b
+.HP
+.ad l
 \fB-f\fP|\fB--force\fP ...
 .br
 Override various checks, confirmations and protections.
@@ -1981,6 +2014,14 @@ Convert LV to type vdopool.
 .br
 .RS 4
 .ad l
+[ \fB-r\fP|\fB--readahead\fP \fBauto\fP|\fBnone\fP|\fINumber\fP ]
+.ad b
+.br
+.ad l
+[ \fB-Z\fP|\fB--zero\fP \fBy\fP|\fBn\fP ]
+.ad b
+.br
+.ad l
 [ \fB-n\fP|\fB--name\fP \fILV\fP\fI_new\fP ]
 .ad b
 .br
@@ -1993,6 +2034,10 @@ Convert LV to type vdopool.
 .ad b
 .br
 .ad l
+[    \fB--metadataprofile\fP \fIString\fP ]
+.ad b
+.br
+.ad l
 [    \fB--compression\fP \fBy\fP|\fBn\fP ]
 .ad b
 .br
This page took 0.309079 seconds and 5 git commands to generate.