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