lvm2 supports resize of cached vdo pool volumes.
Note: You cannot reduce the size of a VDOPoolLV.
-Note: You cannot change the size of a cached VDOPoolLV.
-
.nf
.B lvextend -L+AddingSize VG/VDOPoolLV
.fi
to accelerate reads and writes of already compressed and deduplicated
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
.nf
# lvcreate --type vdo -L 5G -V 10G -n vdo1 vg/vdopool