1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

man: vdo drop resize restriction comment

lvm2 supports resize of cached vdo pool volumes.
This commit is contained in:
Zdenek Kabelac 2021-02-15 12:18:54 +01:00
parent 19e1373580
commit 9c0ce4daa2

View File

@ -206,8 +206,6 @@ with the \fBactivation/vdo_pool_autoextend_percent\fP and
Note: You cannot reduce the size of a VDOPoolLV. Note: You cannot reduce the size of a VDOPoolLV.
Note: You cannot change the size of a cached VDOPoolLV.
.nf .nf
.B lvextend -L+AddingSize VG/VDOPoolLV .B lvextend -L+AddingSize VG/VDOPoolLV
.fi .fi
@ -265,9 +263,6 @@ VDODataLV (accepts also VDOPoolLV) caching provides a mechanism
to accelerate reads and writes of already compressed and deduplicated to accelerate reads and writes of already compressed and deduplicated
data blocks together with VDO metadata. data blocks together with VDO metadata.
A cached VDO data LV cannot be currently resized. Also, the threshold
based automatic resize will not work.
.I Example .I Example
.nf .nf
# lvcreate --type vdo -L 5G -V 10G -n vdo1 vg/vdopool # lvcreate --type vdo -L 5G -V 10G -n vdo1 vg/vdopool