]> sourceware.org Git - lvm2.git/commitdiff
tests: test unsupported lvresize of origin vdo lv
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 8 Jan 2025 21:57:29 +0000 (22:57 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 8 Jan 2025 23:20:19 +0000 (00:20 +0100)
test/shell/lvextend-vdo.sh

index 2e9cee4f52a91b2425afd85394dac1bcebfd2fa7..1091d0679d91531cfb2bb2195a71776a86b97838 100644 (file)
@@ -49,6 +49,12 @@ lvextend --use-policies "$vg/$lv2"
 # although autoextend is only 1%, it needs to extend at least by slab_size
 # this is corner case where min growth requires 128M + 128k
 check lv_field $vg/$lv2 size "<4.13g"
+lvremove -f $vg
 
+# Resize of VDO origin (not supported)
+lvcreate --vdo -V3G -L4G -n $lv1 $vg/$lv2
+lvcreate -s -L1 $vg/$lv1
+not lvextend -L+2G $vg/$lv1 |& tee out
+grep "not supported" out
 
 vgremove -ff $vg
This page took 0.038276 seconds and 5 git commands to generate.