]> sourceware.org Git - lvm2.git/commitdiff
man: vdo drop resize restriction comment
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 15 Feb 2021 11:18:54 +0000 (12:18 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 17 Feb 2021 10:53:19 +0000 (11:53 +0100)
lvm2 supports resize of cached vdo pool volumes.

man/lvmvdo.7_main

index 474d6dd73322f8e393edd339f8769859d7ecaa34..520a28ecf1eae06b773c7ef5025f27ca6243ec90 100644 (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 change the size of a cached VDOPoolLV.
-
 .nf
 .B lvextend -L+AddingSize VG/VDOPoolLV
 .fi
@@ -265,9 +263,6 @@ VDODataLV (accepts also VDOPoolLV) caching provides a mechanism
 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
This page took 0.033916 seconds and 5 git commands to generate.