mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
man: advertise lvmcache, lvmthin
Add references to new man pages so they get known.
This commit is contained in:
parent
6766cdc8a1
commit
d2b60c6e35
@ -256,5 +256,7 @@ Changes the permission on volume lvol1 in volume group vg00 to be read-only:
|
||||
.B lvchange -pr vg00/lvol1
|
||||
.SH SEE ALSO
|
||||
.BR lvm (8),
|
||||
.BR lvmcache (7),
|
||||
.BR lvmthin (7),
|
||||
.BR lvcreate (8),
|
||||
.BR vgchange (8)
|
||||
|
@ -235,6 +235,8 @@ or
|
||||
When converting a logical volume to a cache LV, the
|
||||
.B \-\-cachepool
|
||||
argument is required.
|
||||
See \fBlvmcache\fP(7) for more info about caching support
|
||||
and \fBlvmthin\fP(7) for thin provisioning support.
|
||||
.TP
|
||||
.BR \-i ", " \-\-interval " " \fISeconds
|
||||
Report progress as a percentage at regular intervals.
|
||||
@ -413,6 +415,7 @@ Switches logical volume into a thin pool's data volume.
|
||||
Content of converted volume is lost.
|
||||
Thin pool's metadata logical volume can be specified with the option
|
||||
\fB\-\-poolmetadata\fP or allocated with \fB\-\-poolmetadatasize\fP.
|
||||
See \fBlvmthin\fP(7) for more info about thin provisioning support.
|
||||
|
||||
.SH Examples
|
||||
Converts the linear logical volume "vg00/lvol1" to a two-way mirror
|
||||
@ -528,6 +531,8 @@ cache pool LV.
|
||||
.SH SEE ALSO
|
||||
.BR lvm (8),
|
||||
.BR lvm.conf (5),
|
||||
.BR lvmcache (7),
|
||||
.BR lvmthin (7),
|
||||
.BR lvdisplay (8),
|
||||
.BR lvextend (8),
|
||||
.BR lvreduce (8),
|
||||
|
@ -403,6 +403,7 @@ Specifying the optional argument \fB\-\-virtualsize\fP will cause
|
||||
the creation of the thin logical volume from given thin pool volume.
|
||||
Specifying both arguments will cause the creation of both
|
||||
thin pool and thin volume using this pool.
|
||||
See \fBlvmthin\fP(7) for more info about thin provisioning support.
|
||||
Requires device mapper kernel driver for thin provisioning
|
||||
from kernel 3.2 or newer.
|
||||
.TP
|
||||
@ -430,6 +431,7 @@ as is the case with
|
||||
.IR raid10
|
||||
or
|
||||
.IR zero .
|
||||
See \fBlvmcache\fP(7) for more info about caching support.
|
||||
Note that the cache segment type requires a dm-cache kernel module version
|
||||
1.3.0 or greater.
|
||||
|
||||
@ -568,6 +570,8 @@ volume (i.e. the origin LV), creating a cache LV.
|
||||
.SH SEE ALSO
|
||||
.BR lvm (8),
|
||||
.BR lvm.conf (5),
|
||||
.BR lvmcache (7),
|
||||
.BR lvmthin (7),
|
||||
.BR lvconvert (8),
|
||||
.BR lvchange (8),
|
||||
.BR lvextend (8),
|
||||
|
Loading…
Reference in New Issue
Block a user