mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
make: generate
This commit is contained in:
parent
b9846bdc3e
commit
2c5e034cd3
@ -86,6 +86,10 @@ lvconvert - Change logical volume layout
|
|||||||
\fB--driverloaded\fP \fBy\fP|\fBn\fP
|
\fB--driverloaded\fP \fBy\fP|\fBn\fP
|
||||||
.ad b
|
.ad b
|
||||||
.br
|
.br
|
||||||
|
.ad l
|
||||||
|
\fB--errorwhenfull\fP \fBy\fP|\fBn\fP
|
||||||
|
.ad b
|
||||||
|
.br
|
||||||
.ad l
|
.ad l
|
||||||
\fB-f\fP|\fB--force\fP
|
\fB-f\fP|\fB--force\fP
|
||||||
.ad b
|
.ad b
|
||||||
@ -819,6 +823,10 @@ Convert LV to type thin-pool.
|
|||||||
.ad b
|
.ad b
|
||||||
.br
|
.br
|
||||||
.ad l
|
.ad l
|
||||||
|
[ \fB--errorwhenfull\fP \fBy\fP|\fBn\fP ]
|
||||||
|
.ad b
|
||||||
|
.br
|
||||||
|
.ad l
|
||||||
[ \fB--poolmetadata\fP \fILV\fP ]
|
[ \fB--poolmetadata\fP \fILV\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.br
|
.br
|
||||||
@ -915,6 +923,18 @@ Convert LV to type vdopool.
|
|||||||
.ad b
|
.ad b
|
||||||
.br
|
.br
|
||||||
.ad l
|
.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 ]
|
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.br
|
.br
|
||||||
@ -1326,6 +1346,19 @@ For testing and debugging.
|
|||||||
.ad b
|
.ad b
|
||||||
.HP
|
.HP
|
||||||
.ad l
|
.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 ...
|
\fB-f\fP|\fB--force\fP ...
|
||||||
.br
|
.br
|
||||||
Override various checks, confirmations and protections.
|
Override various checks, confirmations and protections.
|
||||||
@ -1981,6 +2014,14 @@ Convert LV to type vdopool.
|
|||||||
.br
|
.br
|
||||||
.RS 4
|
.RS 4
|
||||||
.ad l
|
.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 ]
|
[ \fB-n\fP|\fB--name\fP \fILV\fP\fI_new\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.br
|
.br
|
||||||
@ -1993,6 +2034,10 @@ Convert LV to type vdopool.
|
|||||||
.ad b
|
.ad b
|
||||||
.br
|
.br
|
||||||
.ad l
|
.ad l
|
||||||
|
[ \fB--metadataprofile\fP \fIString\fP ]
|
||||||
|
.ad b
|
||||||
|
.br
|
||||||
|
.ad l
|
||||||
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
|
[ \fB--compression\fP \fBy\fP|\fBn\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.br
|
.br
|
||||||
|
Loading…
x
Reference in New Issue
Block a user